/* General */
body {
background:url(../images/background_blue.jpg) repeat-y top center #fff;
color:#404040;
font:normal 12px Arial;
line-height:1.3em;
margin:0 auto;
padding:0;
}

a {font-weight:700; text-decoration:none; color:#003264;}
a:hover {text-decoration:underline;}
a img {border:0;}
p {margin:0 0 10px 0px;}
ul,ol,dl {font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 35px;}
blockquote {border:1px solid #dadada; font-size:0.9em; margin:20px 10px; padding:8px;}
blockquote p {margin:0;}

/* Headers */
h1 {color:#4088b8; font-size:3.6em; letter-spacing:-3px; margin:0 0 20px 25px;}
h1 a {color:#4088b8; text-transform:none;}
h2 {border-bottom:2px solid #dadada; color:#003264; font-size:1.4em; letter-spacing:-1px; margin:0 0 0px; padding:0 2px 2px 5px;}
h3 {border-bottom:1px solid #dadada; color:#003264; font-size: 1.1em; font-weight:400; margin:2px 0 0px; padding:1px 2px 2px 0px; text-decoration:none;}


/* Main wrap */
#wrap {color:#404040; margin: 0px auto; padding:0; width:950px; height:100%;}
#header {
	margin: 0;
	width:100%;
	float:left;
}
#toplinks {font-size:0.9em; padding:5px 8px 2px 3px; text-align:right;}
#toplinks a {color:gray;}
#slogan {
	color:gray;
	font-size:1.5em;
	font-weight:700;
	letter-spacing:-1px;
	line-height:1.2em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 35px;
	font-style: oblique;
}

/* Sidebar and menu */
#sidebar {float:left; line-height:1.4em; margin:0 3px 5px; padding:1px 0 0; width:185px; height:100%; }
#sidebar ul {font-size:0.9em; list-style:none; margin:0; padding:0 0 15px 0px;}
#sidebar li {list-style:none; margin:0 0 4px 0; padding:0;}
#sidebar li a {font-size:1.2em; font-weight:700; padding:2px; text-decoration:none;}
#sidebar li a:hover {color:#CC0000; text-decoration:underline;}
#sidebar ul ul {line-height:1.2em; margin:4px 0 3px 0px; padding:0;}
#sidebar ul ul li a {font-weight:400;}
#sidebar h2 {margin:3px 0 0px 0; color:#990000;}
#sidebar h3 {margin:5px 0 5px 0;color: #0033CC; font-weight:bolder; font-size:1.2em;}
#sidebar h3 a {color: #0033CC;}
#sidebar h3 a:hover {text-decoration:none;}
#sidebar h3 a:visited {text-decoration:none;}

/* Main content */
#content {float:right; line-height:1.5em; margin: 11px 10px 5px 0; padding:1px 0 0; text-align:left; width:740px; height:100%;}
#contentalt {float:left; line-height:1.5em; margin: 0 2px 5px 0; padding:1px 0 0; text-align:left; width:740px;}
#content h3,#contentalt h3 {margin:10px 0 8px;}


/* Sub Pages */
.sub-page-surround {
	padding-left: 8px;
}

.sub-page-image {
	border-top:1px solid #666666;
	background-image:url(http://216.227.211.62/images/crystal-color-border1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:4px;
} 

.sub-page-head {
	font-size:2.5em;
	margin-top:3px;
	font-weight:700;
	color:#666666;
	padding-bottom:10px;
} 

/* Footer */
#footer {
	border-top:1px solid #2E5780;
	background-image:url(/images/crystal-color-border1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
	color:#666666;
	font-size:1.1em;
	line-height:1.5em;
	text-align:center;
	padding: 10px 0 0 0;
}
#footer p {margin:0; padding:0;}
#footer a {color:#0000CC; font-weight:normal;}

/* Additional classes */
.box {background:#4088b8; border:1px solid #c8c8c8; color:#fff; font-size:0.9em; line-height:1.4em; padding:10px 10px 10px 13px;}
.box a {color:#f0f0f0;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.readmore {margin:-10px 10px 12px 0; text-align:right;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:normal;}
.blue {color:#4088b8;}
.clear {clear:both;}
.fade {color:#c8c8c8;}
.gray {color:gray;}
.photo {background:#fff; border:1px solid #bababa; margin:6px 18px 2px 5px; padding:2px;}

/*Classes/ect copied from CubeCart Style Sheets*/

.boxTitleLeft, .boxTitleRight {
	color: #666666;
	height: 38px;
	width:180px;
	font-size: 16px;
	font-weight:bold;
}

.Cartbox {
	float: right;
	padding-top: 20px;
	margin: 0 4px 0 0;
	width:200px;
	text-align:center;
}


.boxContentLeft, .boxContentRight {
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	padding: 10px;
	margin:5px 0;
}

.txtCartPrice {
	color: #999999;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
}
.txtCart {
	color: #000000;
}
.cartTotal {
	width: 200px;
}

/*Additional Suff*/

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003264;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #999999;
}

.searchBtn:hover {
background-color:#dceefc;
color: #003264;
cursor:pointer;
}

.searchBox {
	color: #003264;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
}
.textbox {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	color: #2D7EB4;
	font-family:"Courier New", Courier, monospace;
}
.textboxDisabled {
	background-color: #ffffff;
	border: 1px solid #7f9db9;
	/*font-size: 12px;*/
	color: #444444;
	font-family:"Courier New", Courier, monospace;
}
.submit {	
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #546cca;
	text-decoration: none;
	border: 1px solid #535353;
	/* height: 20px; */
	/* font-weight: bold; */
	padding-bottom:4px;
	font-size: 12px;
	height: 20px;
	cursor:pointer;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	font-size:14px;
	text-decoration: line-through;
	color:#808080; }
.txtSale {
 	font-size:20px; color:#0000cc; }
.txtNormal {
 	font-size:20px; color:#0000cc; }
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
}
.txtBlack, a.txtBlack {
	color: #222222;
	text-decoration:none;
}
a.txtBlack:hover, a.txtBlack:active, a.txtBlack:link, a.txtBlack:visited {
	color: #222222;
	text-decoration:none;
}
a.txtBlack {
	text-decoration:underline;
}
a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}

/*TOOL TIP*/

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#CC0000;
	font-weight:normal;
    text-decoration:none;}

a.info:hover{
	z-index:25;
}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	right:4em;
	width:175px;
	border:1px solid #005EB5;
	background-color:#FFFFFF;
	color:#000;
	text-align: center;
}

.banner {
margin:0;
height: 30px;
/*background-color:#FF9749;*/
background-image:url(/images/green-grad-bkg.png);
background-position:left;
background-repeat:repeat-x;
padding: 0 5px;
border-bottom: 1px solid #999999;
}

