@CHARSET "ISO-8859-1";
body {
	font: 12px Arial;
	color: black;
	text-align: center;
	background-image: url(../img/tiledbackground.png);
	background-repeat: repeat;
	margin-top: 0px;
}

body a {
	text-decoration: none;
	color: black;
}

body a:hover {color: red}
body img {border: none}
body .clear {clear: both}
body .rightal {text-align: right}
body .paddedr {padding-right: 10px}

#container {
	position: relative;
	width: 931px;
	min-height: 815px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/curved-background.png);	
}


#page {
	position: relative;
	left: 89px;
	width: 754px;
	z-index: 0;
	text-align: left;
	min-height: 815px;
	background-color: white;
}

#heading {
	position: relative;
	height: 130px
}

#heading_logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

#heading_phone {
	position: absolute;
	top: 15px;
	left: 480px;
	width: 255px;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url(../img/phonenumbers.png);
	
}

#heading_nav1 {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 22px;
	width: 751px;
	background-image: url(../img/nav1background.png);
	background-repeat: repeat-x;
	color: black;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 7px;
}

#heading_nav1 .item {
	float: left;
	padding-left: 18px;
	padding-right: 11px;
	background-image: url(../img/bulletpoint.png);
	background-repeat: no-repeat;
}

#heading_nav1 .nobullet {
	background-image: none;
}

#heading_nav2 {
	position: absolute;
	top: 99px;
	left: 0px;
	height: 29px;
	width: 100%;
	background-image: url(../img/nav2background.png);
	background-repeat: repeat-x;
}

#heading_billboard {
	position: relative;
	padding-left: 10px;
}

#billboard-homeleft {
	float: left;
	background-image: url(../img/billboard-left.jpg);
	width:  506px;
	height: 197px;
	background-repeat: no-repeat;
}

#billboard-homeright {
	float: left;
}

#billboard-contentleft {
	float: left;
	width: 340px;
	height: 200px;
}

#billboard-contentright {
	float: left;
	background-image: url(../img/billboard-background.png);
	background-repeat: no-repeat;
	color: white;
	width: 365px;
	height: 187px;
	padding-top: 10px;
	padding-left: 30px;
	
}

#billboard-contentright li {
	padding-bottom: 2px;
	margin-left:-10px;
}

#heading_buttons {
	position: relative;
	padding-top: 5px;
	padding-left: 11px;
}

#heading_buttons .button {
	float: left;
	width: 149px;
	height: 141px;
	padding-right: 46px;
}

#heading_buttons .nopadding {
	padding-right: 0px;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#content a {
	color: red;
}

#content .smoothbox {
	position: relative;
}

#content .smoothbox .head {
	background-image: url(../img/box-background.png);
	background-repeat: repeat-x;
	height: 31px;
}

#content .smoothbox .corner {
	width: 7px;
	height: 5px;
	background-repeat: no-repeat;
}

#content .smoothbox .foot .corner {
	padding-top: 31px;
}

#content .smoothbox .head .cornerleft {
	float: left;
	background-image: url(../img/smoothbox-corner-tl.png);
}

#content .smoothbox .head .cornerright {
	float: right;
	background-image: url(../img/smoothbox-corner-tr.png);
}

#content .smoothbox .content {
	position: relative;
	top: -28px;
	min-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#content .smoothbox .content p {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

#content .smoothbox .content ul {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

#content .smoothbox .content li {
	font-weight: bold;
}

#content .smoothbox .content .redheading {
	color: #D30006;
	font-size: 14px;
	font-weight: bold;
}


#content .smoothbox .foot {
	position: relative;
	top: -31px;
	height: 6px;
	background-image: url(../img/smoothbox-background-foot.png);
	background-repeat: repeat-x;
}

#content .smoothbox .foot .cornerleft {
	float: left;
	background-image: url(../img/smoothbox-corner-bl.png);
}

#content .smoothbox .foot .cornerright {
	float: right;
	background-image: url(../img/smoothbox-corner-br.png);
}

#content_left_home {
	float: left;
	width: 510px;
}

#content_right_home {
	float: left;
	width: 210px;
	padding-left: 13px;
}

#content_left_content {
	float: left;
	width: 570px;
}

#content_right_content {
	float: left;
	width: 150px;
	text-align: right;
	padding-left: 10px;
}

#content_right_content .stock {
	padding-bottom: 15px;
}
