body {
	margin:0;
	padding:0;
	background:#EDECE7 url(img/bg.jpg) left top repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size:0.875em; /* 16x.875=14 */
	color:#444;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li { margin:0; padding:0; }
ul,ol,li { padding:0; margin:0; }
/*ul,ol,li { padding:0; margin:0; list-style:none; }*/
img { border:none; }
form, fieldset {margin:0; padding:0; border:none;}
input, textarea { font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; border:none;}
a { outline:none; }
strong {font-weight:bold;font-style:normal;}
.hidden {display:none;}
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;}
.overflow {overflow:hidden;}



span.right
{
float:right
}

/* ******************
TOP
******************* */

#top {
	width:990px;
	margin:0 auto;
	overflow:hidden;
}

h1 {
	width:445px;
	float:left;
	line-height:80px;
	text-indent:-6500px;
	background:transparent url(img/title.gif) left center no-repeat;
}

h1 a {
	display:block;
	width:300px;
	height:80px;
}

#topmenu {
	float:right;
	width:445px;
	margin:0 auto;
	overflow:hidden;
	line-height:80px;
}

#topmenu ul {
	float:right;	
}

#topmenu li {
	float:left;
	margin:0 20px;
}

#topmenu li a {
	color:#6d6a63;
	font-size:1.3em;
	text-decoration:none;
	text-shadow:0 1px 1px #fff;
}

#topmenu li a:hover {
	text-decoration:underline;	
}


/* ******************
WRAPPER
******************* */

#wrapper {
	width:950px;
/*	margin:0 auto;*/
	margin:20px auto 0 auto;
	padding:20px;
	background:#fff;
	-webkit-box-shadow:0px 0px 10px #cac6bb;
	-webkit-border-radius:10px;
	-moz-box-shadow:0px 0px 10px #cac6bb;
	-moz-border-radius:10px;
}



/* ******************
HEADER
******************* */

#header {
	width:950px;
	height:200px;
	background:transparent url(img/header.jpg) center bottom no-repeat;
	margin-bottom:20px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
}



/* ******************
CONTENT
******************* */

#content {
	overflow:hidden;	
}


/* ******************
LEFT
******************* */

#left {
	width:180px;
	float:left;
	padding-right:20px;
}

#left h3 {
	padding:10px;
	background:#d0b9b8;
	border-top:1px solid #baa2a0;
	border-bottom:3px solid #baa2a0;
	font-weight:normal;
	font-size:1.2em;
	text-align:center;
	color:#594e4e;
	margin-bottom:20px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}

#left .menu {
	color:#161616;	
}

#left .menu li.parent {
	text-transform:uppercase;
	font-size:16px;
	margin:10px 0 5px 0;
}

#left .menu li.child {
	text-transform:uppercase;
	font-size:11px;
	padding-left:16px;
	line-height:16px;
	margin-left:5px;
/*	background:transparent url(img/dot.gif) left center no-repeat;*/
}

#left .menu a {
	color:#161616;
	text-decoration:none;	
}

#left .menu a:hover {
	text-decoration:underline;
	color:#665856;
}


/* ******************
MAIN
******************* */

#main {
	width:550px;
	float:left;
	padding-bottom:5px;
}

#main h2 {
	padding:10px 10px 10px 20px;
	background:#d8dfab;
	border-top:1px solid #b7bd91;
	border-bottom:3px solid #b7bd91;
	font-weight:normal;
	font-size:1.2em;
	color:#565943;
	margin-bottom:20px;
}

/* Main styling */

#main h3 {
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:5px;
	color:#7c6d6d;
	padding-left:20px;
	background:transparent url(img/h3.gif) left center no-repeat;
}

#main h4 {
	font-weight:normal;
	font-size:1.3em;
	color:#7c6d6d;
	margin-bottom:5px;
}

#main h5 {
	font-weight:normal;
	font-size:1.2em;
	color:#7c6d6d;
	margin-bottom:5px;
}

#main h6 {
	font-weight:normal;
	font-size:1em;
	color:#7c6d6d;
	margin-bottom:5px;
}

#main p {
	line-height:1.3em;
	padding-bottom:10px;
}

#main a {
	color:#525c1d;
}

#main img {
	max-width:540px;
	background:#fff;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	margin:5px 0;
}

#main ul, #main ol, #main dl {
	margin:0;
}

/*
#main ul {
	list-style-type:circle;
}

#main ol {
	list-style-type:decimal;
}
*/
#main li {
/*	list-style-type:inherit;*/
	list-style-position:inside;
	padding-left:10px;
}


/* Table Styles */

table {
	padding:0;
	margin:5px 0;
	width:538px;
	border:1px solid #B2A4A4;
}

th, td {
	padding:10px 5px;
/*	text-align:center;	*/
}

th {
	border-right:1px solid #fff;
	font-size:1em;
/*	color:#565943;*/
/*	color:#594e4e;*/
/*	background:#D1B9B9;*/
	background:#d8dfab;
	font-weight:normal;
}

th.empty {
	background:#fff;	
}

td {
	border-right:1px solid #fff;	
	border-bottom:1px solid #fff;
}

tr th:last-child, tr td:last-child {
	border-right:none;
}

tr.last td {
	border-bottom:none;	
}

tr:first-child, tr:last-child {
	border-bottom:none;
}

tr.alt {
	background:#f0f0f0;	
}

td.alt {
	background:#f0f0f0;	
}

tbody tr:hover {
	background:#e0e0e0;	
}


/* ******************
RIGHT
******************* */

#right {
	width:180px;
	float:right;
	padding-left:20px;
}

#right h3 {
	padding:10px;
	background:#9fb9d3;
	border-top:1px solid #93aac1;
	border-bottom:3px solid #93aac1;
	font-weight:normal;
	font-size:1.2em;
	text-align:center;
	color:#485460;
	margin-bottom:20px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/*
#right img.partner {
	margin-bottom:20px;	
	padding:5px;
	background:#e7e7e7;
	max-width:170px;
	max-height:170px;
}
*/

#right img.partner {
    display:block;
    margin:0 auto 20px auto;
    max-width:180px;
}

#right ul.partner {
	padding:0; margin:0; list-style:none;
}

/* ******************
FOOTER
******************* */

#footer {
	width:990px;
	margin:20px auto 20px auto;
	text-align:center;
	font-size:0.9em;
}
