/*********************************************************************/
/*                           TAG SPECIFIC                            */
/*********************************************************************/
/* modified 080305 mw for Star Trek Remastered popup */
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
}
/* removed from body
	background:#000000 url(../images/background_body.jpg) repeat-x 0 0;
	color:#555555;
*/

p {
	font-size:1.0em;
}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0px 10px 0px;
} h1 {
	font-size:1.15em;
} h2 {
	font-size:1.30em;
} h3 {
	font-size:1.45em;
} h4 {
	font-size:1.60em;
} h5 {
	font-size:1.75em;
} h6 {
	font-size:1.90em;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#306CB5;
} a:hover {
	color:#FF6600;
}

img {
	border:none;
}

table {
	font-size:100%;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

blockquote {
	background: url(../images/background_blockquote.png) no-repeat top left;
	padding: 5px 0px 0px 40px;
}


/*********************************************************************/
/*                            ID SPECIFIC                            */
/*********************************************************************/
div#wrapper {
	width:958px;
	margin:0px auto;
	border:1px solid #000000;
	text-align:left;
}

#tooltip {
	position:absolute;
	border:1px dotted #FFFFFF;
	background:#DDDDDD;
	padding:10px;
	text-align:left;
	width:200px;
}

#drawling {
	min-width:300px;
	width:auto !important;
	width:300px;
	position:absolute;
	border:1px dotted #FFFFFF;
	background:#DDDDDD;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2;
} 

#drawling a {
	margin-top:10px;
	display:block;
} #drawling a:hover {
	color:#000;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1;
}

/*******************/
/* START OF HEADER */
/*                 */
div#header {
	width:433px;
	height:127px;
	padding:27px 30px 0px 495px;
	background: url(../images/graphic_top.jpg) no-repeat 0 0;
}

div#main_menu {
	width:829px;
	height:41px;
	padding:0px 0px 0px 129px;
	background:url(../images/main_menu_bg.jpg) repeat-x 0 0;
}

div#main_menu a {
	height:28px;
	padding:13px 20px 0px 20px;
	display:block;
	float:left;
	font-size:1.0em;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
}

div#main_menu a.active {
	background:url(../images/main_menu_active_item_bg.jpg) repeat-x 0 0;
}

div#main_menu a:hover {
	background:url(../images/main_menu_hover_item_bg.jpg) repeat-x 0 0;
}

div#sub_menu {
	height:37px;
	background:url(../images/sub_menu_bg.jpg) repeat-x 0 0;
	border-bottom:1px solid #000000;
}

div#sub_menu table {
	height:37px;
	margin:0px auto 0px auto;
}

div#sub_menu div.first_item {
	width:85px;
	height:37px;
	float:left;
	background:url(../images/sub_menu_first_item_bg.jpg) no-repeat 0 0;
}

div#sub_menu div.last_item {
	width:85px;
	height:37px;
	float:left;
	background:url(../images/sub_menu_last_item_bg.jpg) no-repeat 0 0;
}

div#sub_menu a {
	height:25px;
	padding:12px 15px 0px 15px;
	display:block;
	float:left;
	font-size:1.0em;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/sub_menu_item_bg.jpg) repeat-x 0 0;
} div#sub_menu a:link {
	color:#888888;
} div#sub_menu a:visited {
	color:#888888;
} div#sub_menu a:hover {
	color:#FFFFFF;
} div#sub_menu a.active {
	color:#FFFFFF;
}
/*               */
/* END OF HEADER */
/*****************/
/********************/
/* START OF CONTENT */
/*                  */
div#content {
	width:958px;
	min-height:500px;
	background:#C6C6C6 url(../images/background_content.png) repeat-x 0 0;
}

div#indentcontent {
	width:auto;
	padding:16px 16px 16px 16px;
}

div#indentcontent div#left_column {
	width:575px;
	display:block;
	float:left;
}

div#indentcontent div#right_column {
	width:336px;
	padding:0px 0px 0px 15px;
	display:block;
	float:left;
}
div#banner{
	float:left;
	margin:15px 0px 0px 0px;
}

form#searchform div#search_types {
	width:70px;
	padding:5px;
	top:-51px;
	left:48px;
	display:none;
	position:relative;
	float:left;
	border:1px solid #000000;
	background:url(../images/background_search_types.jpg) 0px 0px repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

input[type="text"].productsearch {
	width:120px;
	height:20px;
}
/*                */
/* END OF CONTENT */
/******************/
/*******************/
/* START OF FOOTER */
/*                 */
div#footer{
	width:908px;
	padding:15px 25px 15px 25px;
	display:block;
	float:left;
	background:#37383D;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #000000;
}

div#footer a:link {
	color:#888888;
} div#footer a:visited {
	color:#888888;
} div#footer a:hover {
	color:#FFFFFF;
}
/*               */
/* END OF FOOTER */
/*****************/
/*********************************************************************/
/*                          CLASS SPECIFIC                           */
/*********************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.content_header {
	width:auto;
	padding:5px 15px 5px 15px;
	display:block;
	background:url(../images/content_header_bg.jpg) repeat-x 0 0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:1.10em;
	font-weight:bold;
	cursor:default;
}

input.blue_button {
	width:auto;
	height:26px;
	padding:0px 15px 0px 15px;
	margin:0px;
	border:1px solid #000000;
	background:url(../images/blue_button_bg.jpg) repeat-x 0 0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
}

.babyblue {
	background:#fff url(../images/background_babyblue.jpg) repeat-x 0px 0px;
	padding:10px;
} 

.babyblue2 {
	background:#fff url(../images/background_babyblue2.jpg) repeat-x 0px 0px;
	padding:10px;
}

.grey {
	background:#808080;
} 

.grey a {
	color:#bfbfbf;
} .grey a:hover {
	color:#fff;
}

.center {
	text-align:center;
} 

.right {
	text-align:right;
}

.fltleft {
	float:left;
}

.fltright {
	float:right;
}

img.fltleft {
	margin-right:10px;
	margin-bottom:10px;
} 

img.fltright {
	margin-left:10px;
	margin-bottom:10px;
}

.block {
	display:block;
}

.none {
	display:none;
}

.greybox {
	border:1px dotted #fff;
	background:#ccc;
	padding:10px;
}

.w180 {
	width:180px;
	margin-right:10px;
} .w240 {
	width:240px;
	margin-right:10px;
	display:inline;
}

.h80 {
	min-height:80px;
	height:auto !important;
	height:80px;
} .h129 {
	min-height:129px;
	height:auto !important;
	height:129px;
} .h200 {
	min-height:200px;
	height:auto !important;
	height:200px;
} .h384 {
	min-height:384px;
	height:auto !important;
	height:384px;
}

form.float {
	margin:10px 0px;
} 

form.float label,form.float input,form.float select {
	display:block;
	float:left;
	margin-bottom:3px;
} 

form.float label {
	width:150px;
	margin-right:5px;
	text-align:right;
	padding-top:3px;
} 

form.float span {
	display:block;
	float:left;
	padding-top:3px;
} 

form.float br {
	clear:both;
}

input.productsearch {
	border:1px solid #000;
	font-size:100%;
	padding:2px;
	vertical-align:top;
	margin-bottom:5px;
}

.contentbox {
	width:122px;
	float:left;
	text-align:center;
	margin-right:15px;
	margin-bottom:10px;
	min-height:165px;
	height:auto !important;
	height:165px;
} 

.contentbox img {
	float:left;
}

/* LINKS */
div.links_logo {
	width:122px;
	height:150px;
	margin:10px 59px 10px 59px;
	display:block;
	float:left;
	text-align:center;
}

div.links_banner {
	width:470px;
	height:100px;
	margin:10px 221px 10px 59px;
	display:block;
	float:left;
	text-align:left;
}

/* SITE MAP */
ul#site_map li {
	padding-left:10px;
	background: url(../images/background_li_closed.gif) no-repeat top left;
	margin:3px 0px;
} ul#site_map li.open {
	background: url(../images/background_li_open.gif) no-repeat top left;
}