/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}

body {
	background:#fff; 
	color: #000; 
	font:12.35px Arial, Verdana, sans-serif;
	background:url(images/body.jpg) repeat-x center top #000000;
}

a:link. a:visited {
	color:#0054a6;
	text-decoration:none; 
}

a:hover {
	text-decoration:underline
}
hr {
  border: 0;
  width: 80%;
}
#container {width:940px; margin:0 auto; margin-top:40px; background: url(images/main.jpg) no-repeat #FFFFFF;}

#sidebar {float:right; width:179px; color:#21364F; font-size:11px; line-height:16px; padding:0 20px 35px 20px;}
#sidebar h3 {padding:5px 0 5px 20px; margin:20px 0 10px -20px; background:url(images/sidebar_h3.jpg) repeat-y; text-transform:uppercase; font-size:18px; font-weight:normal;}
#sidebar ul {padding:0; margin:0;}
#sidebar li {list-style:none; border-bottom:1px solid #E1E3E7;}
#sidebar li a {display:block; width:175px; padding:2px; text-decoration:none;}
#sidebar li a:hover {background-color:#EFF1F3;}

#main {margin-right:220px;}
#logo {text-align:center; margin:0 auto; width:300px; padding-top:50px; color:#FFFFFF; font-size:12px; line-height:12px; height:199px;}
#logo a {color:#FFFFFF; text-decoration:none; font-size:25px; line-height:normal; letter-spacing:3px; text-transform:uppercase; margin:0 -50px;}
#menu {background:url(images/menu.jpg) no-repeat; height:61px;}
#menu ul {margin:0; padding:2px 50px 0 50px; text-align:center;}
#menu li {display:inline; list-style:none; line-height:28px; padding-top:1px;}
#menu a {font-size:14px; text-decoration:none; color:#FFFFFF; padding:4px 20px 5px 20px; text-transform:lowercase;}
#menu a:hover {background:url(images/menu_a.jpg) repeat-x;}
#menu a.active {background:url(images/menu_a.jpg) repeat-x;}
#text {padding:0 30px 35px 30px; color:#21364F; font-size:12px; line-height:16px;}
#text h1, #text h2 {font-size:20px; font-weight:normal; text-transform:uppercase; margin:20px 0 10px 0;}
#text ul {margin-top:8px; margin-bottom:8px;}
#text br {line-height:8px;}

#footer {clear:both; height:162px; background:url(images/footer.jpg) no-repeat; color:#FFFFFF; font-size:11px;}
#footer a {color:#FFFFFF;}
#menu_footer {padding:30px 250px 0 30px; text-transform:lowercase;}
#left_footer {float:left; padding:30px 30px 0 30px;}
#right_footer {float:right; padding:21px 30px 0 30px; width:159px; text-align:center;}

h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	margin:10px auto;
	width:900px; 
}

p {
	margin:15px 0;
}

#header {
	margin-bottom:20px;
}

label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding:0 0 4px 2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/* Text inputs smaller */
.textinput_small, .textinput_smallHovered {
	width:33px;
	height:15px;
	background:url(../images/input_small.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput_smallHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
