@charset "UTF-8";
/* CSS Document */
html,body{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 100%;
	font-weight:normal;
	line-height:140%;
	color: #D8D1AF;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #181104;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 860px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */		
}


/*HEADER--------------------------------------------*/

#headerContainer{
	width: 860px;
	height: 158px;
}

#headerContainer h1 {
	text-indent:-9999px;
	
	
}

#headerContainer h1 a {
	width: 300px;
	height: 158px;
	background:url(Images/logo.jpg) no-repeat;
	float:left;

}

#headerContainer #tag {
	float:right;
	width: 400px;
	padding-top:40px;
	text-align:right;
}

#headerContainer #tag h2, #headerContainer #tag p {
	margin:0;
}

#headerContainer #tag a {
	background:#A57D5A;
	padding: 5px 10px;
	-moz-border-radius: 5px;
    text-decoration:none;
	color:#fff;
	font-size:85%;
}

#headerContainer #tag a:hover {
	background:#D8D1AF;
}

/*NAV--------------------------------------------*/

#tertiary{	
	width: 860px;
	height: 44px;
	float: left;
	background: url(Images/button-bg.png) no-repeat;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 30px; 
}

#tertiary a {
	display: block;
	color: #181104;
	height: 44px;
	text-decoration:none; 
	font-size:14px; 
	width:140px;
	line-height: 45px;
	text-align:center;
	padding-right: 3px;
}

#tertiary li a:hover {
	background: url(Images/rollover-bg.png) repeat-x;
}

#tertiary li {
	position:relative;
	float: left;
	padding: 0;
	line-height:0px; 
	list-style:none;
}
	

/*GALLERY----------------------------------------*/



.gallery {
	clear: both;
	margin: 15px 0;
}
.gallery img {
	background-color: #DBE9E6;
	margin: 10px;
	padding: 5px;
	border: 1px solid #24767A;
	width: 150px;
	height: 117px;
	overflow:hidden;
}

.sample6 span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(http://ecabelevator.com/blog/wp-content/uploads/2009/12/cut-corner.png) no-repeat;
}

/*CONTENT----------------------------------------*/

#bodyContainer{
	margin-top: 15px;
	width: 860px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */		
	float: left;
	padding-bottom: 15px;
}

#body_cont a {
	text-decoration: none;
	color: #002e69;
	border-bottom: dashed #A9BAD9 1px;
}

#body_cont a:hover {
	text-decoration: none;
	background-color: #8fce49;
	background: #8fce49;
	color: #FFF;
	padding: 2px 2px 2px 0px;
}


#flashContainer{
	width: 860px;
	height: 317px;
	display: block;
}

#calloutContainer{
	padding-top: 15px;
	width: 860px;
	height: 135px;
	display: block;
	
}#textContainer{
	padding: 15px;
	width: 830px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	display: block;
	border-bottom: solid #FFF 1px;
}

#leftCol {
	width: 205px;
	float:left;
	margin-right: 10px;
	font-size:80%;
}

#leftCol h2 {
	margin-top: 0;
}

#leftCol h3 {
	margin: 0;
	font-size: 120%;
}

#rightCol {
	float:right;
	padding-left: 10px;
	width: 600px;
}

#rightCol h1 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:160%;
	color: #D8D1AF;
	margin-top: 0;
}

#rightCol a {
	color: #A57D5A;
	text-decoration:none;
}

#rightCol a:hover {
	text-decoration:underline;
}

#rightCol h3 {
	text-transform:uppercase;
	font-size:120%;
	font-weight:normal;
}

#rightCol ul {
	font-size:90%;
}

#rightCol ul li {
	list-style: square;
}

.product {
	clear:both;
	margin: 0;
}

.product ul li {
	font-size:85%;
}

product img {
	margin-right: 10px;
}
	

/*FOOTER----------------------------------------*/

#footerContainer{
	width: 860px;
	text-align: center;
	padding-bottom: 40px;
	font-size:11px;
}

#footerContainer h2 {
	font-size:10px;
	font-weight:normal;
	margin:15px 0;
}

#footerContainer a{
	color: #FFF;
	text-decoration: none;
	border-bottom: dashed 1px;
	font-size:12px;
}

#footerContainer a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

/*TEXT STYLES----------------------------------------*/


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #D8D1AF;
	margin: 0;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	color: #D8D1AF;
	margin: 0;
}

.halfwidth {
	width: 220px;
	padding:5px;
	margin: 0 5px 0 5px;
	float: left;
	display:block;
}

.fullwidth {
	width:440px;
	padding: 5px;
	margin: 0 5px 0 5px;
	clear:both;
}

.formfields {
	background:url(Images/button-bg.png) repeat-x;
	height: 14px;
	line-height:20px;
	padding: 3px;
	border: 1px solid #D8D1AF;
}
