@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
}


#layout {
	margin: auto;
	width: 960px;
	float: none;
	clear: none;
}
#layout #header #logo {
	width: 480px;
	float: left;
	height: 70px;
}
#layout #content {
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#layout #footer {
	background-image: url(../images/template/nav.gif);
	background-repeat: repeat-x;
	height: 38px;
	width: 100%;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#layout #footerlow {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
}
#layout #content #menu {
	clear: none;
	float: left;
	height: auto;
	width: 220px;
}
#layout #content #contentmain {
	clear: right;
	float: right;
	width: 740px;
}

#layout #content #contentmain_full {
	clear: right;
	float: right;
	width: 100%;
}

#layout #content #menu #block #blockleft {
	background-image: url(../images/template/menuleft.gif);
	height: 28px;
	width: 5px;
	float: left;
}
#layout #content #menu #block #blockmiddle {
	background-image: url(../images/template/menumid.gif);
	height: 28px;
	background-repeat: repeat-x;
	width: 190px;
	float: left;
	clear: none;
}
#layout #content #menu #block #blockcontent {
	height: auto;
	width: 100%;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
#layout #content #menu #block #blockright {
	background-image: url(../images/template/menuright.gif);
	height: 28px;
	width: 5px;
	float: right;
	clear: right;
}
#layout #content #menu #blockspace {
	height: 5px;
	width: 1px;
	float: none;
	margin: 0px;
	clear: both;
}
#layout #content #menu #block #blockmiddle #blocklabel {
	margin: 4px;
}

#layout #content #menu #block {
	height: auto;
	width: 200px;
	margin: 10px;
}
#layout #footer #footertext {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



#layout #header #toplink {
	float: right;
	width: 550px;
	clear: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#layout #header {
	height: auto;
}
#layout #header #bottomlink {
	width: 450px;
	float: right;
	clear: none;
	margin-top: 12px;
}
#layout #horznav {
	background-image: url(../images/template/nav.gif);
	height: 38px;
	float: left;
	clear: both;
	width: 100%;
}

#layout #horznav #horznavleft {
	width: 550px;
	float: left;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#layout #horznav #horznavright {
	float: right;
	width: 350px;
	clear: none;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 38px;
}
#layout #content #contentmain #contentpad {
	clear: none;
	float: none;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#layout #header #logo {
	width: 400px;
}

#includetitle {
	clear: none;
	float: left;
	height: 24px;
	width: 100%;
	text-align: left;
	vertical-align: baseline;
}
#includedash {
	background-image: url(../images/template/dash.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	clear: none;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#includebody {
	height: auto;
	width: 100%;
	clear: none;
	float: left;
}
#includedash #includebody #product {
	clear: right;
	float: left;
	height: 200px;
	width: 200px;
}

