/********/
/* html */
/********/
body {
	background:#f0f0f0 url(../img/bg/bg.gif) repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1, h2, h3, h4 {
	color:#c1022c;
	margin:11px 0 14px 0;
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	margin:5px 0 7px 0;
}

h3 {
	font-size:14px;
	margin:2px 0 3px 0;
}

h4 {
	font-size:12px;
	margin:1px 0 2px 0;
	font-weight:bold;
}

h5, h6 {
	font-size:14px;
	color:#000;
}

h6 {
	font-size:12px;
}

p {
	margin:0 0 18px 0;
	padding:0
}

a {
	text-decoration:underline;
	color:#c00027;
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #f0f0f0;
	height:1px;
	line-height:1px;
	margin:15px 0;
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:982px;
}

/* header */
#header {
	position:relative;
	height:100px;
}

#logo {
	position:absolute;
	right:14px;
	top:19px;
	background:purple;
}

#logo img {
	position:absolute;
	right:0;
	top:0;	
}

#logo p{
	margin:0;
}

/* menu */
#menu {
	position:absolute;
	height:43px;
	width:680px;
	background:url(../img/bg/menu_bg.gif) no-repeat;
	left:13px;
	top:29px;
}

#menu ul {
	list-style:none;
	margin:10px 0 0 13px;
	padding:0;
}

#menu li {
	float:left;
	background:url(../img/bg/seperator.gif) no-repeat right center;
}

#menu li a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#858587;
	padding:0 7px;
}

#menu li a:hover,
#menu li a.active {
	color:#c1022c;
}

/* main */
#main{
	background:url(../img/bg/page_bg.png) repeat-y;
	min-height:580px;
	position:relative;
}

/* sidebar */
#sidebar{
	float:left;
	width:200px;
	background:#e3e2e2 url(../img/bg/sidebar_top.gif) no-repeat top;
	min-height:580px;
	margin:0 0 0 17px;
	display:inline;
}

/* submenu */
#submenu {
	position:relative;
	margin:103px 0 0 0;
}

#submenu_shadow{
	background:url(../img/bg/submenu_shadow.png) no-repeat;
	width:200px;
	position:absolute;
	height:20px;
	left:0;
	top:-20px;
	z-index:10;
}

#submenu_correction{
	background:url(../img/bg/submenu_correction.gif) repeat-x;
	width:200px;
	height:105px;
	position:absolute;
	margin-bottom:-105px;
	left:0;
}

#submenu ul {
	list-style:none;
	margin:0;
	padding:0;
	z-index:20;
	position:relative;
}

#submenu li {
}

#submenu li a {
	color:#565656;
	font-size:12px;
	text-decoration:none;
	line-height:35px;
	text-align:right;
	width:189px;
	display:block;
	position:relative;
	background:url(../img/bg/submenu_bg.gif) repeat-x;
	padding:0 11px 0 0;
}

#submenu li span {
	width:66px;
	height:20px;
	background:url(../img/bg/submenu_top.png) no-repeat;
	position:absolute;
	left:11px;
	top:-20px;
}

#submenu li a.active span,
#submenu li a:hover span {
	background:url(../img/bg/submenu_hover_top.png) no-repeat;
}

#submenu li a:hover,
#submenu li a.active {
	background:url(../img/bg/submenu_hover.gif) repeat-x;
	color:#fff;
}

/* content */
#content {
	float:left;
	width:719px;
	min-height:580px;
	margin:0 0 0 15px;
	display:inline;
	line-height:18px;
}

#content_header{
	height:72px;
	border-bottom:1px solid #f0f0f0;
	width:719px;
	position:relative;
}

#content_header #title{
	position:absolute;
	top:26px;
	left:0;
}

#content_header #print{
	position:absolute;
	right:0;
	top:48px;
	height:14px;
	width:14px;
}

#content_header #print a{
	background:url(../img/bg/print_icon.gif) no-repeat;
	height:14px;
	width:14px;
	float:left;
}

#column_1{
	float:left;
	width:445px;
	min-height:580px;
	display:inline;
	margin:25px 26px 15px 0;
}

#column_2{
	float:left;
	width:248px;
	min-height:580px;
	display:inline;
	margin:25px 0 15px 0;
}

/* footer */
#footer {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	background:url(../img/bg/footer_bg.gif) repeat-x;
	float:left;
	width:100%;
	height:70px;
	text-align:center;
}

#footer p {
	margin:0;
}

#copyright_info{
	width:924px;
	height:26px;
	background:url(../img/bg/fubar.gif) no-repeat;
	color:#fff;
	text-align:right;
	padding:6px 17px;
	margin:18px auto 0 auto;
}

#copyright_info span{
	color:#555;
}

/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

.red_line{
	height:2px;
	background:#c1022c;
	width:949px;
	position:absolute;
	left:17px;
}

.top{
	top:0;
}

.bottom{
	bottom:0;
}

/* forms */
.cs_form_wrapper{
	width:362px;
}

.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea{
	height:80px;	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 0 0 0;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	width:74px;
	padding:0 0 2px 0;
	background:#d4d4d4;
	color:#000;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#f0f0f0;
}
