/*############################## GENERAL FORMATTING START #################################*/
body {
	padding:0px;
	margin:0px;
	position:absolute;
	height:100%;
	width:100%;
	
	background-color: #000000;
	background-image: url(../images/bg/bg_moon.jpg);
	background-repeat: no-repeat;
	
	background-color: #8e4f30;
	background-image: url(../images/bg/bg_body.gif);
	background-repeat: repeat-x;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
}
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#clear {
	clear: both;
}

form{
	padding:0px;
	margin:0px;
}

.hide_box{
	display:none;
	margin-bottom:20px;
}
/*############################## GENERAL FORMATTING END #################################*/
/*############################## MAIN CONTAINER START #################################*/
#container_wrapper {
	text-align: center;
}

#container_main {
	position:relative;
	width:891px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#container_main_header {
	width:891px;
	height:282px;
	background-image: url(../images/container_main/container_main_header.png);
	background-repeat: repeat;
}

#container_main_content {
	position:relative;
	left:68px;
	width:719px;
	text-align:left;
}

#container_main_content_bg {
	width:891px;
	background-image: url(../images/container_main/container_main_stretch.png);
	background-repeat: repeat;
}

#container_main_footer {
	float:none;
	width:891px;
	height:138px;
	background-image: url(../images/container_main/container_main_footer.png);
	background-repeat: repeat;
}

#spacer_main_content {
  	float: right;
  	width: 1px;
  	height: 291px;
}
/*############################## MAIN CONTAINER END ###################################*/
/*############################## SUB CONTAINER START #################################*/
#container_sub {
	top:10px;
	position:relative;
	left:17px;
	width:731px;
}

#container_sub_head{
	width:731px;
	height:25px;
	background-image: url(../images/conatiner_sub/sub_container_head.png);
	background-repeat: no-repeat;
}

#container_sub_body{
	padding-left:20px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:0px;
	background-image: url(../images/conatiner_sub/sub_container_stretch.png);
	background-repeat: repeat-y;
}


#container_sub_footer{
	padding-bottom:10px;
	width:731px;
	height:19px;
	background-image: url(../images/conatiner_sub/sub_container_footer.png);
	background-repeat: no-repeat;
}

#gallery_title {
	padding-left:25px;
	padding-top:6px;
}

#gallery_title_sifr {		
	position:relative;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}

.sIFR-hasFlash #gallery_title_sifr {
	padding-top:0px;
	padding-bottom:0px;
	visibility: hidden;
	font-size: 8px;
}

#thumb_bg{
	position:relative;
	width:86px;
	height:61px;
	background-image: url(../images/conatiner_sub/thumb_bg.gif);
	background-repeat: no-repeat;
}

#thumb_image {
	position:absolute;
	width:69px;
	height:45px;
	left:7px;
	top:7px;
	border: 1px solid #2c2b2b;
}

#thumb_bg a:hover{
	width:86px;
	height:61px;
	background-image: url(../images/conatiner_sub/thumb_bg_r.gif);
	background-repeat: no-repeat;
}
/*############################## SUB CONTAINER END #################################*/
/*############################## NAV CONTAINER START #################################*/
#container_nav {
	position:absolute;
	top:62px;
	width:891px;
	height:106px;
	background-image: url(../images/container_nav/nav_bg.png);
	background-repeat: repeat;
}
/*############################## NAV CONTAINER END #################################*/
/*############################## NAV BUTTONS START #################################*/
#container_nav_buttons {
	position:absolute;
	left:78px;
	top:42px;
	width:520px;
	height:33px;
}

#nav_home {
	float:left;
	background-image: url(../images/container_nav/nav_buttons/news.gif);
	background-repeat: no-repeat;
}

#nav_home_image {
	width:72px;
	height:33px;
}

#nav_home a:hover {
	position:relative;
	float:left;
	background-image: url(../images/container_nav/nav_buttons/news_r.gif);
	background-repeat: no-repeat;
}

#nav_portfolio {
	float:left;
	background-image: url(../images/container_nav/nav_buttons/portfolio.gif);
	background-repeat: no-repeat;
}

#nav_portfolio_image {
	width:99px;
	height:33px;
}

#nav_portfolio a:hover {
	position:relative;
	float:left;
	background-image: url(../images/container_nav/nav_buttons/portfolio_r.gif);
	background-repeat: no-repeat;
}

#nav_experiments {
	float:left;
	background-image: url(../images/container_nav/nav_buttons/experiments.gif);
	background-repeat: no-repeat;
}

#nav_experiments_image {
	width:120px;
	height:33px;
}

#nav_experiments a:hover {
	position:relative;
	float:left;
	background-image: url(../images/container_nav/nav_buttons/experiments_r.gif);
	background-repeat: no-repeat;
}

#nav_clients {
	float:left;
	background-image: url(../images/container_nav/nav_buttons/clients.gif);
	background-repeat: no-repeat;
}

#nav_clients_image {
	width:94px;
	height:33px;
}

#nav_clients a:hover {
	position:relative;
	float:left;
	background-image: url(../images/container_nav/nav_buttons/clients_r.gif);
	background-repeat: no-repeat;
}

#nav_contact {
	float:left;
	background-image: url(../images/container_nav/nav_buttons/contact.gif);
	background-repeat: no-repeat;
}

#nav_contact_image {
	width:91px;
	height:33px;
}

#nav_contact a:hover {
	position:relative;
	float:left;
	background-image: url(../images/container_nav/nav_buttons/contact_r.gif);
	background-repeat: no-repeat;
}
/*############################## NAV BUTTONS END #################################*/
/*############################## SUBHEAD CONTAINER START #################################*/
#container_subhead {
	position:absolute;
	top:188px;
	padding-left:84px;
	width:826px;
	height:81px;
}

#subhead_description {
	position:absolute;
	color:#CAD1D2;
	top:40px;
	width:590px;
}

#subhead_title {
	position:absolute;
	height:45px;
	font-family:impact;
	font-size: 28px;	
}

#subhead_title_cat {
	color:#ffffff;
}

.sIFR-hasFlash #subhead_title_cat {
	padding:0px;
	margin:0px;
	visibility: hidden;
	font-size: 50px;
}

#subhead_title_subcat {
	color:#bb6236;
}

.sIFR-hasFlash #subhead_title_subcat {
	padding:0px;
	margin:0px;
	visibility: hidden;
	font-size: 50px;
}
/*############################## SUBHEAD CONTAINER END #################################*/
/*############################## COMMENTS START #################################*/
#comments_title_dark {		
	position:relative;
	font-size: 10px;
	font-weight:bold;
	color: #2c2b2b;
	margin-top:10px;
	padding-bottom:5px;
}

#comments_title_dark a:visited{
	color: #2c2b2b;
}

#comments_title_dark a:link{
	color: #2c2b2b;
}

#comments_title_dark a:hover{
	color: #FFFFFF;
}

.comment_text_small{
	font-size: 8px;
	color: #OOOOOO;
}

.comment_text_small a:link{
	color: #OOOOOO;
}

/*############################## COMMENTS END #################################*/
/*############################## CONTENT CONTAINER START #################################*/
#container_content_top {
	width:759px;
	height:26px;
	background-image: url(../images/container_content/container_content_top.png);
}

#container_content_bg {
	position:relative;
	width:759px;
	background-image: url(../images/container_content/container_content_stretch.png);
	background-repeat: repeat;
}

#container_content_body {
	position:relative;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	text-align:left;
	color: #000000;
}

#container_content_footer {
	width:759px;
	height:26px;
	background-image: url(../images/container_content/container_content_footer.png);
}
/*############################## CONTENT CONTAINER END #################################*/
/*############################## CONTENT SIFR START #################################*/
#media_title {
	padding-bottom:15px;
	padding-top:10px;
}

#media_title_sifr {		
	position:relative;
	font-size: 14px;
	font-weight:bold;
	color: #2c2b2b;
	margin-top:10px;
	padding-bottom:20px;
	padding-top:10px;
}

.sIFR-hasFlash #media_title_sifr {
	padding-top:0px;
	padding-bottom:0px;
	visibility: hidden;
	font-size: 18px;
}
/*############################## CONTENT SIFR END #################################*/
/*############################## MEDIA BOX START #################################*/



#media_prev_next a:link {
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
#media_prev_next a:visited {
	color: #999999;
	text-decoration: none;
}

#media_prev_next a:hover {
	color: #FFFFFF;
}

#media_prev_next {
	float:left;
	font-weight:bold;
	color: #999999;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:0px;
}

#container_media_box {
	margin-right:15px;
	margin-bottom:5px;
}

#media_image {
	border: 2px solid #2c2b2b;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
	clear:both;
}

#container_media_top {
	height:14px;
	background-image: url(../images/container_media/media_top.gif);
	background-repeat: repeat-x;
}

#container_media_tl {
	width:14px;
	height:14px;
	background-image: url(../images/container_media/media_corner_tl.gif);
}
#container_media_tr {
	width:14px;
	height:14px;
	background-image: url(../images/container_media/media_corner_tr.gif);
}

#container_media_middle {
	background-color: #5a5a5a;
}

#container_media_left {
	width:14px;
	background-image: url(../images/container_media/media_left.gif);
}
#container_media_right {
	width:14px;
	background-image: url(../images/container_media/media_right.gif);
}

#container_media_bottom{
	height:14px;
	background-image: url(../images/container_media/media_bottom.gif);
	background-repeat: repeat-x;
}

#container_media_bl {
	width:14px;
	height:14px;
	background-image: url(../images/container_media/media_corner_bl.gif);
}
#container_media_br {
	width:14px;
	height:14px;
	background-image: url(../images/container_media/media_corner_br.gif);
}
/*############################## MEDIA BOX END #################################*/
/*############################## FORMS START #################################*/
#form_text{
	font-weight:bold;
}

#form_field{
	width:150px;
	margin-bottom:5px;
	margin-top:2px;
	font-weight:bold;
	background-color:#939F99;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#form_field_area{
	width:310px;
	margin-bottom:5px;
	margin-top:2px;
	font-weight:bold;
	background-color:#939F99;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form_field_login{
	width:120px;
	font-weight:bold;
	background-color:#939F99;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#check_admin{
	height: 0;
	position:absolute;
	font-weight: bold;
	left: 80px;
	top: 37px;
	text-align: left;
	color: #FFFFFF;
}

#edit_toggle{
	height:0px;
	font-size:9px;
	text-align:right;
	position:absolute;
	top:37px;
	width:200px;
	right:75px;
}

.form_field_login{
	width:120px;
	font-weight:bold;
	background-color:#939F99;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_field_login a:hover{
	width:120px;
	font-weight:bold;
	background-color:#CCCCCC;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_field_dropdown{
	font-weight:bold;
	background-color:#939F99;
	border: 2px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*############################## FORMS END #################################*/
