@charset "utf-8";
/* CSS Document */

body	{background-color:#000;
padding-top:5px;
		}

#wrapper {width: 1000px;
	margin:0px auto;
	background-color:#000;
		}
		
#column {width: 800px;
	margin:0 auto;
}

#callout {
	float:right;
	margin-right:100px;
	margin-top:10px;
	font-size:28px;
	color:#CCC;
	background-image:url(images/numberline.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

#callout a {
	text-decoration:none;
}

#callout a:link {
	color:#CCC;
}

#callout a:hover {
	color:#666;
}

.callout {
	font-size:18px;
}

#nav {
background-image:url(images/navback.png);
}


#blab {
	background-color:#434343;
	color:#fff;
	background-image:url(images/blabtop2.png);
	background-repeat:no-repeat;
	margin-top:5px;
	padding: 1px 20px 5px 20px;
	font-size:14px;
	text-align:justify;
}

#blab2 {
	background-color:#434343;
	color:#fff;
	background-image:url(images/blabtop2.png);
	background-repeat:no-repeat;
	margin-top:5px;
	padding: 1px 20px 5px 20px;
	font-size:14px;
	text-align:left;
}


.fbtw {
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding-top:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bottomnav {
	text-align:center;
}

#footer {
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:7px;
}

#footer a {
	color:#CCC;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
}

#footer a:visited {
	color:#999;
}


/*nav CSS here */

#sddm
{
	margin-left:24px;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 5px 7px 6px 0px;
	list-style: none;
	float:left;
}

#sddm li a
{	display: block;
	margin: 0 10px 0 0px;
	padding: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:18px;}

#sddm li a:hover
{	color: #2875DE}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

	#sddm div a
	{	position: relative;
		margin: 0;
		padding: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #2875DE;
		font: 11px arial;
		background-color:#434343;}

	#sddm div a:hover
	{	background: #505050;
	background-color:#434343;
		color: #FFF;}
		
/*POPBOX CSS */

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

#productimage {
	float:right;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:0px;
	background-color:#434343;
}

.productname {
	float:left;
	font-size:22px;
	margin-top:15px;
	margin-bottom:5px;
	color:#fff;
	line-height:75%;
}

.preprice {
	color:#ecb954;
	font-size:12;
	font-style:italic;
}

.price {
	text-align:right;
	font-size:22px;
	margin-top:15px;
	margin-bottom:5px;
	color:#ecb954;
	line-height:75%;
}

.map {
	font-style:italic;
	text-decoration:none;
	font-size:12px;
	margin-top:5px;
	color:#CCC;
}

.map a:visited {
	color:#CCC;
}

.pricetext {
	font-size:14px;
	color:#F00;
}

.modeltext {
	font-size:14px;
	color:#000;
}

.maketext {
	font-size:14px;
	color:#FFF;
}

a {
	text-decoration:none;
}

a:hover {
	color:#666;
}

a:visited {
	color:#CCC;
}

#products {
	text-align:left;
}

.brand {
	font-size:20px;
	margin:5px;
}

h1 { font-size:20px;
}

h2 {font-size:16px;
font-weight:bold;
margin-bottom:5px;
}

a {color:#CCC;}
