* {margin: 0; padding: 0;}

body{	
	color: #2a2a2a;
	background: #ffffff;
	font: 12px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #c50d0e;
}

a:HOVER{
	text-decoration: none;  
}

h1{
	font-size: 20px;
}

h2{
	color: #c50d0e;
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 14px;
}

p{
	padding: 10px;
	line-height: 14px;
}

.clear{
	clear: both;
}

/*-- MAIN ELEMENTS --*/

.container{
	background: url(images/bg.gif);
	width: 100%;
}

.wrapper{
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.header{
	background: url(images/header.gif) no-repeat;
	width: 980px;
	height: 146px;
}

/*-- NAVIGATION --*/

.nav{
	background:  url(images/nav_back.gif) no-repeat;
	width: 980px;
	height: 54px;
}

.nav ul{
	margin-left: 30px;
}

.nav li{
	width: 90px;
	height: 54px;
	display: inline;
	float: left;
}

.nav li a{
	color: #393939;
	background: url(images/nav_tab.gif) no-repeat;
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma, arial, helvetica, sans-serif;
	width: 90px;
	height: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 17px;
}

.nav li a:HOVER, .nav li a.on{
	color: #ffffff;
	background: url(images/nav_tab_over.gif) no-repeat;
}

/*-- CONTENT --*/

.main{
	background: url(images/content_back.gif);
	width: 980px;
}

.left_sliver{
	background: url(images/sliver_left.gif) no-repeat;
	width: 31px;
	height: 92px;
	float: left;
}

.right_sliver{
	background: url(images/sliver_right.gif) no-repeat;
	width: 30px;
	height: 92px;
	float: right;
}

.content{
	width: 919px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.content .left{
	width: 612px;
	float: left;
}

.content .left2{
	width: 369px;
	float: left;
}

.content .left h1{
	background: url(images/home_title.jpg) no-repeat;
	width: 612px;
	height: 171px;
	text-indent: -9999px;
}

.content .left p, .content .mid p{
	padding: 10px 20px 10px 40px;
}

.content .right{
	width: 307px;
	float: right;
}

.content .right2{
	width: 550px;
	float: right;
}

.content h2{
	margin: 10px 0px 0px 36px;
}

/*-- ABOUT US --*/

.about .content .left{
	width: 709px;
} 

.about .content .right{
	width: 200px;
} 

.about .content .left h1{
	background: url(images/about_title.gif) no-repeat;
	width: 700px;
	height: 86px;
	text-indent: -9999px;
}

.about .mid img{
	padding-left: 30px;
}

.about .top img{
	padding-top: 50px;
}

/*-- PRODUCTS --*/

.products .content h1{
	background: url(images/products_title.gif) no-repeat;
	width: 919px;
	height: 86px;
	text-indent: -9999px;
}

/*-- GALLERY --*/
.gallery .content .left h1{
	background: url(images/gallery_title.gif) no-repeat;
	width: 612px;
	height: 86px;
	text-indent: -9999px;
}

.gallery .content .left .picture{
	text-align: center;
}

.gallery .content .left .buttons{
	text-align: center;
	padding-top: 5px;
}

.gallery .content .right{
	float: right;
}

.gallery .content .right .thumbnails{
background: url(images/thumbs_back.gif);
	width: 307px;	
	margin: 2px 0px 0px 0px;		
	
}

.gallery .content .right .thumbnails a{
	text-align: center;
	display: block;
}

.gallery .content .right .thumbnails a img{
	margin: 0px auto 0px auto;
}

.gallery .content .right .thumbnails .inner{
	width: 240px;
	height: 580px;
	margin: 10px 0px 5px 30px;
	overflow-y: auto;
	overflow-x: hidden;
}




/*-- CONTACT US --*/

.contact .content .left h1{
	background: url(images/contact_title.gif) no-repeat;
	width: 612px;
	height: 86px;
	text-indent: -9999px;
}

.contact .content .right{
	width: 260px;
	float: left;
	margin: 43px 0px 0px 0px;
}

.contact .content .right .holder{
background: url(images/grey_stripe.gif);
	width: 260px;
	border: 1px solid #c50d0e;
	font-size: 14px;
	text-align: center;
}

.contact .content .right .holder p{
	line-height: 18px;
}

.contact .content .right h3{
	color: #ffffff;
	background: #f4302d;
	padding: 5px 5px 5px 10px;
}

.contact .content .form{
	width: 500px;
	margin: 0px 0px 10px 40px;
}

.contact .content .form td{
	padding: 5px 10px 5px 10px;
}

.contact .content .form input{
	width: 200px;
}

.contact .content .form textarea{
	width: 452px;
	height: 100px;
}

.contact .content .form label{
	display: block; 
	font-weight: bold;
}

/*-- FOOTER --*/
.footer{
	background: url(images/footer_bg.gif) repeat-x;
	width: 100%;
	height: 84px;
}

.footer .hours{
	background: url(images/footer_hours.gif) no-repeat;
	width: 231px;
	height: 84px;
	float: left;
}

.footer .nav_bot{
	color: #ffffff;
	float: right;
	margin: 20px 20px 0px 0px;
	font-size:11px;
}

.footer .nav_bot a{
	color: #ffffff;
	text-decoration: none;
}

.footer .nav_bot a:HOVER{
	text-decoration: underline;
}
