*{
	margin:0;
	padding:0;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	background-color: #000;
}
#content_holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_holder {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1px;
	padding-bottom: 5px;
}

#search {
}
#search_holder {
	margin-right: 60px;
	margin-top: 15px;
}
#txtInput {
	background-image: url(../images/search_bg.jpg);
	background-repeat: repeat-x;
	color:#8bb9ff;
	border: 1px solid #3484ff;
	font-size: 10px;
	background-color: #000;
	background-position: bottom;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	float: right;
	display: inline;
}
#search_btn {
	background-color: #F0F;
	border: 1px solid #3484ff;
	display: inline;
	float: right;
}
#address {
	float: right;
	color: #FFF;
	font-size: 11px;
	margin-right: 10px;
	padding-top: 7px;
	display: inline;
}
#main_menu {
	list-style-type: none;
	float: right;
	clear: both;
	margin-right: 80px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	display: inline;
}

#main_menu li {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C6;
	font-weight: bold;
	padding-right: 15px;
	display: inline;
	
}
#main_menu a, #main_menu a:visited {
	font-size: 19px;
	text-decoration: none;
	color: #FFF;
}
#main_menu a:hover {
	color: #F90;
}

#main_menu li.menu_last {
	border:none;
	padding: 0;
	margin: 0;
}
#sub_menu {
	list-style-type: none;
	margin-right: 80px;
	clear: both;
	text-align: right;
}
#sub_menu li {
	display: inline;
	font-size: 11px;
	padding-right: 15px;
}
#sub_menu li.menu_last {
	border:none;
	padding: 0;
	margin: 0;
}
#sub_menu a, #sub_menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#sub_menu a:hover {
	color: #F90;
}
#scroller {
	bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #193D98;
	text-align: center;
	background-image: url(../images/scroller_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	color: #5891e6;
	clear: both;
	font-size: 14px;
}
#scroller a, #scroller a:visited {
	color: #5891e6;
}

#footer {
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 24px;
	padding-top: 20px;
	color: #6BACFF;
}
#main_column .plain {
	background-image: none;
	padding: 0 0 0 10px;
}
#main_column .item h2 a img, #main_column .item_specials h2 a.item_pic  img {
	float: left;
	margin-right: 10px;
	border: 1px solid #4E3300;
}
.item .itemMeta {
	margin-left: 110px;
}


#main_column .item h2 a img.watch, #main_column .item_specials h2 a img.watch {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 5px;	
}




