/* CSS Document */
body
	{
	padding:0px;
	margin:0px;
	text-align:left; /* fixes lack of support for margin auto in IE5.x */
	min-width: 850px;
	background:#c8d5f5 url(rays.gif) no-repeat center fixed;
	}
A:link { COLOR: #000099; TEXT-DECORATION: none }
A:visited { COLOR: #000099; TEXT-DECORATION: none }
A:active { COLOR: #000099; TEXT-DECORATION: none }
A:hover { COLOR: #FF0000; TEXT-DECORATION: underline }
H1 { FONT-SIZE: 12px; MARGIN: 0px; PADDING-right: 2px }
H2 { font-size: 14px; color: #9113c8; line-height: 100%; padding: 0 }
H3 { font-size: 13px; color: #000000; line-height: 100%; padding: 0 }

	
#wrapper
	{
	margin: 0 auto;padding:0;
	text-align:left;
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image: url(h2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	}	

/*header area*/
#customerservice{background:#c8d5f5}
#header
	{
	width: 100%;
	float:left;
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	}
#logo{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#search{
	margin-left:80px;
	height:37px;
	float: left;
	margin-top: 25px;
	width: 274px;
	background-image: url(search-bg.jpg);
	background-repeat: no-repeat;
}
	
#search p {
	float:left;
	padding:8px;
	color:#fdfdfd;
	font-size:12px;
	font-weight: 700;
	}
	
#search img {
	margin-top: 0px;
	margin-left: 2px;
}

#search input {
	margin-top: 6px;
	margin-left:2px;
	color: black;
	width:130px;
	height: 12px;
	padding: 0px;
	border:0px solid #dedede;
	margin-bottom: 5px;
}

*:first-child+html #searchBar input {
margin-top: 0px;
}

#hackersafe
{
	margin-left:25px;
	height:52px;
	float: left;
	margin-top: 12px;
	width: 116px;
	text-align:right;
	margin-right: 5px;
}
#cart
{
	margin-left:30px;
	height:37px;
	float: left;
	margin-top: 10px;
	width: 120px;
	text-align:right;
	margin-right: 5px;
}
.clear
	{
	clear:both;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	font-size: 12px;
	font-weight: 200;
	color: black;
	line-height: 16px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearIt {clear:both;}
.clearRight {clear:right;}	


/* TaBS */
#tabs
	{
	float:left;
	margin-top:0px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-X;
	margin-left: 10px;
	\width: 818px;
    w\idth: 828px;
	}

#tabs ul
	{
	margin: 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	margin-left: 5px;
	}	
	
#tabs ul a
	{
	display: inline;
margin-left:25px;
margin-right:25px;	
height:24px;
	line-height:23px;
	color:#fff;
	text-decoration:none;
	text-indent:0px;
font-size:13px;
	font-weight:bold;
	}	
	
#tabs a:hover, .selected a
	{
		color:#99FF66;}	
	
#tabs li.first a
	{
	height: 24px;margin-left:12px;margin-right:25px;
	line-height:23px;
	}
	
#tabs li
	{
	display:inline: /* Removes large gaps in IE/Wind */
	}
#percent
		{
	height: 24px;
	margin-left:10px;
	margin-right:3px;
	line-height:23px;
	text-align: right;	font: georgia,arial;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	}
#percent a
	{
	font: georgia,arial;
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
	}
		
#horizontal li 
	{
	float:left;
	}
	
#freeshipping{
	background-color:#FFFFFF;
	clear: both;
	display: none;
}
#tophome {
	float:left;
	margin-right: 480px;
	margin-left: 11px;
}
#freeshipping-icon{float:left;}

#pagebodyContainer {
	background-image: url(contbg.gif);
	height: 100%;
	width: 848px;
	margin: 0 0 0 3px;
	background-position: 1%;
	background-repeat: repeat-y;
	display: block;
	}

#right-content{
	border-left:0px solid #539855;
	float:left;
	margin-left:0px;
	padding-left:5px;
	height: auto;
	width: 660px;
	border-top:0px solid #4467A3;
}

#welcometext{padding:5px;font-size: 11px;font-family: Arial, Helvetica, sans-serif;text-align:justify}
/* NAV*/
#leftNav {
	float:left;
	width: 147px;
	height: auto;
	margin-left: 8px;
	background-color: #FFFFFF;
	border-top:0px solid #4467A3;
}

#leftNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#leftNav li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#leftNav li a {
		display:block;
	padding: 2px;
	padding-left: 10px;
	border-bottom: solid 1px #dedede;
	font: bold 12px arial;
	color: #000099;
	text-decoration:none;
	margin:0px;
	background-color: #E8E8E8;
		}

html>body #leftNav li a {
		width: auto;
		}

#leftNav li a:hover {
		background-color: #9BCDE6; color: #ffffff;TEXT-DECORATION: underline;border-bottom: solid 1px #333333;
		}
#leftNav h1 {
	background: url(leftnav_bgdd.gif) repeat-x;
	font-size: 14px;
	text-align: left;
	padding: 5px 5px 5px 9px;
	margin-bottom: 8px;
	color: #000000;
}

#leftNav h2 {
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	
}

#testimonials{width:144px;}
#testimonials h1{
	background-image: url(t1.jpg);
	background-repeat: no-repeat;
	clear: both;margin:0;padding:0;height:22px;
}
#testimonials table{background-image: url(t2.jpg);
	background-repeat: repeat-y;}
#testimonials .testimonials-text{
	background-image: url(t4.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding:4px;
	clear: both;
	background-position: 96% .20em;height:84px;
}
#testimonials h2{
	background-image: url(t3.jpg);
	background-repeat: no-repeat;
	clear: both;margin:0;padding:0;height:37px;text-align:center;padding-top:15px;
}
#testimonials h2 a{
	color: #ffffff;font-size:11px;padding-top:15px;text-align:center
}
/*footer links*/

#footercontainer{
	text-align:center;
	margin:0px;
	border-top:1px solid #4466a3;
	width: 829px;
	margin-left:9px;
	text-decoration: none;
}
#footercontainer2{
	text-align:center;
	width: 829px;
	margin-left:9px;
	text-decoration:none;
}

#footerlinks ul{padding:0;margin:0;}
#footerlinks li
{
display: inline;
list-style-type: none;
padding-right: 0px;
padding-left: 0px;
}
#footerlinks li a, #footerlinks li a:hover{
	text-indent:0px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
#footerlinks li
	{
	display:inline: /* Removes large gaps in IE/Wind */
	width:800px;
	}
#seolinkswrapper {width:875px; text-align:center; margin:0 auto;padding:0;background-color:#c8d5f5}
#seolinkswrapper .seolinks {background-color:#c8d5f5;padding:25px;
}

#seolinkswrapper .seolinks a, #seolinkswrapper .seolinks a:hover{
	text-indent:0px;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	padding:2px;
}

	


	
#footer-logos{font-size:12px;}	
#footer-bottom{background:#c8d5f5}	
	

#heading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border: #ffffff solid 0px;
	margin:0px;
	text-align:left;
	background-color: #9ED753;
}
.heading1 A
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	font-family: Verdana, Arial, Helvetica;

}
.heading1 A:hover
{
	color: #1B1C1C;
}
.heading1 A:visited
{
	color: #333333;
}
input {font-size:11px}  
.topsearch {height:14px;
  				background-color:#FDFDFD;
				width:110px;
				color:#666666;
				border:1px solid #9194B6;margin-left:5px;margin-right:2px;}
.newsletter {
	height:20px;
	background-color:#FFFFFF;
	width:175px;
	color:#000000;
	border:1px solid #999999;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 3px;
}

.Submit {font-size:10px; 
  			background-color:#F3FEF7;
			color:#2366CD;
			font-size:10px;
			border:1px solid #999;
			padding:1px 3px;
			cursor:hand}





 #featured{
 font-size: 12px;
 text-decoration: none; 
 color: #FFFFFF;padding-left:5px;
 } 
 form{margin:0px;}
#headers {
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom:5px;
	text-align:left;
	padding-left: 10px;
	background-image: url(headers-bg.gif);
	background-repeat: repeat-x;
}

#item-name {width:100%;padding:5px;font-size: 14px;font-weight: bold; color: #606391;text-align:justify;}
.image-cell{padding:3px;}
.order-table{
border-left:1px solid #cecece;border-right:2px solid #cecece;border-top:1px solid #cecece;border-bottom:2px solid #cecece;margin-left:5px;width:95%;
}

.order-table select{margin-bottom:3px;}
.prod-specs-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding:7px;
	background-color: #e6e8ea;width:100px;
}
.prod-specs-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;background-color: #f1f3f5;padding:7px;width:280px;
}

#options {
	text-align:left;margin-bottom:5px;
}




#crossell {
	width:100%;
	padding:3px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	background-color: #F2F2F2;align:left;border-bottom:2px solid #333333
}

#signup {
	background-color: #EAFBFB;
	padding: 5px;
	text-align: center;
} 
.rtmlwise{font: normal 11px tahoma,arial;margin:2px;text-align:left}
.rtmlwise A {font: normal 11px tahoma,arial; text-decoration:none;}
.rtmlwise A:visited {font: normal 11px tahoma,arial; text-decoration:none;}
.rtmlwise A:hover {font: normal 11px tahoma,arial; text-decoration:underline;}
 /*** PRODUCTS PREVIEW ***/
#contentsectionright
{
	margin: 0 0 30px 8px;
	float: left;
	width: 635px;
	padding-top: 5px;
}
.designpreview
{
	float: left;
	margin: 0px 8px 8px 0;
	padding: 8px;
	border: 0px solid #c1c1c1;
	text-align: center;
	text-transform: none;
	width:185px;
	height: 212px;
}




.dimg
{
	display: block;
	width: 180px;
	height: 155px;
	margin: 2px 0 0px 0;
	padding: 1px;
	border: 0px solid #c1c1c1;
	
}

.dimg img
{
	margin: 0;
	padding: 0;
	border: 0;bottom:0;margin:auto;
}


.designpreview h3
{
	width: 130px;
	margin: 2px 0 5px 0;
	padding: 0px;		
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #434343;
}
.designpreview h4
{
	width: 180px;
	margin: 0px;
	padding: 0;	
	font-size: 0.9em;
}
.designpreview h4 a
{
	font-weight: bold;
}

.designpreview h4 a:hover,
.designpreview h4 a:active
{
	color: #FB9622;
}
.designpreview ul
{
	margin: 2px 0 2px 0;
	padding: 0;	
	/*
	text-transform: lowercase;
	*/
}

.designpreview ul li
{
	display: inline;
	margin: 0;
	padding: 5px;
	list-style: none;
}

.designpreview ul li a
{
	margin: 0;
	padding: 3px 9px;
	font-size: 0.8em;
	text-decoration: none;	
}

.designpreview ul li a.view
{
	margin: 0 3px 0 0;
	background-color: #85C329;
}

.designpreview ul li a.download
{
	background-color: #939393;
}

.designpreview ul li a:link,
.designpreview ul li a:visited
{
	color: #fff;
}

.designpreview ul li a:hover,
.designpreview ul li a:active
{
	background-color: #FB9622;
}
.price
{
	font-weight: normal;
}
.price-striked
{
	font-weight: normal;
	text-decoration: line-through;
}
.sale-price
{
	font-weight: bold;color:#ff0000;
}


/*** END PRODUCTS PREVIEW ***/

#caption {	width:95%;border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;padding:5px;margin-bottom:10px;
}
#caption{border:0px;}
.caption{font size:11px;}



#main-order-table{width:300px;float:left;}
#prod-specs-bold{float:left;width:75px;background-color:#dedede;padding:3px;}
#prod-specs-normal{
	float:left;
	width:200px;
	background-color:#0033FF;
	padding:3px;
	color: #FFFFFF;
}
#recenthistory, #recenthistory td {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: black;
}
#recenthistory {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 15px;
  border: 1px solid silver;
  padding: 5px;
}
#recenthistory label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;

}
#boxheading{
	width:140px;
	border:2px solid #170f8a;
	margin: 3px auto;
}
