* { 
	margin:0;
	padding:0; 
}
body     {
	color: white;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
/* set color of body to footer color for window resize continuity */
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

/* Default links */

a {
	color: #fff;
}

/* These styles all correspond to a table based main layout */
#main_wrap {
	height: 100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header_wrap { 
	vertical-align: top; 
	height: 137px;
}

#body_wrap {
	vertical-align: top;
	height: 100%;
	text-align: center;
}

#footer_wrap {
	background-color: #1f1f1f;
	color: #bcbcbc;
	height: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .55em;
	line-height: 1.9em;
	background-image: url(../media/images/main_look/footer_tile.gif);
}
/* end table based main layout */
/* begin header  */
.js_logo { 
	background: url(../media/images/main_look/js_logo.jpg) no-repeat;
	width: 100%;
	height: 103px;
	/* IE fix */
	text-align: right;
}
/* define main menu */
.menu_bar { 
	width: 100%;
	height: 16px;
	/*background: url(../media/images/main_look/bar_bg.jpg) repeat-x;*/
	background: url(../media/images/main_look/bar_black_bg.jpg) repeat-x;	
	/* IE fix */
	text-align: center;
}

a.menu_link {
	color: #c9c9c9;
	text-decoration: none;
}
a.menu_link:hover {
	color: #ff9f28;
}

.menu_TB {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.menu_sections {
	padding-right: 8px;
	padding-left: 8px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
/* define cart menu */
.c_menu_TB {
	height: 100%;
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: 26px;
}
a.c_menu_link {
	color: #c9c9c9;
	text-decoration: none;
}
a.c_menu_link:hover {
	color: #fff;
}
.c_menu_pic {
	padding-right: 6px;
}
.c_menu_sections {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
}
.c_menu_separator {
	padding-right: 4px;
	padding-left: 4px;
	color: #727272;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
/* home page image */
.homeFill {
	height: 103px;
	/*background-color: #1f1f1f;*/
}
.homeTB {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* define lower header part */
.bottom_reflection { 
	width: 100%;
	height: 18px;
	background: url(../media/images/main_look/bottom_reflection.jpg) no-repeat;
}
#flashcontent {
		width: 100%;
		height: 500px;		
}
.slideshow { 
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 525px;
}
.store_wrap {
	width: 636px;
	margin-right: auto;
	margin-left: auto;
}

/*legal_links*/
a.legal_links:link { 
	color: #c9c9c9; 
	font-weight: bold; 
	text-decoration: none; 
}
a.legal_links:visited {
	color: #c9c9c9; 
	font-weight: bold; 
	text-decoration: none; 
}
a.legal_links:active {
	color: #c9c9c9; 
	font-weight: bold; 
	text-decoration: none; 
}
a.legal_links:hover {
	color: #ff9f28; 
	font-weight: bold; 
	text-decoration: none; 
}
#legal_block {
	background-color: #f3f3f3;
	padding: 10px 20px 20px;
	text-align: left;
}

#legal_block p{
	line-height: 16px;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#legal_block h2{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #515151;
	border-bottom: 1px solid #b2b2b2;
	line-height: 22px;
}
.rule_div {
	border-bottom: 4px solid #b2b2b2;
	margin-bottom: 20px;
	margin-top: 20px;
}
