body {
	background: #000000;
}

img {
	display: block;
}

.contents_body {
	position: relative;
	top: -460px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Sans-Serif;
}

.contents_back_left {
	background-image: url('images/background_left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 938px;
	z-index: 1;
}

.contents_back_right {
	background-image: url('images/background_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 938px;
	z-index: 1;
}

.logo {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}

.contents {
	position: absolute;
	top: 56px;
	width: 100%;
}

.contents_top {
	background-image: url('images/contents_top.gif');
	height: 16px;
	display: block;
}

.empty {
	background: #202020;
}

.welcome_menu {
	background-image: url('images/welcome_back.gif');
	height: 20px;
	display: block;
}

.welcome_menu_text_center {
	text-align: center;
	font-size: 12px;
	color: #FF0000;
}

.welcome_menu_text_right {
	text-align: right;
	font-size: 12px;
	color: #FF0000;
}

.info_line {
	position: relative;
	background: #424242;
	height: 27px;
	text-align: left;
	color: #FFFFFF;
	line-height: 28px;
	vertical-align: middle;
	font-size: 14px;
}

.info_line_image {
	position: absolute;
	left: 50px;
	top: 5px;
}

.info_line_text_press {
	float: right;
	position: relative;
	font-size: 14px;
	margin-right: 10px;
}

.info_line_text_press a:active, a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.info_line_text_press a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.info_line_text_press a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.main_menu_middle {
	width: 970px;
	height: 100%;
	border: 1px solid #ff6504;
}

.main_menu {
	background-image: url('images/menu_back.gif');
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	border-bottom: 1px solid #ff6504;
}

.main_menu_left {
	float: left;
	position: relative;
	left: 5px;
}

.main_menu_buttons {
	float: right;
	position: relative;
	top: 3px;
}

.main_menu_button {
	float: right;
}

.main_menu_button a img {
	background-position: top left;
}

.main_menu_button a img:active, a img:link {
	background-position: top left;
}

.main_menu_button a img:visited {
	background-position: top left;
}

.main_menu_button a img:hover {
	background-repeat: no-repeat;
	background-position: bottom left;
}

.main_menu_button_active {
	float: right;
}

.main_menu_button_active a img {
	background-position: top right;
}

.main_menu_button_active a img:active, a img:link {
	background-position: top right;
}

.main_menu_button_active a img:visited {
	background-position: top right;
}

.main_menu_button_active a img:hover {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.banners_td {
	background: #202020;
	padding: 0px;
}

.banners {
	background: #202020;
	width: 240px;
	height: 100%;
	float: left;
}

.middle_td {
	background: #202020;
	padding: 0px;
}

.middle {
	width: 560px;
	height: 100%;
	background: #202020;
	float: left;
}

.middle_item {
	margin-left: auto;
	margin-right: auto;
}

.middle_box {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	width: 550px;
}

.middle_box_title {
	background-image: url('images/middle_box_title.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Georgia, Sans-Serif, Times New Roman;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	text-indent: 15px;
	font-weight: bold;
}

.middle_box_title a:link, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.middle_box_title a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.middle_box_title a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.video_box {
	width: 550px;
	height: 300px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	background-image: url('images/video_back.gif');
	background-repeat: no-repeat;
	position: relative;
}

.video_box_corners {
	z-index: 1;
	position: absolute;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

.video_left {
	float: left;
}

.video {
	top: 8px;
	width: 416px;
	height: 234px;
	position: relative;
	margin: 8px;
}

.video_controls {
	clear: left;
	height: 36px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url('images/video_controls_back.gif');
	background-repeat: repeat-x;
}

.video_controls_pause {
	position: relative;
	top: 5px;
	float: left;
	margin-left: 4px;
}

.video_controls_pause a img {
	width: 23px;
	height: 23px;
	background-image: url('images/video_controls_pause.gif');
	background-repeat: no-repeat;
}

.video_controls_pause a img:active, a img:link {
	background-position: top;
}

.video_controls_pause a img:visited {
	background-position: top;
}

.video_controls_pause a img:hover {
	background-position: bottom;
}

.video_controls_mute {
	position: relative;
	top: 6px;
   float: left;
	margin-left: 4px;
}

.video_controls_mute a img {
	width: 21px;
	height: 21px;
	background-image: url('images/video_controls_mute.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.video_controls_unmute {
	position: relative;
	top: 6px;
	float: left;
	margin-left: 4px;
}

.video_controls_unmute a img {
	width: 21px;
	height: 21px;
	background-image: url('images/video_controls_mute.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.video_controls_prev {
	position: relative;
	top: 5px;
	float: left;
	margin-left: 8px;
}

.video_controls_prev a img {
	width: 23px;
	height: 23px;
	background-image: url('images/video_controls_prev.gif');
	background-repeat: no-repeat;
}

.video_controls_prev a img:active, a img:link {
	background-position: top;
}

.video_controls_prev a img:visited {
	background-position: top;
}

.video_controls_prev a img:hover {
	background-position: bottom;
}

.video_controls_next {
	position: relative;
	top: 5px;
   float: left;
	margin-left: 4px;
}

.video_controls_next a img {
	width: 23px;
	height: 23px;
	background-image: url('images/video_controls_next.gif');
	background-repeat: no-repeat;
}

.video_controls_next a img:active, a img:link {
	background-position: top;
}

.video_controls_next a img:visited {
	background-position: top;
}

.video_controls_next a img:hover {
	background-position: bottom;
}

.video_controls_info {
	position: relative;
	top: 4px;
   float: right;
	margin-right: 8px;
}

.video_controls_info a img {
	width: 57px;
	height: 27px;
	background-image: url('images/video_controls_info.gif');
	background-repeat: no-repeat;
}

.video_controls_info a img:active, a img:link {
	background-position: top;
}

.video_controls_info a img:visited {
	background-position: top;
}

.video_controls_info a img:hover {
	background-position: bottom;
}

.video_controls_media {
	position: relative;
	top: 4px;
   float: right;
	margin-right: 8px;
}

.video_controls_media a img {
	width: 57px;
	height: 27px;
	background-image: url('images/video_controls_media.gif');
	background-repeat: no-repeat;
}

.video_controls_media a img:active, a img:link {
	background-position: top;
}

.video_controls_media a img:visited {
	background-position: top;
}

.video_controls_media a img:hover {
	background-position: bottom;
}

.video_controls_download {
	position: relative;
	top: 4px;
   float: right;
	margin-right: 8px;
}

.video_controls_download a img {
	width: 76px;
	height: 27px;
	background-image: url('images/video_controls_download.gif');
	background-repeat: no-repeat;
}

.video_controls_download a img:active, a img:link {
	background-position: top;
}

.video_controls_download a img:visited {
	background-position: top;
}

.video_controls_download a img:hover {
	background-position: bottom;
}

.video_controls_buy {
	position: relative;
	top: 4px;
   float: right;
	margin-right: 8px;
}

.video_controls_buy a img {
	width: 79px;
	height: 27px;
	background-image: url('images/video_controls_buy.gif');
	background-repeat: no-repeat;
}

.video_controls_buy a img:active, a img:link {
	background-position: top;
}

.video_controls_buy a img:visited {
	background-position: top;
}

.video_controls_buy a img:hover {
	background-position: bottom;
}

.video_list {
	float: left;
	margin-top: 2px;
	background-image: url('images/video_list_back.gif');
	background-repeat: repeat-y;
	width: 117px;
	height: 261px;
}

.video_list_item, .video_list_item_active {
	height: 50px;
	margin-left: 14px;
	margin-right: 1px;
	color: #FFFFFF;
	font-family: Verdana, Georgia, Sans-Serif, Times New Roman;
	font-size: 12px;
	border: 1px solid #3e3e3e;
}

.video_list_item_active {
	border: 1px solid #eeeeee;
}

.video_list_item a, .video_list_item_active a {
	text-decoration: none;
	color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
}

.video_list_item:hover, .video_list_item_active:hover {
	border: 1px solid #bbbbbb;
}

.middle_box_news {
	background: #4e4e4e;
	font-family: Verdana, Georgia, Sans-Serif, Times New Roman;
	color: #FFFFFF;
	font-size: 12px;
}

.news_title {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.news_title a:link, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.news_title a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.news_title a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.news_text {
	margin-left: 80px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.news_text a:link, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.news_text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.news_text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.product_box {
	background: #FFFFFF;
	/*height: 100%;*/
	/*height: 380px;*/
}

.product_box_inner {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*top: 4px;*/
	width: 540px;
	/*height: 178px;*/
}

.product_box_inner_line {
	height: 4px;
	border: none;
}

.product_box_inner_side {
	width: 4px;
	border: none;
}

.product_image {
	width: 420px;
	float: left;
}

.product_image_splitter {
	width: 1px;
	height: 178px;
	float: left;
}

.product_info_box {
	background: #000000;
	width: 119px;
	height: 178px;
	float: left;
	position: relative;
}

.product_info_button {
	clear: right;
	float: right;
	margin-top: 8px;
	margin-right: 7px;
}

.product_info_button a img:active, a img:link {
	background-repeat: no-repeat;
	background-position: top;
}

.product_info_button a img:visited {
	background-repeat: no-repeat;
	background-position: top;
}

.product_info_button a img:hover {
	background-position: bottom;
}

.product_price_panel {
	position: absolute;
	top: 115px;
	width: 120px;
	clear: right;
	float: right;
	background: #000000;
}

.product_price {
	clear: right;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
	color: #FFFFFF;
	font-size: 12px;
}

.product_price_text {
	clear: right;
	float: right;
	margin-top: 30px;
	margin-right: 7px;
	color: #FFFFFF;
	font-size: 24px;
}

.product_info_facebook {
	position: absolute;
	left: 10px;
	top: 150px;
}

.product_info_facebook a img {
	width: 20px;
	height: 20px;
	background-image: url('images/facebook.gif');
}

.product_info_myspace {
	position: absolute;
	left: 35px;
	top: 150px;
}

.product_info_myspace a img {
	width: 20px;
	height: 20px;
	background-image: url('images/myspace.gif');
}

.product_description {
	margin: 1px;
	position: relative;
	color: #1d1d1d;
	clear: left;
	font-family: Sans-Serif, Verdana, Georgia, Times New Roman;
	font-size: 12px;
}

.product_description a:link, a:active {
	text-decoration: underline;
	color: #1d1d1d;
}

.product_description a:visited {
	text-decoration: underline;
	color: #1d1d1d;
}

.product_description a:hover {
	text-decoration: underline;
	color: #1d1d1d;
}

.right_menu_td {
	background: #202020;
	padding: 0px;
}

.right_menu {
	width: 170px;
	height: 100%;
	background: #202020;
	float: left;
}

.right_item {
	background-repeat: no-repeat;
	position: relative;
	margin: 16px;
}

.right_link {
	background-repeat: no-repeat;
	position: relative;
	margin: 16px;
	height: 69px;
}

.right_link a img {
	border: 0px;
	color: #FFFFFF;
}

.right_caption {
	background-repeat: no-repeat;
	position: relative;
	margin: 16px;
	font-family: Sans-Serif, Verdana, Georgia, Times New Roman;
	color: #FFFFFF;
	font-weight: bold;
}

.middle_box_media {
	background: #4e4e4e;
	font-family: Verdana, Georgia, Sans-Serif, Times New Roman;
	color: #FFFFFF;
	font-size: 12px;
}

.media_table {
	width: 500px;
	margin-left: 25px;
	margin-right: 25px;
}

.media_item_1 a img {
	margin-left: 23px;
	margin-right: 25px;
	width: 192px;
	border: 1px solid #ffffff;
}

.media_item_2 a img {
	margin-left: 25px;
	margin-right: 23px;
	width: 192px;
	border: 1px solid #ffffff;
}

.media_item {
	width: 250px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

.media_item a:active, a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.media_item a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.media_item a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.mailing_back {
	margin-left: 16px;
	margin-top: 5px;
	height: 141px;
	background-image: url('images/mailing_back.gif');
	background-repeat: no-repeat;
	position: relative;
}

.mailing_caption{
	left: 40px;
	top: 10px;
	position: absolute;
	font-family: Sans-Serif, Verdana, Georgia, Times New Roman;
	font-size: 12px;
	color: #ffffff;
}

.mailing_text {
	left: 15px;
	top: 40px;
	position: absolute;
	font-family: Sans-Serif, Verdana, Georgia, Times New Roman;
	font-size: 12px;
	color: #b4b4b4;
}

.mailing_input {
	left: 17px;
	top: 80px;
	position: absolute;
	width: 104px;
	height: 16px;
	font-family: Sans-Serif, Verdana, Georgia, Times New Roman;
	font-size: 12px;
	color: #999999;
	border: 0px;
}

.mailing_add {
	left: 16px;
	top: 107px;
	position: absolute;
}

.mailing_add a img {
	width: 104px;
	height: 26px;
	background-image: url('images/mailing_add.gif');
	background-repeat: no-repeat;
}

.mailing_add a img:active, a img:link {
	background-position: top;
}

.mailing_add a img:visited {
	background-position: top;
}

.mailing_add a img:hover {
	background-position: bottom;
}

.copyright {
	position: relative;
	clear: left;
	height: 20px;
	background: #000000;
	color: #FFFFFF;
	text-align:center;
	font-size: 11px;
	margin-bottom: 20px;
}

.copyright a:active, a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
