/* Utility Creative - 2009 - Stylesheet */ 


body{ 
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align:left;
	color:#ffffff ;
	background-color:#000000;
}

img#bg {
	position:fixed;
	padding:0px;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* Start Architeture */

#container {
	width:900px;
	height:auto;
	border:none;
	margin:0 auto 0 auto;
	float:none;
	background-color:#000000;
	margin-top:25px;
}

#banner {
	width:680px;
	height:300px;
	margin:0 auto 0 auto;
	background-color:#000000;
	margin-bottom:10px;
	display:block;
	margin-top:10px
}

/* #################################################################### */
			/* --- | MAIN CONTENT | --- */
/* #################################################################### */

#content_wrap {
	line-height:130%;
	height:auto;
	float:none;
	overflow:hidden;
	position:relative;
	margin:0 auto 0 auto;
	clear:both;
	padding:10px;
	background-image:none;
	background-repeat:repeat-x;
	padding-top:0px;
	background-color:none;
}

#content {
	float:right;
	height:auto;
	width:670px;
	margin-bottom:10px;
	padding:10px;
	padding-top:0px;
	padding-bottom:50px;
	background-color:#000000;
	background-image:url('../images/chrome.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}

/* #################################################################### */
			/* --- | SUB MENU & TEASERS | --- */
/* #################################################################### */

#logo {
	background-image:url('../images/logo.jpg');
	background-repeat:once;
	width:150px;
	height:212px;
	padding:none;
	float:left;
	margin:none;
	border:none;
}

#address {
	width:160px;
	height:auto;
	padding:none;
	float:left;
	margin:none;
	margin-top:50px;
	border-top:1px solid #ffffff;
}

#sidebar {
 	width:160px;
	padding:none;
	text-align:left;
	float:left;
	padding:10px;
	margin:none;
	background-color:#000000;
	margin-bottom:10px;
}

#sidebar ul {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar a {
	display:block;
	margin:3px;
	padding:3px;
	width:150px;
	background-color:none;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	border-top:1px dotted #999999;
}

#sidebar a:link, #navlist a:visited {
	color:#999999;
	text-decoration:none;
}

#sidebar a:hover {
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
}

#img_left {
	border:none;
	margin:5px;
	display:block;
	float:left;
	margin-right:10px;
}

#img_right {
	border:none;
	margin:5px;
	display:block;
	float:right;
	margin-left:10px;
}


#footer { 
	float:right;
	height:auto;
	width:670px;
	padding:10px;
	background-color:#000000;
}




/* #################################################################### */
			/* --- | TEXT STYLES | --- */
/* #################################################################### */

h1 {
	margin-top:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-transform:none;
	line-height: 170%;
	font-family:"Century gothic, Arial,Tahoma,sans-serif";

}

h2 {
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	margin:5px;
	text-align:left;
	line-height:170%;
	margin-top:15px;
}

h3 {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:none;
	background-color:#111111;
	margin-top:7px;
}

p {
	color: #eeeeee;
	font-size: 10px;
	font-weight: normal;
	margin:5px;
	line-height: 170%;
	text-align: left;
}

p.small {
	color:#eeeeee;
	font-size: 9px;
	font-weight: normal;
	margin:5px;
	line-height: 170%;
	text-align:left;
}

p.caption {
	color:#999999;
	font-size: 9px;
	font-weight: normal;
	margin:5px;
	text-align:center;
	line-height: 170%;
}

p.formlabel {
	color: ##ffffff;
	font-size: 10px;
	font-weight: normal;
	margin:5px;
	line-height: 170%;
	text-align: left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

p.disclaimer {
	color:#eeeeee;
	font-size: 9px;
	font-weight: normal;
	margin:5px;
	line-height: 170%;
	text-align:center;
}

ul.list {
	color: #eeeeee;
	font-size: 10px;
	font-weight: normal;
	margin:5px;
	line-height: 170%;
	text-align: left;
}


a				{font-size:10px;color:#999999;text-decoration:none;}
a:link 		{color:#999999;}
a:visited 	{color:#999999;}
a:active 	{color:#999999;}
a:hover 	{color:#ffffff;}

