@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1d2d41;
}
.twoColFixLtHdr #container {
	width: 100%; /*1d2d41*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #header_wraper {
	width:100%;
	padding-top:56px;
	background-color: 1d2d41;
} 
.twoColFixLtHdr #header {
	width: 880px;
	color:#FFFFFF;
	height: 79px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;/*	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0E0D15;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #top_bar_wraper {
	background: #324153;
} 
.twoColFixLtHdr #menu {
	height: 16px;
	width: 544px;
	margin-left: 250px;
	padding-top: 40px;
}
.twoColFixLtHdr #banner {
	height: 257px;
	background-color: 171b25;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}
.twoColFixLtHdr #banner_left {
	background-color: 19283c;
	height: 257px;
	width: 237px;
	float: left;
}
.twoColFixLtHdr #flash {
	height: 257px;
	width: 641px;
	float: left;
	z-index: -1000;
}
.twoColFixLtHdr #top_bar {
	width:880px;
	height:30px;
	margin:0 auto;
	background: #b46c17;
} 
.twoColFixLtHdr #top_bar .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-left: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #content_wraper {
	width: 880px;
	background: #1d2d41;
	color:#174964;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #content {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #dfe5e8;
	height: 100%;
	float: left;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLtHdr #content_1 {
	width: 880px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dfe5e8;
	height: 100%;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #778495;
}
.twoColFixLtHdr #details_1 {
	height: 130px;
	width: 218px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #dbe5ec;
}

.twoColFixLtHdr #details_2 {
	height: 130px;
	width: 218px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #dbe5ec;
}
.twoColFixLtHdr #clima {
	padding: 0px;
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 237px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 603px;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #174964;
	text-decoration: none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #174964;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #174964;
}
.twoColFixLtHdr #content_pro {
	float: left;
	height: 139px;
	width: 300px;
	margin-top: 22px;
}
.twoColFixLtHdr #content_pro table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #742c15;
	text-decoration: none;
	text-align: left;
}
.twoColFixLtHdr #content_img {
	height: 176px;
	width: 294px;
	margin-top: 20px;
	margin-left: 8px;
	float: left;
}
.twoColFixLtHdr #box {
	display: block;
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.twoColFixLtHdr #box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.twoColFixLtHdr #box ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}
.twoColFixLtHdr #products {
	float: left;
	width: 60%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #products h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #F7931E;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr #products p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #174964;
	margin: 0px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.twoColFixLtHdr #form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	padding-right: 8px;
	line-height: 16px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
}
.twoColFixLtHdr   #input.field  {
	padding-left: 50px;
}
.twoColFixLtHdr #footer {
	float: left;
	height: 39px;
	width: 850px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #181c26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.pro:link, a.pro:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #174964;
	text-decoration: underline;
	text-align: left;
}
a.pro:hover {
	text-decoration:none;
}
a.more:link, a.more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3e505a;
	text-decoration: underline;
	text-align: left;
	height: 14px;
	width: 40px;
	font-weight: bold;
	margin-left: 250px;
	margin-top: 10px;
	display: block;
}
a.more:hover {
	text-decoration:none;
}
a.read_more:link, a.read_more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3e505a;
	text-decoration: underline;
	font-weight: bold;
	padding-left:5px;
}
a.read_more:hover {
	text-decoration:none;
}
