@charset "utf-8";
html {
	background-color: #FFFFFF;
}

body {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	font-family: "Tahoma", Arial, helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#frame {
	height: auto;
	width: 796px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#frame #top {
	margin: 0 0 0 0;
	padding: 0px;
	float: left;
	height: 249px;
	width: 796px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}



#frame #main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 796px;
	position: relative;
	background-color: #d7d7d7;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#frame #main #homeflash {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 282px;
	width: 796px;
	position: relative;
	background-image: url(images/flashbg.jpg);
	background-repeat: no-repeat;
}
#frame #main #strip {
	background-image: url(images/bg4.gif);
	background-repeat: no-repeat;
	height: 94px;
	width: 796px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#frame #main #stock, #frame #main #contact {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	left: 20px;
	top: 10px;
}

#frame #main #left {
	float: left;
	width: 530px;
	height: auto;
	padding: 0px;
	position: relative;
	left: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#frame #main #left p, #frame #main #contact p {
	margin: 10px;
	line-height: 2em;
}
#frame #main #left h5, #frame #main #contact h5 {
	margin: 10px;
	font-size: 130%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #fa9605;
	color: #000000;
}

#stockframe {
	margin-left: 100px;
}

#frame #main #featured #inlineFourth {
	height: auto;
	width: 200px;
	position: relative;
	left: 15px;
	top: 40px;
	border: 2px solid #FB9C4C;
}

#frame #main #featured {
background-image:url(images/featured.jpg);
float:left;
height:280px;
left:10px;
position:relative;
width:235px;
}

#frame #bottom {
	float: left;
	height: 124px;
	width: 796px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom.gif);
	background-color: #fff;
	background-repeat: no-repeat;
}
#frame #bottom li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#frame #bottom ul {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#frame #bottom a {
	text-decoration: none;
	color: #8A8A8A;
	font-weight: normal;
}
#frame #bottom a:hover {
	text-decoration: underline;
}
.text1 {
	font-weight: bold;
	color: #49a2ff;
	font-size: 150%;
	text-align: left;
}
.text2 {
	color: #49a2ff;
}
input, select, textarea {
	width: 300px;
}
#frame #main #contact .send {
	height: 20px;
	width: 100px;
	background-color: #49a2ff;
	font-family: "Tahoma", Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #49a2f0;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#frame #main #contact table {
	width: 740px;
	margin-left: 5px;
}
#frame #main #contact table td {
	background-color: #e4e4e4;
	padding-left: 10px;
}
#frame #main #contact a {
	text-decoration: none;
	font-weight: bold;
	color: #49a2ff;
}
#frame #main #contact a:hover {
	text-decoration: underline;
}

#frame #main #contact h3 {
	margin: 0px;
	font-size: 130%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #d31919;
	color: #000000;
	padding: 0px;
}




/*------------------------------------------  Links Start -------------------------------------*/

#links {
	height: 41px;
	position: absolute;
	margin-top: 177px;
	margin-left: 30px;
	
}

#links ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#links li { 
	width: 120px; 
	height: 36px; 
	float: left; 
	margin: 0 2px 0 0; 
	font: bold 13px tahoma; 
	text-align: center; 
}

#links li a {
	width: 100%; 
	padding: 15px 0 12px 0; 
	display: block; 
	color: #ffffff; 
	text-decoration:none;
}

#links a:hover { 
	color: #fa9605;
	text-decoration:underline;

}

#links li.current a { 
	color: #fa9605; 
	text-decoration:underline;
	}
	
#links li.current a:hover { 
	color: #ffffff;
	text-decoration:none;
}