@charset "utf-8";
/* CSS Document */

html {
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	padding:0;
	margin:0;
	background-color:#636363;
}
#container {
	width:930px;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
}
#header {
	width:930px;
	height:98px;
	background-image:url(images/top.jpg)
}
#spacer {
	float:left;
	margin:0px 0 0 0px;
	z-index:100;
	width:930px;
	background-color:#fff;
	color:#FFFFFF;
}
*html #spacer {
	margin-left:0px;
} /* for ie*/
#main {
	width:930px;
	background-color:#FFFFFF;
}
#left {
	float:left;
	width:195px;
	height:852px;
	background-image:url(images/leftside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#middle {
	float:left;
	width:589px;
	height:852px;
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
*html #right {
	float:right;
	width:145px;
	height:750px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#right {
	float:right;
	width:146px;
	height:852px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#leftstock {
	float:left;
	width:195px;
	height:2400px;
	background-image:url(images/leftside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#middlestock {
	float:left;
	width:589px;
	height:2400px;
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
*html #rightstock {
	float:right;
	width:145px;
	height:2400px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#rightstock {
	float:right;
	width:146px;
	height:2400px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#leftemail {
	float:left;
	width:195px;
	height:1300px;
	background-image:url(images/leftside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#middleemail {
	float:left;
	width:589px;
	height:1300px;
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
*html #rightemail {
	float:right;
	width:145px;
	height:1300px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#rightemail {
	float:right;
	width:146px;
	height:1300px;
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content {
	float:left;
	width:560px;
	padding:300px 10px 10px 10px;
}
#contentstock {
	float:left;
	width:570px;
	padding:300px 0px 0px 0px;
}
#footer {
	margin:auto;
	width:930px;
	height:36px;
	padding:0px;
	background-image:url(images/bottom.jpg);
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
#navbar {
	float:left;
	margin: 60px 0 0 80px;
	z-index: 100;
	width: 620px;
}
*html #navbar {
	margin-left: 40px;
} /* for ie*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav li {
	float: left;
}
#nav li a {
	width: 118px;
	height: 16px;
	display: block;
	background-color: transparent;
	font-weight:bold;
	text-align:left;
	padding: 3px 0 1px 4px;
	margin: 0 0 0 0;
	color: #fff;
}
#nav li a:hover {
	color: #cccccc;
	text-decoration:none;
}
#featured {
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width:141px;
	height:185px;
	position: relative;
	top:180px;
	margin-right: 0px;
	background-image: url(images/featured.jpg);
	background-repeat:no-repeat;
}
#inlineFourth {
	height: auto;
	width: 130px;
	position: relative;
	left: 22px;
	top: 0px;
	margin-top: 25px;
}


table {
	font-size: 11px;
	width: 550px;
	border: 1px solid #E5E5E5;
}
input {
	width: 250px;
}
textarea {
	height: 50px;
	width: 250px;
}
.send {
	width: 100px;
}
h1 {
	font-size: 12px;
	background-color: #3f3f3f;
	color:#FFFFFF;
	padding: 3px;
	margin: 0px;
}
p {
	margin: 5px;
}
