@charset "utf-8";
@import "browser_resets.css";

body
{
color:#333333;
	font-size:1.0em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	width:1000px;
    margin: 0px auto;
	background:url(../images/bg.jpg) center;
}

body header{
	width:945px;
	height:90px;
	background-color:#333333;
	margin: 0px auto;
}

article header{
	width:945px;
	height:82px;
	background-color:#a5a5a5;
	margin-left:-27px;	
}

article header img{float:right;}
article{min-height:650px;}

div#wrapper{background:url(../images/content-bg.jpg) center repeat-y #FFFFFF;}
#logo{position:absolute; z-index:1000;}

/*----------------------------- Main Navigation --*/
body nav {
	font-size:0.9em;
	position:absolute;
	width:940px;
    margin: 0px auto;
}
body nav ul {
	margin: 50px 0px 0px 0px;
	list-style: none;
	float:right;
}
body nav li {
	float: left;
}

body nav li.nobg{background-image:none;}

body nav a:link, body nav a:visited {
	display: block;
	text-decoration: none;
	color:#ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 10px 0px 15px;
	text-align:center;
}
body nav a:hover {
	background-color:#a5a5a5;
}

body#about a.nav-about,
body#news a.nav-news,
body#products a.nav-products,
body#testimonials a.nav-testimonials,
body#contact a.nav-contact,
body#services a.nav-services
{
	background-color:#a5a5a5;
}


aside{ float:right; width:330px; margin-top:92px; padding:0px;}
article{ width:587px; margin-left:27px; float:left; background-color:#FFFFFF; border-right:solid 1px #CCCCCC;}

#content{background-color:#FFFFFF; float:left; margin-left:28px; width:945px;}

body#home article {min-height:400px;}
.ProductSpace{height:20px;}


.hr{ background-color:#ffc200; height:1px; margin-top:0px; margin-bottom:10px; }
.hr-v{ background-color:#ffc200; width:1px; height:1060px; margin-top:0px; float:right; margin-left:15px;  }


/*------------------- Typography --------------- */
@font-face {
	font-family: 'Swis721LtBTLight';
	src: url('../fonts/swz721l-webfont.eot');
	src: local('☺'), url('../fonts/swz721l-webfont.woff') format('woff'), url('../fonts/swz721l-webfont.ttf') format('truetype'), url('../fonts/swz721l-webfont.svg#webfont2VX0NqFk') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*-------------------  Content  ---------------- */
.buttonRollover{ cursor:pointer;}

article p, td p, aside p, h5
{
	line-height:20px;
	font-size:0.8em;	
	padding:0px;
	margin-right:45px;
}

h5{font-weight:bold;}
article h1
{
	font-size:3.0em;
	line-height:1.2em;
	text-transform:uppercase;
	font-family:'Swis721LtBTLight',Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:35px 0px 0px 30px;
	float:left;
}



article h2{
	font-size:1.0em;
	line-height:1.2em;
	color:#4f0909;
	margin:30px 30px 10px 0px;
}

article h3, table tr td h3
{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:8px;
}

table tr td h4{
	margin-bottom:8px;
}
div#content a, div#content a:visited
{
	color:#b71616;
	text-decoration:none;
}

div#content a:hover
{
	color:#851111;
	text-decoration:underline;
}

div#content li{
	font-size:0.77em;
	line-height: 1.6em;
	list-style-image: url(../images/bullet.gif);
	margin-left:15px;
}


aside p.title{font-size:1.3em; line-height:1.2em; margin-bottom:10px; color:#b71616; padding:15px 0px 0px 30px;}
aside p{padding:0px 0px 0px 30px;}
.Italic{font-style:italic;}
.RedText{color:#b71616;}
.link-more{line-height:2.2em;}
.splitter{ height:1px; background-color:#999999; margin-top:30px;}

.testimonial{ border-bottom:#cccccc 1px dotted; font-style:italic;}

#table-product-cat td{padding:15px; color:#4f0909; font-weight:bold; width:500px; font-size:0.8em;}
#table-product-cat tr{background-color:#CCCCCC;}
#table-product-cat td strong{ color:b71616; text-decoration:underline;}
p strong{font-weight:normal;}
span.title{font-weight:bold;}
/*---------- Footer --------- */
#footer-top{	background-color:#333333;}
#footer-bottom{margin-top:-2px; }
#footer-copy{background:url(../images/footer-bg.jpg) center; width:1000px; margin-top:-12px;}
Footer {
	color: #333333;
	line-height:20px;
	font-size:0.7em;
	padding:0px;
	text-align : center;
	width:945px;
	margin: 0px auto;
}

Footer a, a{
	text-decoration: none;
	color: #b71616;
}

Footer a:hover, a:hover{
	text-decoration: underline;
}
Footer a:visited, a:visited{
	color: #b71616;
}

p#foot-left-col{float:left; width:645px; background:url(../images/footer-bg.jpg); text-align:left; padding-left:40px;}
p#foot-right-col{float:right; width:310px; background:url(../images/footer-bg.jpg);}
