
body {

	margin: 0;
	padding: 0;
	background: #FFFFFF;
	/*font: normal small Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a, a:visited, a:active {
	color: #566ba9;
	text-decoration: underline;
}


ul, ol {
	margin-bottom: 1.4em;
	line-height: 180%;

}


hr {
	display: none;
}


/* Wrapper */

#wrapper {
	padding-top: 10px;
	background: #FFFFFF;
	background: url('/img/header/page-bg.jpg') repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	background: #FFFFFF url('/img/header/head-top.jpg');
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
}





/* Search */

#search {
	margin: 0 auto;
	background: url('/img/header/head-bottom.jpg');
	height: 150px;
	width: 760px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 100%;
}



#search a {
	color: #566ba9;
}

#search form {
	margin: 0;
	padding: 2px 5px 0 0;
}

.whitehigh {
	color: #000000;
	background-color: #FFFFFF;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.whitehigh a {
	color: #3366FF;
}

#placeorderbuttondiv {
	margin-left: 500px;
	background: #000000;
	height: 145px;
	width: 123px;
	cursor: pointer;
	clear:both;
	display: block;
}

#placeorderbuttondiv a {
	height: 145px;
	width: 123px;
	display: block;
	/*float: right;*/
	text-decoration: none;
}




/* Menu */

html>body #menu {
	width: auto;
}

#menu {
	width: 510px;
	padding-top: 0px;
	display: inline;
	
}



#menu form {
	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 18px 0 0 0px;
	list-style: none;
	display: inline;
	float: left;
}

#menu li {
	display: inline;
	float: left;
}

#menu li:hover {
}

#menu a {
	padding: 0px 20px 20px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 136%;
	/*color: #E8FF86;*/
	color: #E8FF86;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}





/* Page */

#page {
	width: 758px;
	margin: 0 auto;
	background: #FFFFFF url('/img/header/sidebar-bg.jpg') repeat-y;
	border-right: 1px solid #23282E;
	border-left: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
}

#shortpage {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#pagecontent {
	float: right;
	width: 535px;
	padding: 10px 20px 0px 20px;
	
	background: url('/img/header/red-line.gif') repeat-x;
}

#pagecontent td {
	
}



/* Sidebar */

#sidebar {
	float: left;
	width: 183px;

	padding: 10px 0px;
	background: url('/img/header/red-line.gif') repeat-x;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0;
}

#sidebar li ul {
	margin: 0;
	padding: 5px 15px 5px 15px;
}

#sidebar li li {
	margin: 0;
	background: none;
}

#sidebar .fadebg {
	height: 32px;
	margin: 0;
	padding: 0;

	background: #66CC33 url('/img/header/sidebar-head-icon.jpg') repeat left top;
	width: 179px;
}


#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: #66CC33;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	border-right: 1px solid #23282E;

	background: url('/img/header/sidebar-icon.jpg') no-repeat 148px center;
	/*background: #66CC33 url('/img/header/sidebar-head-icon.jpg') repeat right top;*/



	font-size: 100%;
	font-weight: bold;
	color: #E8FF86;
	width: 164px;

}

#sidebar h3 {
	color: #D33333;
	font-weight: bold;

	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}





/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #566ba9;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
}

#footer a {
	color: #333333;
}
