* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #797373 url('../_grafix/bg.jpg') top center no-repeat;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
input {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}

a {
	color: #666;
}

a:hover {
	color: #DE5900;
}



/* wrapper & container */

#wrapper {
	margin: auto;
	width: 922px;
}

#container {
	float: left;
	width: 920px;
	border-top: 2px solid #564F4F;
	border-left: 1px solid #564F4F;
	border-right: 1px solid #564F4F;
	border-bottom: 2px solid #564F4F;
	background: #fff;
	margin: 0px 0;
}


/* banner */

#banner {
	float: left;
	width: 920px;
	height: 250px;
}


/* navigation */

#navigation {
	float: left;
	width: 864px;
	height: 57px;
	padding: 0 28px;
	background: url('../_grafix/bg_navigation.png') top left repeat-x;
}

/* sub navigation */

#navigation .sub {
	float: left;
	width: 864px;
	height: 20px;
}

#navigation .sub ul {
	float: left;
	list-style-type: none;
}

#navigation .sub li {
	float: left;
	vertical-align: top;
	width: 137px;
	height: 20px;
}

#navigation .sub li a {
	float: left;
	display: block;
	vertical-align: top;
	width: 137px;
	height: 20px;
}

#navigation .sub li a:hover { 
	background-position: 0 -20px; 
}

#navigation .sub li a.selected { 
	background-position: 0 -20px; 
}

#navigation .sub li a.selected:hover { 
	background-position: 0 -20px; 
}

#navigation .sub li span {
	display: none;
}

#btn_home a 			{ background: url('../_grafix/btn_home.png') no-repeat top left; }
#btn_menu a 		{ background: url('../_grafix/btn_menu.png') no-repeat top left; }
#btn_contact a 	{ background: url('../_grafix/btn_contact.png') no-repeat top left; }

/* content */

#content {
	float: left;
	width: 556px;
	padding: 14px 28px;
}

#content h1 {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 18px;
	line-height: 1.3em;
	background:url(../_grafix/title_bg.png) no-repeat 0% bottom;
	

	
}

#content p {
	line-height: 1.6em;
	margin-bottom: 22px;
}

#content img.right {
	float: right;
	margin: 0 0 15px 15px;
}

#content img.left {
	float: left;
	margin: 0 15px 15px 0;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

#content ul li {
	margin-bottom: 4px;
}

/* sidebar */

#sidebar {
	float: left;
	width: 224px;
	padding: 14px 28px;
}

#sidebar h1 {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 18px;
	line-height: 1.3em;
	background:url(../_grafix/title_sidebar_bg.png) no-repeat 0% bottom;
}

#sidebar p {
	line-height: 1.6em;
	margin-bottom: 22px;
}


#sidebar img.right {
	float: right;
	margin: 0 0 15px 15px;
}

#sidebar ul {
	list-style-type: disc;
	margin-left: 25px;
}

#sidebar ul li {
	margin-bottom: 4px;
}






/* bottom */

#bottom {
	float: left;
	width: 864px;
	height: 50px;
	padding: 0 28px;
}

#bottom a {
	color: #666;
}
#bottom a:hover {
	color: #DE5900;
}
