/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */



/* ----------------------------------------------------- */
/* STRUCTURE                                             */

#container {
	width:910px; /* full width is left_col, right_col and content plus side padding */
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
		
#header {
	width: 910px;
	height: 100px;
}

#header_interface {
	width: 910px;
	height: 85px;
}

#header_left {
	width: 690px;
	height: 85px;
	float: left;
}

#header_right {
	width: 200px;	
	height: 85px;
	float: right;
}
	
#header_top {
	height: 15px;
}

#header_bottom {
	height: 10px;
}

#content {
	width: 910px;
}

#col_left {
	width: 190px;
	padding-left: 10px;
	float:left; 
}

#col_right {
	width: 710px;
	padding: 0px;
	float:right; 
}


#boxes_shell {
	width: 910px;
}

#boxes_gap {
	height: 20px;
}

#box_left {
	width: 290px;
	float: left;
}

#box_center {
	width: 290px;
	padding-left: 19px;	
	float: left;
	border-left: 1px solid #eeeeee;	
}

#box_right {
	width: 290px;
	padding-left: 19px;
	float: left;
	border-left: 1px solid #eeeeee;		
}
	
#footer {
	width:910px;
	height: 65px;
	font-size: 10px;
	color: #fff;
}

#footer_top {
	height: 10px;
}

#footer_left {
	width: 650px;
	float: left;
	text-align: left;
	font-size: 8px;
}
	
#footer_right {
	width: 260px;
	float: right;
	text-align: right;	
	font-size: 8px;
}


#store_images {
	width: 340px;
	float: left;
}

#store_content {
	width: 370px;
	float: right;
}

#events_col {
	width: 290px;
	padding-left: 10px;
	float:left; 
}

#events_image {
	width: 240px;
	float: left;
}

#events_text {
	width: 370px;
	float: right;
}


#news_col {
	width: 610px;
	padding: 0px;
	float:right; 
}

#thumb_padding {
	padding-right: 2px;
}
	
#product_shell {
	width: 910 px;
	float: left;
}

#product_image {
	width: 320px;
	height: 300px;
	float: left;
}

#product_text {
	width: 590px;
	float: right;
}
	
.thumbnail {
     padding: 5px 5px 0 0;
}

#employment_left {
	width: 490px;
	float: left;
}
	
#employment_right {
	width: 400px;
	float: right;	
}
	
#onthestreet_text {
	width: 600px;
	float: left;
}

#topshelf_text {
	width: 900px;
}

#video_shell {
	width: 700px;
}

#video_date {
	width: 100px;
	float: left;
}

#video_title {
	width: 500px;
	float: left;
}

#video_location {
	width: 100px;
	float: right;
}

#news_shell {
	width: 700px;

} 

#news_date {
	width: 100px;
	float: left;
}

#news_title {
	width: 600px;
	float: left;
}	
	
/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	text-align:center;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 22px;
	text-align: left;
	background: url(images/bg.jpg) repeat-x;
	background-color: #000000;
	margin-top:0px;
}

a:link, a:visited {
		color:#EEEEEE;
		text-decoration:none;
		outline: none;
		}

a:hover, a:active {
		color: #ff0000;
		text-decoration:none;
		outline: none;
		}

p { 
		text-indent: 0px
		}

p,h1,pre {
		margin:0px 10px 10px 0px;
		}
		
h1 { font-size:14px; padding-top:10px;}
h2 { font-size:18px; padding-top:10px;}
h3 { font-size:22px; padding-top:10px;}
h4 { 
	font-size:14px; 
	padding-top:10px;
	color: #ff0000;	
}

blockquote {
		border : 0px solid #000;
		width: 200px;
		float: right;
		margin: 5px;
		padding: 10px;
		background-color: #FFF8DC;
		quotes: "\201C" "\201D";
		color: #696969;
		}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


/* ----------------------------------------------------- */
/* TEXT CLASSES                                           */

.title {
		font-size: 14px;
		font-weight: bold; 
		color: #FF6347;
		margin-left: 10px;
		}

.title_left {
		font-size: 14px;
		font-weight: bold; 
		color: #fff;
		}
		
.video_link {
	color: #ff0000;
	font-size: 14px;
}
		
.mediakitcopy {
	font-size: 12px;
}
		