body {
	font-family: lucinda, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4D5475;
	background-color: #fff;
	text-align: left;
	margin: 0px;
}


img {
	position:relative;
	border: 0px;
} 

a {  
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #cc3300; 
	text-decoration: underline;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #cc3300;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	color: #cc3300;
	margin-bottom: 3px;
}

h3 {
	font-size: 12px;
	color: #cc3300;
	margin-bottom: 3px;
}

#right {
	float: right;
	width: 210px;
	background: #fff;
	margin: 3px;
	padding-left: 5px;
	text-align: center;
	color: #4D5475; 
	text-decoration: none;
	font-size: 12px;
	}

div.menu {
	clear: left;
	margin-top: 10px;
	width: 800px;
	padding:0 0 0 32px; 
	margin: 0px; 
	list-style:none; 
	height:40px; 
	background:#fff url(/images/button1a.gif) repeat-x;
 	position:relative; 
	font-family:arial, verdana, sans-serif;
}

div.menu ul {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	margin: 0;
}

div.menu ul li {
	display:block; 
	float:left; 
	height:40px; 
	line-height:33px; 
	color:#bbb; 
	text-decoration:none;
 	font-size:11px; 
	font-weight:bold; 
	padding:0px; 
	cursor:pointer;
}


div.menu ul li a {
	float: left;
	display: block;
	color: #bbb;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	height:40px;
}

div.menu ul li a:hover {
	background: url('/images/button4.gif') repeat-x;
	color:#fff;
}


div.menu ul li a:visited {
	color: #bbb;
}

#footer {
	clear:both;
	width: 100%;
	margin:25px 0px 0px 0px;
	padding: 0px;
	font-size:10px;
	border-bottom: 1px solid #4D5475;
}

#footer a, #footer a:visited {
	color:#cc3300;
	text-decoration:none;
}

#footer a:hover {
	color:#cc3300;
	text-decoration:underline;
}

/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/* Slider */

div.slider {
	width: 200px;
	height: 16px;
	background: #eee;
}
div.slider div.knob {
	background: #000;
	width: 16px;
	height: 16px;
}
div#fontSize {
	height: 50px;
}

div.advanced {
	width: 400px;
	margin: 5px 0;
	background: url(images/slider.png) 0 center repeat-x;
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	background-image: url(images/red.png);
}
div#green div.knob {
	background-image: url(images/green.png);
}
div#blue div.knob {
	background-image: url(images/blue.png);
}