/* *************************** 
  Site - magnetiksalesperson_comp
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#0062ae;
	text-decoration:none;
}
a:hover {
	color:#0062ae;
	text-decoration:underline;
}
h1 {
	margin-top: 10px;
	border-bottom: 4px double #0B58A6;
	font-size: x-large;
	padding-left: 8px;
	color: #0B58A6;
	font-variant: small-caps;
	margin-bottom: 10px;
}
h1.keywords {
        margin: 0;
        border-bottom: none;
        font-size: x-small;
        padding: 0;
        color: #ddd;
        font-variant: normal;
        text-align: center;

}

h2 {
	border-bottom: 2px solid #105990;
	background-color: #F8F8FF;
	text-indent: 4px;
	padding-top: 3px;
	margin-bottom: 15px;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:##410A0A;
	background: #ffffff url(/images/cssimg/background2.jpg) repeat-x;
}
#container{
	width:960px;
	margin:0px auto;
	margin-top:2px;
	background:url(../images/bg_content.png) left top repeat-y;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:948px;
	padding:6px 6px 0px 6px;
	background:url(../images/bg_header.png) left top no-repeat;
}
#header .header_inner{
	width:100%;
	background:url(../images/bg_header_inner.png) left top no-repeat;
	height:178px;
	position:relative;
}
#header .header_inner h1{
	position:absolute;
	right:12px;
	top:12px;
	border-bottom: none;
}
a.click_here{
	display:block;
	width:346px;
	height:92px;
	background:url(../images/bg_click_here.png) left top no-repeat;
	text-indent:-9999px;
	outline-style:none;
	position:absolute;
	right:18px;
	top:48px;
}
a.click_here:hover{background:url(../images/bg_click_here.png) left bottom no-repeat;}
#header .header_inner h2{
	position:absolute;
	right:68px;
	top:138px;
    border:none;
	background-color: #fff;
    text-indent: 0px;
    padding-top: 0px;
}
.home_nav{
	width:580px;
	height:42px;
	position:absolute;
	top:136px;
	left:10px;
	padding-left:4px;
	background:url(../images/bg_nav.gif) left top no-repeat;
}
.home_nav .home_nav_inner{
	height:42px;
	float:left;
	padding-right:4px;
	background:url(../images/bg_nav.gif) right top no-repeat;
}
.home_nav .home_nav_inner ul{
	height:42px;
	float:left;
}
.home_nav .home_nav_inner ul li{
	float:left;
	background:url(../images/bg_home_nav_inner_li.png) left top no-repeat;
	padding-left:3px;
	height:39px;
	padding-top:3px;
	font-size:1.122em;
}
.home_nav .home_nav_inner ul li a{
	display:block;
	float:left;
	padding:4px 28px 0px 28px;
	height:35px;
	color:#fff;
	line-height:35px;
	background:url(../images/bg_home_nav_inner_li_a.png) left top repeat-x;
}
.home_nav .home_nav_inner ul li a:hover{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_home_nav_inner_li_a.png) left bottom repeat-x;
}
.home_nav .home_nav_inner ul li.first{
	padding-left:0px;
	background:none;
}

.home_nav .home_nav_inner ul li.selected a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_home_nav_inner_li_a.png) left bottom repeat-x;
}
.home_nav .home_nav_inner ul li a.nav_home{background:url(../images/bg_nav_home.png) left top no-repeat;}
.home_nav .home_nav_inner ul li a.nav_home:hover{background:url(../images/bg_nav_home.png) left bottom no-repeat;}
.home_nav .home_nav_inner ul li.selected a.nav_home{background:url(../images/bg_nav_home.png) left bottom no-repeat;}

.home_nav .home_nav_inner ul li a.nav_contact_us{background:url(../images/bg_nav_contact_us.png) right top no-repeat;}
.home_nav .home_nav_inner ul li a.nav_contact_us:hover{background:url(../images/bg_nav_contact_us.png) right bottom no-repeat;}
.home_nav .home_nav_inner ul li.selected a.nav_contact_us{background:url(../images/bg_nav_contact_us.png) right bottom no-repeat;}
/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	width:950px;
	margin:0px auto;
}
.home_box {
	width:100%;
	background:url(../images/bg_home_box.png) left top repeat-x;
	height:331px;
	overflow:hidden;
	padding-top:37px;
}
.metal_bar {
	width:100%;
	background:url(../images/bg_metal_bar.png) left top repeat-x;
	height:18px;
	overflow:hidden;
}

.bottom_box ul#tour-path {
	margin-left: -25px;	
	font-size: small;
}

.home_box .text_box{
	float:left;
	width:470px;
	padding-left:19px;
	padding-top:8px;
	padding-right:26px;
}
.home_box .text_box h2{
	font-size:1.823em;
	color:#660000;
}
.home_box .text_box p{
	font-size:1.211em;
	color:#660000;
	padding-top:18px;
	padding-bottom:5px;
}
a.play{
	display:block;
	width:141px;
	height:139px;
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/play.png) left top no-repeat;
	float:right;
	cursor:pointer;
}
.bottom_box{
	width:914px;
	overflow:hidden;
	padding:10px 18px 27px 18px;
	background:url(../images/bg_box.png) left bottom repeat-x;
	min-height: 300px;
}

.linksbox {
	width:290px;
	background:url(../images/box-bottom.jpg) no-repeat bottom left;
	margin:0 0 1em 1em;
	float: right;
}
.linksbox div.subfeaturemenu {
	background:url(../images/box-top.jpg) no-repeat top left;
	color:#009;
	margin:0;
	padding: 5px 10px 13px 10px; 
	font-size:small;
}

.linksbox p.submenu-title {
	font-weight: bold;
	font-size: medium;
	color: #0B58A6;
	margin-bottom: 4px;
}

.linksbox p.submenu-links  {
	padding: 0;	
}

.linksbox div.subfeaturemenu ul {
	margin-left: 7px;
}
.linksbox div.subfeaturemenu ul li {
	padding: 1px 0;	
	list-style-image:none;
	margin-left: 0px;
}


.overidebottombox {
	background: none;	
}
.sidebar_nav{
	width:191px;
	float:left;
	padding:0px 10px;
	background:#f47001;	
	margin-left: -18px;
}
.sidebar_nav h2{
    background-color: #f47001;
	font-size:1.523em;
	color:#660000;
	padding-top:18px;
	margin-bottom: 0px;
	border-bottom: 2px solid #660000;
}


.bottom_box  {
	font-size:1.150em;
	color:#434343;

}

.bottom_box  ul {
    margin-left: 20px;
}

.bottom_box ul li {
	list-style-image: url(../images/whitebullet.gif);
}

.bottom_box p {
	font-size:1.102em;
	color:#434343;
}

.bottom_box blockquote {
	overflow:hidden;
	margin: 15px auto;
	padding: 10px 15px 10px 30px;
	color:#1A4D6A;
	width: 90%;
	background-color: #E6E6E6;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_box blockquote div.quote {
	font-weight: bold;
	color:#692605;
	font-size: 0.9em;
	text-align: left;
	margin: -10px 0 7px 0;
	padding: 3px 10px;
	float: right;
	background-color: #E5E5E5;
}

.bottom_box p.backtop {
	font-size: 0.90em;
	margin-bottom: 15px;
	font-weight: bold;
}

.bottom_box .text_box{
	width:100%;
	background:url(../images/bg_text_box.png) left bottom repeat-x;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	
}
.bottom_box .text_box h3{
	font-size:1.523em;
	color:#660000;
	font-style:italic;
	padding:3px 0px;
}
.bottom_box .text_box p{
	font-size:1.102em;
	color:#660000;
}
.bottom_box h4{
	font-size:1.102em;
	font-weight:normal;
	color:#660000;
	padding-top:10px;
}
.bottom_box .twocolumn{
	width:678px;
	float:right;
}
.bottom_box .threecolumn{
	width:456px;
	float:left;
	padding-left:16px;
}
.bottom_box .text_box a.learn_more{
	display:block;
	width:86px;
	height:26px;
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/bg_learn_more.png) left top no-repeat;
	position:absolute;
	right:0px;
	bottom:-12px;
	cursor:pointer;
}
.bottom_box .right_box{
	background:#ECEDF4;
	width:193px;
	padding:10px 9px 10px 9px;
	float:right;
	margin-right: 17px;
}
.bottom_box .right_box .form_box{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.bottom_box .right_box .form_box input.input_box{
	width:191px;
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	background:#FFF;
	border:1px solid #b4b4b4;
	padding:3px 0px 4px 0px;
	float:left;
}
.bottom_box .right_box .form_box input.search_button{
	width:193px;
	height:25px;
	background:url(../images/bg_search.png) left top no-repeat;
	cursor:pointer;
	border:none;
	float:left;
}
.bottom_box .right_box h2{
	font-size:1.523em;
	color:#660000;
	padding-top:10px;
	font-style:normal;
	background-color: #F3F3F3;
	margin-bottom: 0px;
	border-bottom: 2px solid #660000;
}
.bottom_box .right_box h3{
	font-size:1.102em;
	color:#660000;
	padding-top:12px;
}
.bottom_box .right_box p{
	color:#660000;
	padding-bottom:6px;
	font-size: 90%;
}
.bottom_box .right_box a{ text-transform:capitalize; }
.bottom_box .right_box a:hover{ }

div.bottom_box a:link,div.bottom_box a:visited {
	color: #FF7208;
	text-decoration: none;
	border-bottom: 1px dotted #FF7208;
}

div.bottom_box a:hover, div.bottom_box a:active {
	color: #0F548B;
	text-decoration: none;
	border-bottom: 1px solid #0F548B;
}

div.bottom_box a.learn_more:link,div.bottom_box a.learn_more:visited {
	color: #FF7208;
	text-decoration: none;
	border-bottom: 0px dotted #FF7208;
}

div.bottom_box a.learn_more:hover, div.bottom_box a.learn_more:active {
	color: #0F548B;
	text-decoration: none;
	border-bottom: 0px solid #0F548B;
}

.req {
   font-weight: bold;
   color: #D40000;
   font-size: smaller;
}
/* *************************** 
   $5 Sidebar Styles
   
  ***************************/
a.section-controls {
	font-size: x-small;	
}
 
div.bottom_box .sidebar_nav ul{
	width:100%;
	overflow:hidden;
	padding-top:12px;
	padding-bottom:20px;
	margin-left: 0px;
}
div.bottom_box .sidebar_nav ul li {
	width:100%;
	float:left;
	height:40px;
	list-style-image:none;
}
div.bottom_box .sidebar_nav ul li a{
	display:block;
	height:40px;
	width:167px;
	padding-left:24px;
	font-weight:bold;
	font-size:1.211em;
	line-height:40px;
	background:url(../images/bg_sidebar_nav_a.png) left top no-repeat;
	color:#ffffff;
}
div.bottom_box .sidebar_nav ul li a:hover{
	text-decoration:none;
	color:#660000;
	background:url(../images/bg_sidebar_nav_a.png) left bottom no-repeat;
}
div.bottom_box .sidebar_nav ul li.selected a{
	text-decoration:none;
	color:#660000;
	background:url(../images/bg_sidebar_nav_a.png) left bottom no-repeat;
}
 
.sidebar{}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{
	width:100%;
	background:#FFF url(../images/bg_footer.png) left top no-repeat;
	padding-bottom:20px;
	padding-top:0px;
}
#footer ul{
		margin-top:13px;	
	width:500px;
	text-align:center;
	height:25px;
	overflow:hidden;
	float: left;
}
#footer ul li{
	display:inline;
	border-left:3px solid #b2d2e8;
	padding:5px 12px;
	line-height:25px;
	font-size:1.102em;
	font-weight:bold;
}
#footer ul li#mmhome {
	border-left:none;
}
#footer ul li a{color:#007FFF;}
#footer ul li a:hover{color:#007FFF;}
#footer p.left{
	float: left;
	width: 525px;
}


#footer p.right a {
	border-bottom: 1px dotted #2B62AE;
	text-decoration: none;

}

#footer p.right a:hover {
	border-bottom: none;
	color: #C00;
}


#footer p.right {
	float: right;
	width: 425px;
	font-weight: bold;
}
#footer p.center{
	clear: both;
	padding-top:14px;
	color:#A9A9A9;
	font-size:0.95em;
	text-align:center;
	font-weight:normal;
}
.post-body .links {
	font-size: 0.7em;
	margin-top: 5px;
}
