html, body{
	background:url(../images/dsbg.jpg) top center no-repeat;
	margin:0 auto;
	padding:0;
	font-family:Georgia;
	color: #999999;
	font-size:14px;
}
#top-banner {
	background:url(../images/topbar.jpg) top left no-repeat;
	width:970px;
	height:42px;	
}
#store-banner{
	background:url(../images/store-banner.jpg) top left no-repeat;
	margin:10px 0px 5px 0px;
	width:970px;
	height:123px;
}
#store-wrapper{
	background:#FFFFFF; 
	width:970px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
.store-nav{
	text-align:center;
	height:48px;
}
.store-nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.store-nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.store-date{
	font-family:georgia;
	text-align:right;
	color: #999999;
}
#breadcrumbs-bg {
	background:url(../images/breadcrumsbg.jpg) top left no-repeat;
	width:970px;
	height:31px;
	margin:0px 0px 5px 0px; 
}
/*------------------------------------------   column left -------------------------------------------------*/

#store-leftcolumn {
	width:200px;
	border:#CCCCCC 1px dotted;
	background: #FCFAF3;
	margin-top:20px;
	height:300px;
}
.labels {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff3366;
	margin:5px 5px 5px 5px;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding-top:0px;
	height:20px;
}
/*------------------------------------------  gallery column  -------------------------------------------------*/
#store-gallerycolumn {
	width:553px;
	border:1px #666666;
	margin:20px 1px 1px 0px;
	text-align:center;
}
/*------------------------------------------  gallery column  -------------------------------------------------*/
#right-column{
	width:200px;
	margin:20px 1px 1px 0px;
	padding: 0px;
}
/*------------------------------------------   gallery -------------------------------------------------*/
.store-product {
	width:168px;
	height:178px;
	padding:5px;
	background:#ffffff;
	margin:0px 2px 30px 2px;
	border: solid 1px #E2E2E2;
	font-size:11px;
}
.store-product:hover {
	width:168px;
	height:178px;
	padding:5px;
	background:#f6f6f6;
	margin:0px 2px 30px 2px;
	border: solid 1px #E2E2E2;
}
/*------------------------------------------  links -------------------------------------------------*/

.info-link a{
	color:#999999;
	text-decoration:none;
}
.info-link a:link{
	color:#999999;
	text-decoration:none;
}
.info-link a:hover{
	color:#ff3366;
	text-decoration:underline;
}
.url-link a{
	color:#a2b409;
	text-decoration:none;
}
.url-link a:link{
	color:#a2b409;
	text-decoration:none;
}
.url-link a:hover{
	color:#000000;
	text-decoration:underline;
}
.prod-price{
	color:#ffffff;
	background:#0099FF;
}
/*------------------------------------------ navigation -------------------------------------------------*/
#catnav ul{
	margin:0px;
	padding:0px;
}
#catnav li{
	background:url(../images/btnbg.jpg) top left no-repeat;
	color:#333333;
	list-style:none;
	text-decoration:none;
	display:block;
	width:191px;
	height:27px;
	margin:1px;
	padding:10px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#catnav li:hover{
	background:url(../images/btnbgover.jpg) top left no-repeat;
	list-style:none;
	color: #0099FF;
	text-decoration:underline;
	display:block;
	width:191px;
	height:27px;
	margin:1px;
	padding:10px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/*------------------------------------------ TOOLTIP -------------------------------------------------*/

h1{
	font-size:180%;
	font-weight:normal;
	color:#555;
}
h2{
	clear:both;
	font-size:160%;
	font-weight:normal;
	color:#555;
	margin:0;
	padding:.5em 0;
}
a{
	text-decoration:none;
	color:#f30;	
}
p{
	clear:both;
	margin:0;
	padding:.5em 0;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}
/*  */
#screenshot{
	position:absolute;
	border:1px solid #000;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#footer{
	height:50px;
	border-top:4px #333333 solid;
	text-align:center;
}
.sectionitem {
	font-size:11px;
	color: #999999;
	padding:1px;
	font-family:Tahoma, Verdana;
}
.sectionitem a{
	font-size:11px;
	color: #999999;
	text-decoration:none;
	padding:1px;
}
.sectionitem a:hover{
	font-size:11px;
	color: #333333;
	text-decoration:underline;
	padding:1px;
}

a {
	font-size:12px;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	font-size:12px;
	color: #000066;
	text-decoration:none;
}
/*------------------------------------------ product header -------------------------------------------------*/
#headers {
	background:url(../images/headers.jpg) top left no-repeat;
}