@charset "UTF-8";
/* CSS Document */

/* LAYOUT */

#wrapper{
	margin: 0 auto;
	width: 800px;
	height: 100%;
}

#header{
	height: 151px;
}

#headerLogo{
	height: 151px;
	width: 303px;
	float: left;
}

#headerSpace{
	width: 497px;
	float: left;
	height: 97px;
}

#headerMenu{
	width: 487px;
	float: left;
	height: 34px;
	background-image: url(../images/layout/layout_05.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #91C318;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content{
	width: 800px;
	background-image: url(../images/layout/layout_06.gif);
	background-repeat: repeat;
	height: 100%;
}

#leftColumn{
	width: 550px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100%;
}

#rightColumn{
	width: 225px;
	float: left;
	padding: 5px;
}

#footer{
	clear: both;
	background-image: url(../images/layout/layout_08.gif);
	width: 780px;
	padding: 10px;
	text-align: center;
	background-color: #6C940D;
	background-repeat: no-repeat;
}

#searchBox{
	background-color: #FFAE00;
	width: 794px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 30px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #91C318;
	border-left-color: #91C318;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 5px;
}

/* MAIN PAGE RULES */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}

form{
	margin: 0px;
	padding: 0px;
}

A:link{
	font-weight: bold;
	color: #608309;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

.pagetitle{
	font-size: 24px;
	color: #FFAE00;
	font-weight: bold;
	text-transform: uppercase;
}

.boxtitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}


/* HEADER MENU */

.headerMenu A:link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
}

.headerMenu A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 18px;
}


/* FOOTER MENU */

.footerMenu A:link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

.footerMenu A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}



/* CONTENT */

.price{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.imageFloatRight{
	float: right;
	margin: 10px;
}

.imageFloatLeft{
	float: left;
	padding: 10px;
}

hr{
	color: #003300;
	background-color: #003300;
}

.advertImage{
	padding-bottom: 5px;
}
