/* CSS Document */
* {	margin:0; padding:0; }

body {
	background:#13171a;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
ul.left { list-style:none; list-style-type:none; text-align:right; width:350px; line-height:22px; margin-left:5px;}
ul.right { list-style:none; list-style-type:none; text-align:left; width:350px; line-height:44px; margin-top:-12px; }

a { outline:none; text-decoration:none; border-bottom:1px solid #666666; color:#CCCCCC;}
a:hover {border-bottom:1px solid #CCCCCC;}

#top {
	position:relative;
	width:100%;
	height:130px;
	background:transparent url(images/top_bar.png) repeat-x scroll;
	z-index:2;
	}
.still {
	width:490px;
	height:130px;
	margin:0 auto;
	background: transparent url(images/still.png) no-repeat scroll 0 40px;
	text-indent:-9999px;
	}
	
#main {
	width:100%;
	height:485px;
	margin: -50px auto;
	background:transparent url(images/main.jpg) center no-repeat scroll;
	position:relative;
	z-index:1;
	}

#bottom-wrapper {
	width:805px;
	clear:left;
	margin:40px auto;	
	}
.bottom_left, .bottom_right {
	width:360px;
	float:left;
	margin: 0px 20px 0px 20px;
	/*background:#006600;*/
	}
.bottom_left h1 { width:350px; height:63px; background:transparent url(images/welove.png) no-repeat scroll 167px 0px; text-indent:-9999px;}
.bottom_right h1 { width:350px; height:63px; background:transparent url(images/contact.png) no-repeat scroll 0px 0px; text-indent:-9999px;}

.divider {height:211px; width:4px; float:left; background:transparent url(images/divider.jpg) no-repeat scroll;}


#portfolio {width:100%; height:30px; color:#CCCCCC; font-size:24px; letter-spacing:normal; text-align:center; padding:10px 0px 20px 0px;}
