body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #300;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-shadow: 2px 5px 3px #300;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #F00;
	text-decoration:none;
}
a:hover {
	color: #CCC;
	text-shadow: 0px 0px 10px #FFF;
}
img, div {
	behavior: url(../images/iepngfix.htc)
}
.c_bg {
	background-image: url(../images/bg_content_vert.jpg);
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1100px;
}
.c_all {
	background-image: url(../images/bg_all.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 1100px;
}
.c_logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 180px;
	margin: 0px;
	float:left;
	position:absolute;
	width:1100px;
	background-position: 50% 50%;
}
.c_content {
	margin: 0px 0px 0px 267px;
	padding: 0px;
	width: 774px;
}
.c_nav {
	margin: 0px;
	padding: 0px;
	width: 210px;
	font-size:16px;
	line-height:34px;
	text-transform:uppercase;
	text-align:right;
	letter-spacing: 2px;
	position: relative;
	font-weight: bold;
	z-index: 900;
	top: 120px;
}
.c_nav a {
	color:#FFF;
}
.c_nav a:hover {
	text-shadow: 0px 0px 10px #FFF;
	width: 100px;
}
.c_nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav_02 {
	padding-right:10px;
}
.nav_03 {
	padding-right:22px;
}
.nav_04 {
	padding-right:34px;
}
.nav_05 {
	padding-right:44px;
}
.nav_06 {
	padding-right:57px;
}
.c_form {
	margin: 0px 2px 0px 0px;
	padding: 15px;
	width: 200px;
	height:370px;
	position:relative;
	top:160px;
	left:37px;
	float:left;
	background-image: url(../images/bg_form.png);
	background-repeat: no-repeat;
	line-height: 21px;
}
.c_bobble {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 100px;
	position: absolute;
	z-index: 600;
	background-image: url(../images/bobble.png);
	background-repeat: no-repeat;
	float: right;
	left: 130px;
}
.c_bobble_head {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 120px;
	width: 100px;
	position: absolute;
	z-index: 700;
	left: 120px;
	top: -50px;
	
}
.c_bobble_head a {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100px;
	background-image: url(../images/bobble_head.png);
	background-repeat: no-repeat;
	display:block;
}
.c_bobble_head a:hover {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100px;
	background-image: url(../images/bobble_head_hover.png);
	background-repeat: no-repeat;
	display:block;
}
.hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #F99;
	text-indent:25px;
	text-shadow: 0px -1px 0px #000;
}
.subhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	text-indent:25px;
	text-shadow: 0px -1px 0px #000;
}
.instructions {
	font-size:12px;
	font-style: italic;
	letter-spacing:0px;
	color:#999;
}
.section_hd {
	color:#FCC;
	font-size:21px;
	letter-spacing:3px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
.txt_check_it_out {
	font-size: 14px;
	color: #F00;
}
.txt_check_it_out a {
	color: #F00;
	text-decoration:none;
}
.txt_check_it_out a:hover {
	color: #CCC;
}
.c_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	padding: 25px 25px 0px 25px;
	font-size: 16px;
	line-height:24px;
}
.c_txt_02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	padding: 25px 25px 50px 10px;
	font-size: 16px;
	line-height:24px;
}
.c_portfolio {
	padding: 50px 25px 0px 15px;
}
.port_section {
	padding: 0px 0px 0px 0px;
	height: 170px;
}
.port_section_double {
	padding: 0px 0px 0px 0px;
	height: 300px;
}
.c_top {
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-align: right;
}
.c_footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	width: 1100px;
	height: 159px;
	text-shadow: 0px -1px 0px #000;
	color: #999;
	text-align: center;
	font-size: 14px;
}
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #4D1F2A; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .70;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px;
	border: 20px solid #EEE;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	text-shadow:none;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
	color: #900;
}

