/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}

html {
	height:100%;
}

body {
	color:#000;
	margin:0 auto 0 auto;
	height:100%;
	padding: 0px;
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page { 
	padding:0px;
	position: relative;
	margin:0 auto 0 auto;
	text-align: left;
	width:978px;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#CC0033;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#000;
}

h1 {
	color:#555;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}

h2 {
	color:#CC0033;
	font-size:14px;
	margin-bottom:10px;
}

h3 {
  color:#555;
  font-size:12px
  margin-bottom:10px;
  font-weight:bold;
}

hr {
	background-image:url(../images/hr.gif);
	background-repeat:no-repeat;
	height:1px;
	color:#FFF;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}

img {
	border:0px;
}

p {
	margin-bottom:20px;
	line-height:1.6em;
	}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

#header {
	background-image:url(../images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:115px;
	position:relative;
	padding:0px;
}

#header #menu {
	float:right;
	margin-top:44px;
	padding-right:20px;
}

#header #menu ul {
	display:inline;
	list-style:none;
}

#header #menu ul li {
	display:inline;
	list-style:none;
}

#header #menu ul li a {
	display:block;
	font-size:16px;
	color:#FFF;
	float:left;
	padding:15px 10px 0px 10px;
	width:126px;
	height:45px;
	text-align:center;
	border-right:1px dotted #FFF;
}

#header #menu ul li a.last {
	border-right:none;
}

#header #menu ul li a:hover, #header #menu ul li a.active {
	color:#CC0033;
}

#header #logo a {
	display:block;
	width:210px;
	height:70px;
	padding-top:30px;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

#main {
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	position:relative;
	padding:0px 25px 10px 25px;
	height:auto !important;
	height:400px;
	min-height:400px;
}

#main #right {
	float:right;
	width:210px;
	padding-top:10px;
}

#main #content {
	padding:50px;
	margin-left:210px;
}

.home #main #content {
	padding:20px;
	margin-left:0px;
}

#main #left {
	float:left;
	width:175px;
	background-image:url(../images/menuleftgrad.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:20px 0px 0px 20px;
	height:auto !important;
	height:300px;
	min-height:300px;
}

.home #main #left {
	display:none;
}

#main ul li {
	margin-left:15px;
}

#main li {
	list-style-image:url(../images/bullet_home.gif);
}

#main #left li {
	list-style-image:url(../images/bullet_menu.gif);
}

#main #left li a {
	font-weight:bold;
	font-size:13px;
	color:#999;
	padding-bottom:5px;
	display:block;
}

#main #left li a:hover, #main #left li a.active {
	color:#CC0033;
}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

#footer {
	clear:both;
	position: relative;
	text-align: right;
	padding-right:110px;
	padding-top:15px;
	font-size:10px;
	height:45px;
	background-image:url(../images/footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#CC0033;
}