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

html, body {
	margin:0;
	padding:0;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

img, div {
	behavior: url(/js/iepngfix.htc);
}

body {
	color: #FFF;
	background-color: #000;
	font-size: 12px;
	background:url(../images/bg_01.jpg);
	background-repeat: repeat;
}

#main_wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}

#maincontent_div {
	width: 1000px;
	margin: auto;
	padding-bottom:60px;
}

#maincontent_div_body {
	padding-top: 15px;
	position: relative;
}

#footer_div {
	position:absolute;
	bottom:0;
	width:100%;
	height: 60px;
	background:url(../images/footer_background_01.jpg);
	background-repeat:repeat-x;
}

#footer_div_content {
	width: 1000px;
	margin: auto;
	margin-top: 16px;
	text-align: center;	
	font-family : Arial, Helvetica, Verdana;
	font-size : 14px;
	line-height : 1.2em;
	color : #CCCCCC;	
}

#footer_div_content a {
	text-decoration : none;
	color : #999999;
}

#footer_div_content a:visited		{
	text-decoration : none;
	color : #999999;
}

#footer_div_content a:hover	{
	text-decoration : none;
	color : #FF00FF;
}

#footer_div_content a:active		{
	text-decoration : none;
	color : #FF00FF;
}

a {
	color: #CCC;	
}

#header_div {
	background-color: #333;
	position: relative;
}

#content_div {
	background-color: #252525;
}

#left_bar_content {
	background-image:url(../images/left_bar_bg.jpg);
	background-position:left;
}

#right_bar_content {
	background-image:url(../images/right_bar_bg.jpg);
	background-position: right;
}


/* ORDER FORM STYLES */
.order_bold {
	font-size: 17px;
	color: #DDD;
}

.order_bold_color_one {
	font-size: 17px;
	color: #FF9DFF;
}

a.order_link, 
a.order_link:visited {
	color: #FFA8A8;
	text-decoration: none;
	font-size:14px;
}

a.order_link:active, 
a.order_link:hover {
	background-color:#CBA303;
}

.sidebar_title {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.sidebar_color_red {
	color: #F00;
	font-size: 10px;
}

.sidebar_members {
	background-color: #1b1b1b;
	border: 1px solid #575757;
	padding: 2px;
	width: 180px;
	margin: auto;
}

.sidebar_gallery {
	background-color: #1b1b1b;
	border: 1px solid #575757;
	padding: 2px;
	width: 220px;
	margin: auto;
}


.picture_border_black {
	
}

.home_second_row_box {
	border: 2px solid #000;
	background-color: #000;
	width: 166px;
	text-align: left;	
}

.home_second_row_text_02 {
	color: #F00;
	font-size: 11px;
}

.sub_title_box {
	height: 20px;
	background: #000;
	font-weight: bold;
}

#menu_top {
	position: relative;
	cursor: pointer;
}

#menu_top ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 15em;
	border: 2px solid #400;
	border-bottom: 0;
}

#menu_top a {
	display: block;
	color: #FFF;
	background: #777;
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	border-bottom: 2px solid #400;
}

#menu_top a:hover {
color: #a00;
background: #fff;
}





[if lt IE 7]> #wrapper_div {
 height:100%;
}
<![endif]

