﻿
/*	
	***************************************************************************
	** Right Colors Developement                                             **
	** Ano de desenvolvimento: 2010                                          **
	** Programador: Cristiano Perdigão                                       **
	** ----------------------------------------------------------------------**
	** Licença: Comercial - Qualquer parte deste código para ser alterado    **
	**          deverá ser autorizado e validado pela empresa que o          **
	**          forneceu e desenvolveu.                                      **
	**          Esta licença dá-lhe garantias para usar livremente para      **
	**          consumo próprio. 											 **
	**			É ILEGAL qualquer cópia, reprodução ou alteração do mesmo    **
	**                                                                       **
	** ----------------------------------------------------------------------**
	** Titulo: style.css 		                                             **
	***************************************************************************
*/

		* {margin: auto;padding: 0;}
		
		body {background:url(../images/background.jpg) no-repeat #000 top  center; font-family:arial; font-size:12px; color:#737373;text-align:center;}
		  
		p {margin-top:0px;padding-top:0px;margin-bottom:0px;padding-bottom:0px;}
		 
		a img{border: 0px;} 
		
		.left{float:left;}
		
		.clear{clear:both;} 
		
		.right{float:right;}
		
		:focus{outline:none;}
		 
		a {text-decoration:none;cursor:pointer;}
		 
		#main_body {width:942px;margin-top:0px;text-align:left;padding-bottom:15px;}
		 
		/* Header Style Starts Here */
		#header_top{width:942px;height:18px;background:url(../images/header-top_bg.png) no-repeat;}
		#header_bottom{width:942px;height:19px;background:url(../images/header-bottom_bg.png) no-repeat;}
		#header_body{height:170px;background:url(../images/header_bg.png) repeat-x;padding-left:20px;padding-right:20px;}
		#header{height:200px;text-transform:uppercase;color:#4390c3;}
		
		#header_left{width:320px;padding-left:5px;float:left;text-align:left;}
		#header_right{float:right;}
		
		
		#menu_top1{width:100px;height:50px;margin-left:300px; float:left;}
		
		#banner10{width:100px;height:61px;margin-left:400px;float:left;}
		
		#space2{width:100px;height:61px;margin-left:900px;float:left;}
		
		
		/* cabecalho */
		
		#content_body{text-align:left;padding:0px;margin-left:0px;}
		.headings{font-size:16px;color:#ffcc19;padding-bottom:4px;  margin-bottom:7px;font-weight:bold;}
		
		.headings_page{font-size:16px;color:#ffcc19;padding-bottom:10px;  margin-bottom:10px;font-weight:bold;}
		
		
		/* Conteudo esquerdo  */
		#left_content{float:left;width:572px;font-size:13px; line-height: 0px; text-align:justify;  }
		#left_content li{list-style-image:url(../images/li_arrow.png);padding-bottom:5px;}
		
		#conteudo_s{ width:600px;height:154px;  display: table; vertical-align:middle; text-align: justify; }
		#conteudo_s table{color:#fff; width:600px; margin-left:0px; margin-top:10px; font-size:15px; vertical-align:middle; font-weight:bold; line-height:15px;}
		#conteudo_s table td{padding-left:10px;}
		#conteudo_s_author {color:#CCCCCC; font-weight:bold; width:600px; margin-top:15px; text-align:right; font-style:italic;}
		
		
		#topomenu{ color:#FFFFFF; font-weight:bold; }
		#topomenu a { color:#b3b3b3; padding:3px; }
		#topomenu a:hover { color:#FFFFFF; background:#b3b3b3; padding:3px;  }
		#topomenu p{color:#fff; width:600px;margin-left:0px; margin-top:7px; font-size:14px; line-height:20px;}
		
		
		
		#conteudo{ width:600px;  }
		#conteudo p{color:#fff; width:600px;margin-left:0px; margin-top:7px; font-size:14px; line-height:20px;}
		#conteudo_author {color:#CCCCCC;font-weight:bold;width:600px;margin-top:15px;text-align:right;font-style:italic;}
		
		/* Conteudo direito */
		#right_content{float:right;width:298px;color:#ffffff;font-size:13px;text-align:left;}
		#testimonial{background:url(../images/testimonial_bg.png) no-repeat;width:300px;height:154px;padding:10px;}
		#testimonial p{color:#fff;font-style:italic;width:280px;margin-left:0px;margin-top:7px;line-height:20px;}
		#testimonial_author {color:#CCCCCC;font-weight:bold;width:250px;margin-top:15px;text-align:right;font-style:italic;}
		.text_style1{font-size:13px;color:#00baff;}
		.text_style2{font-size:14px;color:#00baff;font-weight:bold;padding-bottom:5px;}
		#follow_us{margin-top:-3px;}
		#follow_us img{margin-right:12px;}
		
		/* Rodapé */
		#footer_top_bg{width:942px;height:37px;}
		#footer_bottom_bg{width:942px;height:12px;}
		
		#footer_content{padding:5px 20px 5px 20px;color:#ffffff;font-size:11px;background:#000000;width:900px;}
		#footer_content a{color:#ffffff;font-size:11px;text-decoration:none;}
		#footer_content a:hover{color:#ffd177;font-size:11px;text-decoration:none;}
		
		#footer_content span{color:#ffffff;font-size:11px;padding:0px 3px 0px 3px;}



 