﻿/* OVERVOLT CSS Document */

body{
	background-color:#323232;
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	}

.clear {
	clear:both;
	}
	
					/*....................wraper..................*/
						
#main_wraper{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	}	
				
					/*....................header..................*/
						
#header{
	width:900px;
	height:74px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-image:url(images/name.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}	


					/*....................top menu..................*/	
						
#menu {
 	width: 620px;
	height:46px;
	padding:0px 0 0 0;
	margin:27px 0 0 0;
	overflow:hidden;
	float:right;
	 }

#menu ul {
 	width: 620px;
	height:46px;
	margin:0 auto;
	padding: 0 0 0 0px;
	list-style: none;
	overflow:hidden;
	
}

#menu li {
	display: inline;
	float:left;
	margin-left:10px;
	}

#menu li a {
	
	display: block;
	width:93px;
	height:40px;
	background-image:url(images/but_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 6px 0px 0 0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	float:left;
	}
#menu a:hover  {
	width:93px;
	height:40px;
	color:#FFFFFF;
	background-image:url(images/but_over.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.active{
	width:93px;
	height:40px;
	background-image:url(images/but_over.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 6px 0px 0 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	}	
	
						
						/*....................SIDE menu..................*/
	

	
#side_menu {
	width:190px;
	height:auto;
	float:left;
	margin:0px 0 0 0px;
	padding:0 0 6px 15px;
	font-size:12px;
	}	
#side_menu ul {
	width:190px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	}

				

#side_menu ul li {
	background-image:url(images/side_but.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display: block;
	width:190px;
	font-weight:normal;
	margin:5px 0 0 0;
	padding:0px 0 0px 0;
	color:#dad4d4;
	text-align:left;
	
	}	
	
	
#side_menu li a {
	height:15px;
	margin:0;
	text-decoration: none;
  	color:#FFFFFF;
	background:none;
	padding:0px 0 0 20px;
	}

#side_menu ul li a:hover {
	background-image:url(images/side_over.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	color:#33CCFF;
	}	
						
						
						/*....................CONTAINERS..................*/
						
#plans{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	}						
#main_inner_cont{
	width:900px;
	height:auto;
	padding:0;
	margin:0px auto 0px auto;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-y;
	}

#right_cont{
	width: 612px;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 0;
	background-image: url(images/right_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: right;
	font-size: 12px;
	text-align: left;
}	
#left_cont{
	width:226px;
	height:auto;
	padding:5px 5px 5px 5px;
	margin:0;
	float:left;
	background-image:url(images/left_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#232323;
	}	

	
	
						/*....................Footer..................*/


#footer_container{
	width:100%;
	height:67px;
	margin:0 auto;
	padding:0;
	background-color:#181818;
	}
#footer_container2{
	width:900px;
	height:67px;
	margin:0 auto;
	padding:0;
	background-color:#181818;
	background-image:url(images/page_botm.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}	

#footer{
	width:642px;
	height:45px;
	margin:0 0 0 0;
	padding:22px 0 0 0;
	text-align: center;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	float:right;
	}

	
	
.footer_links:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5c5b5b;
		text-decoration: none;
		font-weight:normal;
	}

	
	
.footer_links:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5c5b5b;
		text-decoration: none;
		font-weight:normal;
	}

	
	
.footer_links:link{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5c5b5b;
		text-decoration: none;
		font-weight:normal;
	}

.footer_links:hover{
		color:#7ad3f0;
		font-weight:normal;
	}		
	
.footer_note{
	color:#35bfeb;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	}	
	
	
						/*....................Fonts..................*/


.main_content{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:15px;
	
	}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#000;
	text-align: left;
	}
.right_head{
	width:609px;
	height:auto;
	float:left;
	padding:1px 0;
	margin-bottom:5px;
	border-bottom:1px  #b2d2dd dashed ;
	}

.right_head2{
	width:622px;
	height:auto;
	float:left;
	padding:23px 0 1px 0;
	margin-bottom:8px;
	border-bottom:2px  #829f55 solid ;
	}		
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#60a114;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
	
	
.head2{
	width:550px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#ad6732;
	padding:0px;
	float:left;
	}	

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding-left:4px;
	}
h4{
	font-size:12px;
	color:#999999;
	}	

.highlight1{
	font-size:15px;
	font-weight:bold;
	color:#507117;
	font-family:Arial, Helvetica, sans-serif;
	}
		
.Testimon_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
	padding:0;
	}
.subhead{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding:0;
	margin:0;
	}
.dark_highlit{
	font-size:15px;
	font-weight:bold;
	color:#507117;
	font-family:Arial, Helvetica, sans-serif;
	}
.order_text a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}
.order_text a:hover{
	color:#db9750;
	}	
	
.order_text2 a{
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	}
.order_text2 a:hover{
	color:#94A09E;
	}	
.black_highlight{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	line-height:20px;
	}
	
.black_highlight2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
	
.white_highlight{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	}

.ash_big_highlight{
	font-size:15px;
	font-weight:bold;
	color:#333333;
	}
	
.big_center{
	font-size:16px;
	font-weight:bold;
	color:#83045e;
	text-align:center;
	line-height:25px;
	padding:0;
	margin:0;
	}			
.smal_highlight_white{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	}
.smal_highlight_white2{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	}
.highlight_med{
	font-size:14px;
	font-weight:bold;
	color:#4d4d4d;
	}
.price{
	font-size:15px;
	font-weight:bold;
	color:#875716;
	}	
.question{
	font-size:15px;
	font-weight:bold;
	color:#5a9001;
	padding:0px 0px 0px 0px;
	}	
.question_faq{
	font-size:16px;
	font-weight:bold;
	color:#5a9001;
	padding:0;
	}	

.price_big{
	font-size:15px;
	font-weight:bold;
	color:#E10005;
	
	}	

	
.big_font{
	font-size: 18px;
	font-weight:bold;
	color: #6eae03;
}	


.font_grn_heading{
	font-size: 15px;
	font-weight:bold;
	color: #006600;
}
.font_white{
	font-size: 21px;
	font-weight:bold;
	color: #FFFFFF;
	padding:5px;
}

.font_white a:hover{
	color:#6666FF;
	}

.font_blu{
	font-size: 16px;
	font-weight:bold;
	color: #98D0EB;
	text-align:center;
	padding:5px 0px 5px 0px;
}
.font_highlit32{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:bold;
	color: #339900;
}
.font_big_highlt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #000000;
}	

.highlt_link a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#374c50;
	padding:5px;
	background-color:#e9fdbd;
	}
.highlt_link a:hover{
	color:#a6e812;
	background-color:#374c50;
	}
	
.direct_link a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#375038;
	
	}
.direct_link a:hover{
	color:#95d701;
	background-color:#333333;
	padding:5px;
	}
		
.link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#006600;
	text-align:right;
	float:right;
	}
.link a{
	text-decoration: none;
	color:#006600;
	}	
.link a:hover{
	background-color:#000000;
	
	color:#99FF00;
	}		
a{
	text-decoration:none;
	font-size: small;
	}
	
	/*............Added ODDS and ENDS.................*/
	
.style3 {
	border-width: 0px;
	}
#main_wraper #main_inner_cont #right_cont .style4 .ms-prof-main tr .ms-prof-even strong {
	color: #F00;
	font-size: x-small;
}
p {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
#main_wraper #main_inner_cont .style4 strong {
	font-size: x-small;
}
.style15 {
	font-size: small;
}

