@charset "UTF-8";
/* CSS Document */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	margin:0;	
	font-family:helvetica, arial, sans-serif;	
	
}

#header_wrapper
{
	width:940px;
	height:212px;
	background-color:#000;	
	vertical-align:top;
	margin-top:0px;
}

#logo
{
	width:240px;
	height:152px;	
}

#menu
{
	width:700px;
	height:152px;	
	text-align:right;
	margin:0;
	padding:0;	
}

#menu a, #menu a:visited
{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	line-height:39px;
	margin:0;
	padding:10px 0;
	font-weight:100;
	letter-spacing:2px;
}

#menu a:hover, #menu a:visited:hover
{
	/*color:#ffea00;*/	
	color:#717171;	
}

#contents_wrapper
{
	width:100%;
	float:left;
	clear:both;
}

#contents
{
	width:940px;
	text-align:left;	
}

#footer
{
	width:940px;
	margin-top:30px;
	text-align:right;
}

.heading1
{
	margin-bottom:30px;
	margin-top:10px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	padding:10px 0;
}

h2
{
	color:#818181;
	line-height:35px;
	
	font-size:24px;
	margin-right:20px;
	font-weight:lighter;
	
}

h3
{
	color:#818181;
	font-weight:100;	
	font-size:20px;
	margin:5px 0;
}

h4
{
	color:#818181;
	font-weight:lighter;	
	font-size:14px;

}

p, td
{
	font-size:11px;
	font-weight:normal;
	margin:10px 25px 0 0px;
	text-align:left;
	color:#818181;
	line-height:18px;
	font-family:helvetica, arial, sans-serif;
}

td
{
	margin:0;
}

#contents li
{
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#818181;
	list-style-type:disc;
	margin-left:15px;
}

a, a:visited
{
	color:#4f6a73;
	text-decoration:none;
	font-size:11px;
}

a:hover, a:visited:hover
{
	color:#628893;
}

#footer a, #footer a:visited
{
	color:#999;
	font-size:10px;
	margin:0 0 0 27px;
}

#footer a:hover, #footer a:visited:hover
{
	color:#628893;
}

ul#menuback {
	float:right;
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 310px;	
}

ul#menuback li.shutter {
	width: 310px;
	height: 38px;	
	display: block;	
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-black.jpg) no-repeat; 	
}

ul#menuback li#shutter2 {
	background: url(../images/shutter-black.jpg) no-repeat; 
}

ul#menuback li#shutter3 {
	background: url(../images/shutter-black.jpg) no-repeat; 
}

ul#menuback li#shutter4 {
	background: url(../images/shutter-black.jpg) no-repeat; 
}









