@charset "utf-8";
/*  CSS Gaflir.com
		Design by Sebastian Thuer for Accom-Consulting Spain
*/		


/* ---------- | general html tags | ---------- */	

body {
	margin: 0;
	padding: 0;
	background: #b9b9b9 url(../img/bg.jpg) top left;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
	}
	
div, h1, h2, h3, h4, h5, h6, p, ul, li, form { /* reset */
	margin: 0; padding: 0;
	}

div {
	border: 0px solid #c00;
	}
	

/* ---------- | layout | ---------- */	

#wrapper { /* main container */
	width: 990px;
	margin: 0 auto;
	background: #fff /*url(../img/bg-wrapper.png) top left repeat-y*/;
	border: 2px solid #bfbfbf /*#c5c4b5*/;
	border-top-width: 1px;
	border-bottom-width: 1px;
	}
	
#logo { /* the logo header */
	margin: 10px 20px;	
	padding: 0;
	height: 63px;
	background: #fff url(../img/logo.png) top left no-repeat;
	}
	
#menubar { /* main menu bar */
	width: 995px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg-menubar.png) top center no-repeat;
	}
	
#breadcrumb { /* site section indication  */
	margin: 1.5em 0 0 10px;
	padding: 0 40px;
	}	
	
#body { /* main content and sidebar are here */
	margin: 0.5em 0;
	text-align: left;
	}	
	
#footer { /* footer info */
	clear: both;
	_width: 100%; /* for ie6 */
	background: #E0E1E1;
	border-top: 1px solid #dadada;
	margin: 0;
	padding: 0.5em 0 1em 20px;
	text-align: center;
	}	
	

/* ---------- | logo | ---------- */	

#logo h1, #logo h2 {
	text-align: left;
	font-size: 1.3em;
	}	

#logo h1 span, #logo h2 span {
	visibility: hidden;
	}	
	
#logo h2 span {	
	display: none;
	}	

#logo h1 a {
	display: block;
	width: 210px;
	height: 60px;
	text-decoration: none;
	border: 0px solid #0c0;
	}	


/* ---------- | menubar | ---------- */	

#menubar ul {
	display: inline;
	list-style-type: none;
	}
	
#menubar li {
	float: left;
	height: 30px;
	background: url(../img/bg-menu-separator.png) right no-repeat;
	margin: 15px 0em;
	padding: 0 15px;
	}	
	
#menubar li.first {
	margin-left: 200px;
	_margin-left: 100px; /* ie6 hack */
	}	
	
#menubar li span { /* hide text */
	display: none;
	}
	
#menubar li img {
	padding: 0 0 10px 0;
	_padding: 0 0 10px 0;	/* ie6 hack */
	border: 0;
	}		
	
#menubar li a {
	background: transparent;
	border: 0px solid #c00;
	}

#menubar li a:hover {	
	background: url(../img/bg-menu-hover.png) bottom center no-repeat;
	}
	

/* ---------- | breadcrumb | ---------- */	

#breadcrumb p {
	color: #aaa;
	text-align: left;
	font-size: 0.75em;
	}	
	
#breadcrumb strong {	
	color: #999;
	}
	
#breadcrumb a {
	color: #777;
	text-decoration: none;
	}		
	
#breadcrumb a:hover {
	color: #FFAE00;
	}		
	
#breadcrumb img {	
	float: left;
	margin: 0 5px 0 auto;
	border: 0;
	}	
	

/* ---------- | content | ---------- */	

#content {
	float: left;
	width: 645px;
	padding: 1em 2em;
	border: 0px solid #00c;
	}	

#content h3 {
	margin: 1em 20px;
	color: #FFAE00;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	}

#content h4 {
	margin: 2em 20px 1em 20px;
	color: #FFAE00;	
	color: #D89400;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

#content p {
	margin: 1em 20px;
	line-height: 1.6em;
	}	

#content ul {
	margin: 1.5em 50px;
	line-height: 1.6em;
	}	

#content li {
	margin: 1em 0;
	list-style-image: url(../img/bg-content-list-item.png);
	line-height: 1.6em;
	font-size: 1em;
	}		
	
#content a {
	color: #0086C4;
	}	

#content a:hover {
	color: #03364D;
	}

#content img.photoLeft {
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #333;
	}
	
#content img.photoRight {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #333;	
	}		
	
	
/* price table */	

#content table.price {
	margin: 1em;
	border-bottom: 2px solid #aaa;
	}	
	
#content table.price th {
	padding: 0.5em;
	background: #FF9600;
	color: #eee;
	border-bottom: 1px solid #fff;
	text-align: center;
	}

#content table.price td {
	padding: 0.5em;
	background: #eee;
	border-bottom: 2px solid #fff;
	}	
	
#content table.price td strong {
	color: #127AB3;
	}			

#content table td.subtitle {
	background: #C6D6D9;
	color: #444;
	border-bottom: 1px solid #fafafa;
	font-weight: bold;
	}

#content table.price td.odd {
	background: #DADADA;
	}	
	
/* ----- | form | ----- */

.form .contact {
	width: 400px;
	}

.form fieldset {
	background: #fff;
	margin: 1.5em 0;
	padding: 0.5em;
	border: 1px dotted #aaa;
	}
	
.form legend {	
	background: #FF9600;
	color: #fefefe;
	padding: 1px 3px;
	border: 1px solid #D89400;
	font-size: 0.88em;
	}
	
.form .row {
  clear: both;
	height: 2.5em;
	border-top: 1px solid #eee;
	}		
	
.form .row span {
	font-size: .8em;
	}	
	
.form label {
  float: left;
  width: 280px;
	margin: 0 5px 0 0;
	padding: 5px 0;
	font-size: 0.92em;
  text-align: right;
	font-weight: bold;
	}
	
.form span.formdata {
  float: right;
  width: 300px;
  text-align: left;
	}		
	
.form span.formdata input,
.form span.formdata select,
.form span.formdata textarea {	
	width: 200px;
	color: #333;
	}
	
span.textfieldRequiredMsg,
span.textfieldInvalidFormatMsg,
span.selectRequiredMsg {
	font-size: 0.9em;
	border: 0;
	}
	
.form .required {
	color: #D89400;
	}		
	
/* ---------- | sidebar | ---------- */	

#sidebar {
	float: left;
	width: 250px;
	padding: 2em 20px;
	background: url(../img/bg-line-sidebar.png) top left no-repeat;
	border: 0px solid #0c0;
	}	

#sidebar  h3 {
	margin: 1em 0;
	color: #00AEFF;
	font-size: 1em;
	}	
	
#sidebar  p, li {
	color: #666;
	font-size: 0.85em;
	}

#sidebar  ul {
	margin: 1em 0;
	}	

#sidebar  li {
	margin: 6px 0 5px 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	list-style-image: url(../img/bg-sidebar-list-item.png);
	}	
	
#sidebar li a {
	color: #D89400;
	color: #505050;	
	text-decoration: none;
	}
	
#sidebar li a:hover {	
	color: #D89400;
	color: #111;
	text-decoration: none;
	}
	
	
/* ---------- | footer | ---------- */		

#footer h6 {
 color: #888;
 font-size: 0.8em;
 font-weight: normal; 
 }
 
#footer a { 
	color: #888;
	text-decoration: none;
	}
	
#footer a:hover { 	
	color: #FF6600;
	}
	
	
/* ---------- | contentHome | ---------- */		
	
#contentHome {
/*	float: left;*/
	width: 960px;
	padding: 1em 2em;
	border: 0px solid #00c;
	}	
	
#contentHome h3 {
	margin: 1em 20px;
	color: #EEA800;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	}	
	
#contentHome p {
	margin: 1em 20px;
	padding: 1em 0;
	line-height: 1.4em;
	}		
	
#contentHome a {
	color: #0086C4;
	}	

#contentHome a:hover {
	color: #03364D;
	}	
	
#contentHome .photoRight {
	float: right;
	padding: 0 0 0em 1em;
	}	
	
#contentHome .photoLeft {	
	float: left;
	padding: 0 1em 0em 0;
	}
	
#contentHomeLeft {	
	float: left;
	width: 430px;
	padding: 0 10px;
	}

#contentHomeRight {	
	float: left;
	width: 430px;
	border-left: 1px solid #F7D78A;	
	padding: 0 10px;
	}
	
#threeCols {
	clear: both;
	width: 900px;
	padding: 0 0 2px 0;
	margin: 2em 30px;
	background: #CCEAF7 url(../img/bg-home-3cols.png) top left repeat-x;
	}	
	
.homeTable table {
	border-bottom: 1px solid #d3d9db;	
	}

.homeTable th {
	padding: 0 0 0 20px;
	color: #fff;
	text-align: left;
	}
	
.homeTable th span {	
	display: none;
	}

.homeTable th.left {
	background: #ff9600 url(../img/bg-table-header-left.png) top left no-repeat;
	}

.homeTable th.right {
	background: #ff9600 url(../img/bg-table-header-right.png) top right no-repeat;
	}
	
.homeTable td {
	padding: 10px 15px 0px 15px;
	color: #444;
	font-size: 0.88em;
	}

.homeTable td.col {
	background: url(../img/bg-table-td.png)	top right no-repeat;
	}	
	
.homeTable h4 {
	margin: 0.5em 0;
	font-size: 1em;
	color: #FF9600;
	}