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

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

body   {
	font-family:Arial;
	color:#333;
	background-image:url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #47942A;
	color: #797979;
	font-size:12px;
	line-height:17px;
}

#wrapper   {
	width: 1100px;
	background-image:url(/images/wholepage.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
	

#header	  {
	width: 1100px;
	height: 550px;
	position:relative;
	margin: auto;
	margin-left: auto;
}

#header a {
	color:#FFF;
	font-size: 12px;
	font-family:Arial;
	text-decoration:none;	
}

#header a:hover {
	color:#999;
}

#logo  {
	position:absolute;
	left: 77px;
	top: 102px;
	width: 358px;
	height: 75px;
}

#navbar ul  {
	margin:auto;
}

#navbar ul li {
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 22px;
}

#navbar  {
	width: 980px;
	height:55px;
	background-image:url(/images/navbar.png);
	position: absolute;
	left: 62px;
	top: 188px;
}
	

#picnav  {
	width: 1000px;
	height: 277;
	position: absolute;
	top: 264px;
	left: 64px;
}

#header ul li  {
	list-style-type:none;
	float:left;
	padding-left: 19px;
}

#content    {
	background-image: url(/images/content6.png);
	width: 1100px;
	background-repeat:repeat-y;
	position:relative;
	margin: auto;
	margin-left: auto;
	padding-left: 83px;
	padding-right: 83px;
	padding-top:10px;
}

#footer   {
	width: 1100px;
	height: 200px;
	padding-left: 83px;
	padding-right: 83px;
	text-align:center;
}

#columnwrapper {
	clear:both;
	width:1000px;
	overflow:auto;
	min-height:600px;
}

#column1  {
	width: 685px;
	float:left;
	min-height:600px;
	padding-bottom: 40px;
}

#column2  {
	width:180px;
	float:right;
	text-align:left;
	margin-right:60px;
	padding:21px;
	background-color:#E5E5E5;
	min-height:600px;
	padding-bottom: 40px;
}

#column2 ul  {
	padding-top:4px;
}

#column2 ul li  {
	!important list-style-type:none;
	font-size: 14px;
	padding-bottom:5px;
}

#column2 a  {
	color:#17B51C;
	font-size:14px;
	font-family:Arial;
}

.promobox {
	width:160px;
	padding:20px;
	float:left;
}

#column1 p {
	padding-bottom:8px;
}

h3  {
	font-size:18px;
}

