/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

a {
	color: white;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
option { padding-left: 0.4em; }

 
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: white;
	background: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

body.yoopage {
	background: #000000;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
}

div.wrapper-t {
	background: #141414 url(images/wrapper_t.jpg) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(images/wrapper_tl.jpg) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(images/wrapper_tr.jpg) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(images/wrapper_bl.jpg) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 40px 80px 170px 80px;
	background: url(images/wrapper_br.jpg) 100% 100% no-repeat;
}



div#header {
	width: auto;  
	height: 180px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}



div#search {
	height: 18px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#headerbar {
	width: auto;  
	height: 100px;
	padding: 10px 10px 10px 0px;
	clear: both;  
}

div#headermodule {
	margin: 0px 0px 0px 0px;
	float: right;
}


div#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

.menu {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li  {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-right: 30px;
}
.menu ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.menu ul li a:hover {
	color: red;
}


div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 


div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}


div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

div#footer {
	width: auto;  
	padding: 20px 10px 10px 10px;
	clear: both;  
	min-height: 30px;
	 
	background: url(images/footer_bg.png) 0 0 repeat-x;
	text-align: center;
}





body.width-thin div.wrapper { width: 790px; }body.width-wide div.wrapper { width: 990px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 45px; }
 

#left {
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 30px;	
	color: white;
}
#left .companyname {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 26px;
	color: white;
}

#left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 26px;
	color: white;
}