@import 'blueprint/screen.css';

.container {
	width : 950px;
}

body {
	margin-top : 0;
}

em {
	background-color : none;
}

hr {
	margin : 0;
}
table {
	border-collapse : collapse;
	border : none;
}
td, th {
	border : none;
}

input.text, input.title { margin : 0; }
textarea { margin : 0; }

img.left {
	float : left;
	margin : .5em .5em .5em 0;
}
img.topleft {
	float : left;
	margin : 0 .5em .5em 0;
}
img.right {
	float : right;
	margin : .5em 0 .5em .5em;
}
img.topright {
	float : right;
	margin : 0 0 .5em .5em;
}

/* CLASSES */
.entry-table {
	
}
.entry-table th, .entry-table td {
	vertical-align : middle;
	padding : 3px 12px 3px 0;
}
.menu-button {
	background-image : url(/images/menu_background.png);
	background-repeat : no-repeat;
	width : 168px;
	height : 40px;
}
.menu-button:hover {
	background-image : url(/images/menu_background_hover.png);	
}
.menu-button a {
	display : block;
	width : 160px;
	height : 38px;
	padding : 4px 0 0 3px;
	color : #000;
	text-decoration : none;
	font-family : verdana,tahoma,arial,helvetica,sans-serif;
	font-size : 12pt;
}
.menu-button a:hover {
	color : #cd218d;
}

/* NAMED DIVS AND THEIR DESCENDANTS */
#header {
	background-image : url(/images/page_top950.png);
	background-repeat : no-repeat;
	width : 950px;
	height : 142px;
}
#headerContent {
	text-align : right;
	padding : 10px 25px 0 0;
	color : #fff;
	font-family : verdana,tahoma,arial,helvetica,sans-serif;
	font-size : 12pt;
}
#headerContent a {
	color : #fff;
	text-decoration : none;
}
#headerContent a:hover {
	color : #cd218d;
}
#main {
	min-height : 950px;
    
}
#left {
	padding : 10px 0;
}
#right {
	padding : 10px 0px;
    
    width : 750px;
}
#rightContent{
    
   
}
#free_shipping{
    font-size : 12pt;
    color : #13007C;
    font-weight : bold;
	margin : 0px;
}
#footer {
	border-top : 1px solid #999;
}
#footerContent {
	text-align : center;
	font-size : 8pt;
	padding-top : 10px;
}
#replaceable_image {
	background-color : #fff;
}
#replaceable_image #image_area {
	background-image : url(/content_images/home_page_collage.png);
	background-repeat : no-repeat;
	width : 350px;
	height : 492px;
}
#specials-head {
	padding : 5px;
	background-color : #cd218d;
	text-align : center;
	font-family : verdana,tahoma,arial,helvetica,sans-serif;
	color : #fff;
	font-weight : bold;
	font-size : 1.75em;
	border : 2px solid #999;
}
#specials-box {
	background-image : url(/images/specials_repeat.png);
	background-repeat : repeat-y;
	min-height : 100px;
	width : 185px;
}
#specials-box-Content{
    padding-left : 5px;
    padding-right : 5px;
    text-align : center;

}
#specials-box-Content a{
    
    color : #000000;
}
#specials-box-Content hr{
    width : 90%;
}
#specials-top {
	width : 185px;
	height : 55px;
	background-image : url(/images/specials_top.png);
	background-repeat : no-repeat;
	background-position : 0 0;
}
#specials-bottom {
	width : 185px;
	height : 18px;
	background-image : url(/images/specials_bottom.png);
	background-repeat : no-repeat;
	background-position : 100% 100%;
}

#specials-message-top{
    background-image : url(/images/pink_box_top.png);   
    height : 8px;
    width : 185px;
    
}

#specials-message-bottom{
    background-image : url(/images/pink_box_bottom.png); 
    width : 185px;
    height : 10px;
}

#specials-message{
padding-left : 0px;
background-image : url(/images/pink_box_filler.png);
background-repeat : repeat-y;

}

#specials-message-Content{
    color : #ffffff;
    font-size : 12pt;
    margin-left : 10px;
    width : 160px;
    
}
.video_banner{
	background-image : url(/images/starite_video_banner.png);
	width : 949px;
	height : 123px;
	margin-top : -10px;
}
.video_banner img{
	border: 2px solid #000;
	cursor : pointer;
}
