@charset "utf-8";
/* CSS Document */

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #000;
	background-image: url(../images/bg1.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
}

#header_sub_text  h1 {
	color: #383838;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-size: 16px;
}
#header_sub_text  h2 {
	color: #999999;
}
#header_sub h1 {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 30px 0px 0px 35px;
}
#header_sub h2 {
	color: #FFFFFF;
	padding: 0px 0px 0px 35px;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
}
#header_sub h3 {
	color: #1F4575;
	font-size: 20px;
}
#header_sub h4 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
p {
	line-height: 22px;
	margin-top: 0px;
}

h1 {
	font-family:"Segoe UI";
	font-size:16px;
	line-height:1.5em;
	color: #333;
	text-align: center;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #347BA2;
	margin: 0px 0px 10px 0px;
	text-align:right;

}

h4 {
	font:"Segoe UI";
	font-size: 18px;
	color: #383838;
	margin: 0px 0px 10px 0px;
	text-align:left;
}

h5 {
	font-size: 14px;
	color: #383838;
	margin: 0px 0px 10px 0px;
		text-align:left;
}

.text_small {
	font-family:"Segoe UI";
	font-size:10px;
	line-height:1.5em;
	color: #666;
	text-align: center;
	margin-left: 10px;
}
.reviewText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.headerText {
	font-family:"Segoe UI";
	font-weight: bold;
	font-size: 16px;
	color: #669;
}
	
	
.text_body {
	font-family:"Segoe UI";
	font-size:12px;
	line-height:1.5em;
	color: #666;
	text-align: left;
}

.text_links {
	font-family:"Segoe UI";
	font-size:14px;
	line-height:1.5em;
	text-align: justify;
}

.header {
	background-color: #000;
	margin:0px auto;
	margin-top:0px;
	width:900px;
	height:auto;
	text-align: center;
}

.main_wrapper {
	margin:0px auto;
	width:900px;
	height:auto;
	background-image:url(../images/assets/mid_bg.png);
	background-repeat:repeat-y;
	background-color:#FFF;
	background-position:top center;
	min-height: 1600px;
	text-align: center;
}
	
.main_poster {
	margin:0px auto;
	width:900px;
	height:1800px;
	background-image:url(../images/assets/mid_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height: 1500px;
}
	
.top_frame {
	padding: 10px 5px 10px 15px;
	margin:0px auto;
	margin-top:0px;
	width:870px;
	height:400px;
	}
	
.middle_frame {
	padding: 10px 10px 10px 15px;
	margin:0px auto;
	margin-top:10px;
	width:870px;
	height:850px;
	}
	
#left {
	float:left;
	width:560px;
	text-align: left;
	height: auto;
	padding-left: 0px;
	}
	
#left_content_box {
	width:540px;
	height:auto;
	padding-top:0px;
	padding-right:10px;
	padding-left:5px;
	text-align: left;
}

#store_section {
	float:left;
	width:555px;
	height:720px;
	text-align: left;
	}
	
#right {
	float:right;
	width:320px;
	padding-top:0px;
	padding-right:15px;
	text-align: right;
}

#right_content_box {
	background-image:url(../images/right_sidebar_bg.gif);
	background-repeat:no-repeat;
	width:310px;
	height:281px;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	text-align: left;
}

.page_column h4 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 5px 0px;
}
.page_column h5 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 0px 60px;
}

.footer {
	width:900px;
	margin:-10px auto;
	background-image:url(../images/footer_bg.png);
	background-position:top;
	height:190px;
	padding-bottom:10px;
	text-align: center;
	color: #999;
}

.bottom_ad {
	width:900px;
	margin:0px auto;
	height:90px;
	padding-top:20px;
}

.button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:4px 20px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	background-color: #22457A;
}
.portfolio_featured_cell {
	width: 720px;
	float: left;
	padding-bottom: 0px;
	margin: 0px auto;
	margin-bottom: 15px;
	background-image: url(../images/featured_project.jpg);
	background-repeat: no-repeat;
}
.portfolio_featured_image {
	float:left;
	margin: 35px 20px 0px 20px;
	width:auto;
}
.portfolio_featured_description {
	float:left;
	margin-bottom: 0px;
	width: 380px;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
}
.portfolio_featured_bottom {
	float:left;
	width: 720px;
	height: 19px;
}
.portfolio_cell {
	width: 700px;
	float: left;
	padding-bottom: 15px;
	border-bottom: dotted 1px #ccc;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.portfolio_image {
	float:right;
	margin: 0px 0px 0px 20px;
	width:auto;
}
.portfolio_description {
	float:left;
	width: 420px;
	margin: 0px;
}

.image_portfolio_small {
	border: solid 8px #ccc;
}

#main_content {
	float: left;
	width: 800px;
	margin:0px auto 0px 100px;
}
#main_content_left {
	width: 600px;
	float: left;
}
#main_content_left_secondary {
	width: 720px;
	float: left;
	margin-left: 10px;
	margin:0px auto;
}
#main_content_right {
	width: 285px;
	float: right;
	background-image: url(../images/right_sidebar_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 10px 20px;
}
#main_content_right  ul {
	padding: 0px;
	margin: 0px 0px 15px 10px;
}
#main_content_right  li {
	padding-left: 25px;
	height: 30px;
	font-weight: bold;
	list-style-type: none;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	margin: 0px;
}
