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

body {
	margin:0px;
	background-color:#c4df9b;
}
body, td, tr {
	margin:0px;
}
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size:20px;
	color:#4f6f18;
	margin:0px;
	padding-bottom:20px;
	text-align:left;
	background-image:url(images/bg-title.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
	line-height:17px;
}
h2 {
}
a {
	color:#f57f20;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
p {
	margin:0px;
	margin-bottom:10px;
	line-height:17px;
}
#breadcrumb{
	padding-bottom: 5px;
	color:#4f6f18;
}

/* template styles */

#spacer1 {
	height:13px;
}

#bg {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
#bg-m {
	background-color:#FFF;
}
#footer-l {
	background-image:url(images/footer-l.png);
	background-repeat:no-repeat;
	background-position:right;
	height:102px;
}
#footer {
	position:relative;
	background-image:url(images/footer-m.png);
	background-repeat:no-repeat;
	background-position:center;
	height:102px;
	
}
#footer-r {
	background-image:url(images/footer-r.png);
	background-repeat:no-repeat;
	background-position:left;
	height:102px;
	
}
#main-wrap {

}
#left {
	width:467px;
}
#right {
	width:333px;
}
#left2 {
	width:534px;
}
#right2 {
	width:266px;
	height:364px;
	background-image:url(images/bg-right.png);
	background-position:top right;
	background-repeat:repeat-y;
}
#right-wrap {
	overflow:auto;
}

#logo {
	background-image:url(images/logo.png);
	width:390px;
	height:155px;
}
#hero {
	background-image:url(images/img-hero.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:117px;
}
#logon {
	position:relative;
	background-image:url(images/but-logon.png);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
}
#but-logon {
	position:absolute;
	right:20px;
	top:6px;
}
#cart {
	position:relative;
	background-image:url(images/but-shopping.png);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
}
#but-cart {
	position:absolute;
	right:22px;
	top:6px;
}
#search {
	position:relative;
	background-image:url(images/bg-search.png);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
}


#title {
	padding-left:56px;
	text-indent:15px;
}
#content-wrap {
	padding-left:71px;
}
#content {
	text-align:left;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#mod {
	background-image:url(images/bg-mod.png);
	height:180px;
	background-position:right;
}
#mod2 {
	background-image:url(images/bg-footer.png);
	background-repeat:no-repeat;
	height:180px;
	background-position:right;
	position:relative;
	float:right;
	width:266px;
}
#cruel-logo {
	position:absolute;
	top:21px;
	right:46px;
	width:164px;
	height:41px;
}
/* form styles */

#form1 {
	padding:0px;
	margin:0px;
}
#search-form {
	font-size:11px;
	line-height:0px;
	color:#333333;
	position:absolute;
	top:7px;
	right:45px;
	border:0px;
	background-color:none;
	background-image:url(images/bg-search2.png);
	background-repeat:no-repeat;
	width:132px;
	height:15px;
	padding:0px;
	margin:0px;
	padding-left:7px;
}
#search-go {
	position:absolute;
	top:7px;
	right:20px;
	border:0px;
	background-image:url(images/but-go.png);
	width:22px;
	height:15px;
}

/* menu styles */

#nav-item {
	position:absolute;
	right:5px;
	top:23px;
}
#nav-item2 {
	position:absolute;
	right:5px;
	top:63px;
}
#nav-item3 {
	position:absolute;
	right:5px;
	top:103px;
}
#nav-item4 {
	position:absolute;
	right:5px;
	top:143px;
}
#footer-nav {
	position:absolute;
	top:68px;
	right:27px;
	width:600px;
}

#mainmenu {
	background-image:url(images/bg-nav.png);
	background-position:right;
	height:184px;
	width:266px;
	position:relative;
	float:right;
}

#footer-nav {
	position:absolute;
	top:68px;
	right:27px;
	width:700px;
}
#footer-nav ul{
	padding:0px;
	margin: 0px;
	}	
	#footer-nav li{
	padding:0px;
	margin:0px;
	list-style: none;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:center;
	display:inline;
	}	
	#footer-nav li a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	margin:0px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	display:inline-block;
	padding:0 5px;
	}
	#footer-nav li a:hover{
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	}