/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Red				#d32d2d
Orange			#ff9744
Light Blue		#247fc0
Dark Blue		#083e65

-------------------------------------------------------*/

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #fff;
	color: #083e65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 830px;
}
	
#mast {
	background: url(../images/layout/mast.jpg) no-repeat;
	height: 130px;
	width: 830px;
}
	
#header {
	clear: both;
	float: left;
	width: 830px;
}

#header img {
	float: left;
	margin: 0;
	padding: 0;
}
	
#sub-header {
	background: url(../images/layout/sub-header.jpg);
	clear: both;
	float: left;
	height: 15px;
	margin: 0;
	width: 830px;
}
	
#nav {
	background: url(../images/layout/nav-bg.jpg) no-repeat;
	float: left;
	height: 45px;
	width: 830px;
}
	
#content {
	background: center top #dfd8d0;
	border-left: 2px solid #867664;
	border-right: 2px solid #867664;
	float: left;
	padding: 5px 20px;
	width: 786px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg);
	clear: both;
	float: left;
	font-size: .8em;
	height: 66px;
	padding-top: 60px;
	text-align: center;
	width: 830px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	margin: 7px auto 6px auto;
}

h2 {
	margin: 7px auto 6px auto;
}

h3 {
	margin: 10px auto 0 auto;
	color: #CC0000;
	font-size: 1em;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	#nav
-------------------------------------------------------*/

#nav * {
	list-style: none;
	margin: 0;
}

#nav ul {
    float: left;
	height: 41px;
	margin: 2px 2px 2px 8px;
	width: 830px;
}

#nav li {
	float: left;
	text-align: center;

}

#nav a {
/*	background: url(../images/layout/nav-div.gif) right center no-repeat;*/
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 43px;
	text-decoration: none;
	border-right: thin solid #FFF;
	padding: 0 21px;
}

#nav a:hover {
	background: #dfd8d0 ;
	color: #000000;	
	font-size: 1.25em;
	font-weight: bold;
	line-height: 43px;
	text-decoration: none;
	border-right: thin solid #FFF;
	padding: 0 21px;
}

#nav a.down {
	background: #dfd8d0;
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 43px;
	text-decoration: none;
	border-right: thin solid #FFF;
	padding: 0 21px;
}

#nav a.no-border{
	border: none;
}
/*
#nav ul li:last-child a {
	background: none;
	padding: 0 15px;
}
*/

#content ul {
	float: left;
	width: 250px;
}

#content li {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#catalog-download{
	float: left;
	width: 200px;
	height: 100%;
}

#catalog-download img{
	border: solid 2px #999999;
}	

#components{
	float: left;
	margin-left: 10px;
	width: 380px;
}

.full{
	width: 810px;
}

#components-content{
	border: #8a7967 solid 2px;	
	float: left;	
	font-size: .85em;
	padding-top: 30px;
	width: 97%;
}

.components-label p{
	background: #8a7967;
	float: left;
	color: #FFFFFF;	
	margin-bottom: -20px;
	margin-left: -10px;
	padding: 1.5px 0 1.5px 20px;
	width: 70%;
	font-size: 1.12em;
	font-weight: bold;
}

#components-content ul {
	float: left;
	width: 220px;
}

#components-content li {
	float: left;
	}

#home-content{
	float:left;
	margin-right: 11px;
	width: 500px;
}

#our-clients{
	float: left;
	width: 230px;
	margin-left: 30px;
	background: #deb407; 
}

#our-clients img{
	border: 1px #8a7967 solid;
	margin: 4px;
}

.small{
	font-size: 9px;
}

dis-form{
	float: left;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
#mast a#home {
	float: left;
	height: 130px;
	text-indent: -999em;
	width: 230px;
}

#content, #content a {
	color: #473a2b;
}

#footer a {
	color: #083e65;
	font-weight: bold;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	float: right;
	text-align: left;
	width: 240px;
	padding: 10px;
	border: solid 1px #7b6e5d;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}