/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	}

ol, ul {
	list-style-type:none;
	list-style-position:outside
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* maintags */

html {
	background:url(images/bg.gif) top left repeat-x;
	}

body {
	min-width:760px;
	-x-system-font:none;
	font-family:arial, sans-serif;
	color:#303d5e;
	background:url(images/logo.jpg) top left no-repeat;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	margin:0;
	padding:0;
	text-align:left;
	}


h1 {
	margin-bottom:15px;
	font-size:1.85em;
	}

h2 {
	margin-bottom:10px;
	font-size:1.5em;
	}

h3 {
	margin-bottom:5px;
	font-size:1.3em;
	font-weight:normal;	
	}

h4 {
	font-size:1.1em;
	font-weight:normal;
	}

h5 {
	font-size:1.0em;
	font-weight:bold;
	}

h6 {
	font-size:0.85em;
	font-weight:bold;
	}

p {
	margin:0 0 1em 0;
	}

a {
	color:#494843;
	}

a:hover {
	text-decoration:underline;
	}	

.colpad {
	overflow:hidden;
	padding:0 20px 10px 20px;
	}

	

/* header */

#header {
	height:230px;
	}

#logo {
	position:absolute;
	display:block;
	overflow:hidden;
	top:0px;
	left:0px;
	width:257px;
	height:254px;
	text-decoration:none;
	z-index:1;
	}

#logo img {
	margin:0;
	border:none;
	}
	
#logo span {
	position:absolute;
	margin-left:-9999px;
	}

#slogan {
	float:right;
	overflow:hidden;
	margin:80px 0 0 0;
	padding-right:30px;
	height:45px;
	line-height:40px;
	text-align:right;
	font-size:3em;
	color:#fff;
	}

/* container */

#container {
	padding:0 210px;
	overflow:hidden;
	}

#container .column {
  	position: relative;
  	float: left;
}

#leftcolumn {
	width:200px;
	right:200px;
	padding:10px 0 10px 0;
	margin-left:-100%;
	background:#eceaec;
	}

* html #leftcolumn {
  	left: 220px;           /* IE6 Fix */ 
}

#centercolumn {
	width:100%;
	}

#rightcolumn {
	width:180px;
	padding:10px 10px 0 10px;
	margin-right:-200px;
	background:#eceaec;
	}

/* corners */

.corner_top_left {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url(images/corner_top_left.gif) no-repeat top left;
	}

.corner_top_right {
	position:absolute;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url(images/corner_top_right.gif) no-repeat top right;
	}

.corner_bottom_left {
	position:absolute;
	bottom:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url(images/corner_bottom_left.gif) no-repeat bottom left;
	}

.corner_bottom_right {
	position:absolute;
	bottom:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url(images/corner_bottom_right.gif) no-repeat bottom right;
	}

/* menus */

/* --> ze top one ... mainmenu */

#mainmenu {
	float:right;
	clear:both;
	margin-top:62px;
	padding-right:40px;
	height:25px;
	}
	
#mainmenu li {
	display:block;
	float:left;
	height:25px;
	}

#mainmenu li a {
	display:block;
	float:left;
	height:25px;
	margin-left:15px;
	line-height:25px;
	font-size:0.9em;
	color:#fff;
	text-transform:uppercase;
	}

#mainmenu li a:hover, #mainmenu li.current a {
	text-decoration:underline;
	}  

/* --> ze left one ... secondmenu */

#leftcolumn h2 {
	padding-left:10px;
	}

#secondmenu li {
	display:block;
	float:left;
	width:200px;
	}

#secondmenu li a {
	display:block;
	float:left;
	width:180px;
	padding:5px 5px 5px 15px;
	}

#secondmenu li.current a, #secondmenu li a:hover {
	background:#dcdcdc;
	text-decoration:none;
	}

#secondmenu ul li a {
	padding-left:30px;
	width:165px;
	background:url(images/menu_sub_bg.gif) 20px 50% no-repeat;
	}

#secondmenu li.current li a {
	background:transparent url(images/menu_sub_bg.gif) 20px 50% no-repeat;
	text-decoration:none;
	}

#secondmenu ul li.current a, #secondmenu ul li a:hover {
	background:#dcdcdc url(images/menu_sub_bg.gif) 20px 50% no-repeat;
	text-decoration:none;
	}

/* centercolumn */

#centercolumn .colpad {
	max-width:800px;
	_width: expression(document.body.clientWidth-400 > 800 ? "800px": "auto" );
}

#centercolumn img {
	margin:2px 0;
	}

#centercolumn img.left {
	float:left;
	margin-right:10px;
	}

#centercolumn img.right {
	float:right;
	margin-left:10px;
	}

#centercolumn ol {
	list-style-type:decimal;
	margin-left:1.3em;
	}

#centercolumn ul {
	list-style-type:disc;
	margin-left:1.2em;
	}

/* newsletter */

#errNewsletter {
	color:#da0000;
	}

#newsletterbox {
	color:#4f565d;
	}
	
#newsletterbox input {
	border:1px solid #a2a4a9;
	width:168px;
	height:20px;
	padding:2px 5px 0 5px;
	}

#newsletterbox label {
	display:block;
	margin-top:5px;
	}

#newsletterbox #newsletter_submit {
	width:92px;
	height:20px;
	margin:0 0 0 88px;
	padding:0 0 2px 10px;
	color:#fff;
	border:none;
	outline:none;
	background:url(images/submit_bg.gif) top left no-repeat;
	cursor:pointer;
	}

#logos {
	margin-top:30px;
	text-align:center;
	}

#logos img {
	margin-top:5px;
	}


/* footer */	

#footer {
  	clear: both;
	overflow:hidden;
	height:35px;
	margin-top:10px;
	border-top:1px solid #dcdcdc;
	padding:10px 0 5px 30px;
}

#footer p {
	float:left;
	}

#waxlogo {
	display:none;
	float:right;
	margin-right:25px;
	height:21px;
	width:26px;
	background:url(images/wax_logo_transp50.png) no-repeat 100% 100%;
	cursor:pointer;
	}

#waxlogo:hover {
	background:url(images/wax_logo.png) no-repeat 100% 100%;
	}

