img {
	border: none;
	}

/*** Main Body***/
body {
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#040404;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
	}

/*** Main Wrapper ***/
#main {
	background-image:url(images/main-bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#000000;
	width:960px;
	margin:0px auto;
	}
	
/*** Header ***/
#header {
	background-image:url(images/header.png);
	background-color:#000000;	
	height:142px;
	}

#telephone {
	float:right;
	color:#ff9600;
	font-size:26px;
	margin:30px 20px 0px 0px;
	}

/*** Banner ***/
#banner {
	background-image:url(images/banner.png);
	background-color:#000000;
	height:297px;
	}

#banner-text {
	float:left;
	margin:0px 0px 0px 20px;
	}

#banner-text h1 {
	color:#cfcfcf;
	font-size:28px;
	margin:10px 0 0 0;
	padding:15px 0px 10px 0px;
	line-height: 0;
	}
	
#banner-text h1 .orange {
	color:#ff7e00;
	}

#banner-text ul {
	margin:10px 0px 25px 0px;
	padding:0px;
	list-style:none;
	color:#ff7e00;
	}

#banner-text li {
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0px 0px 0px 30px;
	margin:0px;
	font-size:20px;
	}

#content {
	background-image:url(images/liquid.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#000000;
	width:900px;
	margin:0px auto;
	padding:20px 10px 10px 10px;
	}

#content-left {
	width:444px;
	float:left;
	}

#content-right {
	width:444px;
	float:right;
	}

.box {
	width:444px;
	margin:0px 0px 10px 0px;
	}

.box-top {
	background-image:url(images/box-top.png);
	background-repeat:no-repeat;
	height:10px;
	}

.box-body {
	background-image:url(images/box-body.png);
	padding:0px 10px;
	}

.box-body h1 {
	color:#ff7e00;
	font-size:15px;
	margin:0px;
	padding:2px 0px 8px 0px;
	line-height: 0;
	}

.box-body p {
	color:#afafaf;
	font-size:11px;
	margin:0px;
	padding:0px 0px 8px 0px;
	}

.box-body a {
	color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: block;
	}

.box-body a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.box-body img {
	float:left;
	margin-right:10px;
	}

.box-bottom {
	background-image:url(images/box-bottom.png);
	background-repeat:no-repeat;
	height:10px;
	}

#footer {
	background-image:url(images/footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:920px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
	}

#footer-left {
	width:49%;
	color:#646464;
	float:left;
	font-size:10px;
	}

#footer-right {
	color:#646464;
	float:right;
	text-align:right;
	font-size:10px;
	padding: 0 40px 0 0;
	background:url(images/developers.png) 220px 0px no-repeat;
	}

#footer-links {
	color:#646464;
	font-size:10px;
	text-align:center;
	width:860px;
	margin:0px auto;
	padding:10px 0px;
	}

/*** Misc. Styles ***/
.clear {
	clear:both;
	}
	
a {
	color:#646464;
	}