@charset "UTF-8";
/* CSS Document */

body{background:url(../images/page_bg.gif);
	padding:8px 0px 0px 0px;
}

/* Wrapper Element */

.wrapper{width:992px;
	margin:0 auto;

}

/* Header */

.header{background:url(../images/hdr_bg.jpg);
	height:84px;
	padding:0px 22px 0px 22px;
}

.top{background:url(../images/top.jpg);
	
}


/* Main Content */

.center{background:url(../images/body_bg.jpg);
	height:573px;
	overflow:visible;
}

.leftcontent{width:501px;
	float:left;
	margin:0;
	position:absolute;
}
*html sidebar{display:inline;
}

.leftcontent img{margin:24px 10px 0px 33px;
}

.leftcontent p{margin:0px 10px 0px 33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.leftcontent a:link, .leftcontent a:visited{margin:15px 0px 0px 30px;
	background:url(../images/red_getstarted_btn.gif) no-repeat;
	width:207px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.leftcontent a:hover{margin:15px 0px 0px 30px;
	background:url(../images/red_getstarted_hover.gif) no-repeat;
	width:207px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.leftcontent_btm{
	width:492px;
	height:57px;
	background-color:#052037;
	margin:246px 0 0 9px;
	position:absolute;
}

.content_img{width:481px;
	margin-left:501px;
	height:303px;
	position:absolute;
	background:url(../images/seework_nobtn.jpg);
}

.content_img a,.content_img a:active{background:url(../images/seework01.jpg);
	background-position:top;
	width:480px;
	height:303px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.content_img a:hover{background:url(../images/seework01.jpg);
	background-position:bottom;
}

/* Image previews */


.preview_img{background:url(../images/previews.jpg) center center no-repeat;
	background-color:#052037;
	width:971px;
	height:270px;
	margin:303px 0 0 9px;
	position:absolute;
	text-align:center;
}

.preview_img ul{margin-top:60px;
}

.preview_img ul li{float:left;
	display:inline;
	
}
.preview_img ul li a{display:block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left:110px;
	text-decoration:none;
	line-height:30px;
}



/* Bottom */

.bottom{background:url(../images/btm.jpg);
	width:992px;
	
}
