
/*<style>/**/

body {
	background-color: #c5d984; /*#dbe9ad;*/
    background-image: url(../images/ui/border.jpg);
	background-position: top center;
	background-repeat: repeat-x;
    color: #000000;
	padding: 0px;
	margin: 120px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


a {
	color: #ea4504; /*#b97603;*/
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #5d6d28;
}

h2,
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #5d6d28;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

label {
	display: block;
	float: left;
	width: 60px;
	height: 20px;
	color: #CCCCCC;
}

ul {
	padding-left: 20px;
	margin: 0px;
}

ul li {
	line-height: 16px;
}

.image {
	border: 4px solid #ffffff;
	padding: 0px;
	margin: 0px;
}

img.title {
	padding: 0px 0px 20px 0px;
}

hr {
	/*padding: 0px 0px 0px 0px;
	margin: -10px 0px 20px 0px;*/
	color: #a9bb6c;
	background-color: #a9bb6c;
	height: 1px;
	border: none;
	margin: 0px 10px 0px 0px;
}


/* ------------------------------------------------------------------------------------------HEADER */
.header {
	background-repeat: repeat-x;
    background-position: 0px 0px;
	height: 129px;
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
    overflow: hidden;
}



/* ------------------------------------------------------------------------------------------MENU */
.menu {
	background-image: url(../images/ui/menu_bg.gif);
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
    overflow: hidden;
	position: relative;
	text-align: center;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.menu ul li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.menu ul li a,
.menu ul li a.home {
	position: relative;
	float:left;
	display: block;
	background-image: url(../images/ui/menu_button.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
	height: 38px;
	padding: 12px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}



.menu ul li a:hover {
	background-position: 0px -39px;
	color: #FFFFFF;
}

.menu ul li a.home {
	background-position: -2px 0px;
}
.menu ul li a.home:hover  {
	background-position: -2px -39x;
}

/* ------------------------------------------------------------------------------------------MAIN */
.main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.main .feature {
	background-color: #296372;
	background-image: url(../images/ui/content_grill_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 95px;
}

.content {
	position: relative;
	width: 880px;
	margin: 0px auto 0px auto;
	text-align: center;
}


/* ------------------------------------------------------------------------------------------INFO */



/* ------------------------------------------------------------------------------------------FOOTER */


.footer_content {
	text-align: center;
}

.footer {
	background-image: url(../images/ui/border.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 100px;
	margin: 20px 0px 0px 0px;
}










/* ------------------------------------------------------------------------------------------CONTENT */
.content_home {
	width: 360px;
	margin: 0px auto 10px auto;
}

.content_home_left,
.content_home_right {
	position: absolute;
	top: 10px;
	width: 143px;
}

.content_home_left img,
.content_home_right img {
	margin: 0px 0px 10px 0px;
}

.content_home_left {
	left: 0px;
}

.content_home_right {
	right: 0px;
}



.accessories img {
	margin: 0px 4px 0px 0px;
}





.col_left {
	width: 426px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	
}

.col_right {
	width: 426px;
	float: right;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.col_end {
	clear: both;
	height: 8px;
	line-height: 0px;
}

.col_space {
	clear: both;
	height: 20px;
}



.list {
	margin: 0px;
	padding: 0px;
}

.list li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}
