body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	margin: 0px;
}
#container {
	background-color: #FFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}
#container-small {
	background-color: #FFF;
	background-image: url(../images/body-bg-small.jpg);
	background-repeat: repeat-x;
}

#main-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}

#titlebar {
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	height: 353px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#titleheading {
	width: 960px;
	height: 353px;
	margin-right: auto;
	margin-left: auto;
}
#leftheading {
	width: 500px;
	float: left;
	margin-top: 35px;
}
#rightheading {
	width: 450px;
	float: right;
	margin-top: 10px;
}
#leftheadingbuttons {
	width: 500px;
	float: left;
	margin-top: 83px;
}

#nav-ds {
	height:55px;
	overflow:hidden;
	background-color: #071f4b;
}
#nav-ds #nav-logo a {
	height:37px;
	left:0px;
	top:10px;
	width:168px;
	background-image: url(../images/ds-logo.png);
}
#nav-ds ul {
	height:55px;
	list-style:none;
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px
}
#nav-ds ul li {
	margin-bottom:0
}
#nav-ds ul li a {
	background-image:url(../images/top-options.png);
	height:15px;
	position:absolute;
	top:20px
}
#nav-ds ul a{
	background:no-repeat 0 0;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-9999em
}

#nav-ds #nav-contact a {
	background-position:-422px top;
	right:0px;
	width:78px
}
#nav-ds #nav-contact a:hover {
	background-position:-422px -16px
}
#nav-ds #nav-contact a.current {
	background-position:0 bottom
}

#nav-ds #nav-home a {
	background-position:-184px top;
	right:270px;
	width:115px
}
#nav-ds #nav-home a:hover {
	background-position:-184px -16px
}
#nav-ds #nav-home a.current {
	background-position:0 bottom
}

#nav-ds #nav-media a {
	background-position:-338px top;
	right:150px;
	width:45px
}
#nav-ds #nav-media a:hover {
	background-position:-338px -16px
}
#nav-ds #nav-media a.current {
	background-position:0 bottom
}
#titlebar-small {
	background-color: #0C3569;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#titleheading-small {
	width: 960px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#leftheading-small {
	width: 640px;
	float: left;
	margin-top: 35px;
}
#rightheading-small {
	width: 300px;
	float: right;
	margin-top: 35px;
	text-align: right;
}



.grid
{
	font-size: 12px;
	overflow: hidden;
}

.grid table {
	border:none;
	border-collapse:collapse;
	margin-bottom:45px
}
.grid td, th {
	border-bottom:1px solid #d7d7d7;
	color:#3e434a;
	padding:6px 12px
}
.grid th {
	text-shadow:1px 1px 0 #fff;
	background-image: url(../images/bg_th.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.grid th.first {
	background-image: url(../images/bg_th-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}
.grid th.last {
	background-image: url(../images/bg_th-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
.grid tr {
}

.last {
	margin-right:0 !important
}

.categories {
	width: 600px;
	display: inline;
	float: left;
	font-size: 13px;
}
.features {
	list-style:none;
	margin:0 0 0 -20px;
	padding:0;
	width:600px
}
.features li {
	display:inline;
	float:left;
	margin:0 0 27px 20px;
	width:275px
}
.features a {
	display:block;
	margin-bottom:3px
}
#right-column {
	float: right;
	width: 360px;
	font-size: 13px;
}
#fullwidthcontent {
	clear: both;
}

#fullwidthcontent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#fullwidthcontent hr {
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #999;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/bg_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
#footer-content {
	font-size: 11px;
	color: #055CC0;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#footer-content .emailbox {
	background-color: #BBDAFD;
	font-size: 12px;
	color: #0669D7;
	border: 1px solid #6AAFFB;
}
#footer-content #right-links {
	float: right;
	width: 650px;
	text-align: right;
	color: #999;
}
#footer-content #center-links {
	width: 650px;
	text-align: center;
	color: #999;
	margin-right: auto;
	margin-left: auto;
}


#footer-content a {
	color: #999;
	font-size: 12px;
	
}

#footer-content a:hover {
	color: #055CC0;
	text-decoration: none;
}
#left-categories {
	width: 250px;
	float: left;
	clear: both;
	margin-top: 0px;
}

#cat-menu {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background: #FFF;
	}
	
#cat-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#cat-menu img {
    border: none;
} 
	
#cat-menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	
	
#cat-menu li a:link, #cat-menu li a:visited {
	color: #333;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(../images/cat-menu.gif);
	}
	
#cat-menu li a:hover {
	color: #FFF;
	padding: 8px 0 0 10px;
	background-image: url(../images/cat-menu.gif);
	background-position: 0 -32px;
	}				




#product-area {
	width: 700px;
	clear: none;
	float: right;
}

#product-area p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.productbox {
	border: 1px solid #1467C0;
	width: 700px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
}
.productbox-title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #1467C0;
}

.product-tn {
	border: 1px solid #CCC;
}

.product-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B17E00;
}
.product-highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C00;
}

hr{
	height:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-bottom: 12px;
	margin-top: 8px;
}

#slide {
	visibility: inherit;
	border: solid 0px #000;
	width: 430px;
	height: 450px;
	margin: 0px 0px;
}

#flashbook {
	visibility: visible;
	border: solid 0px #000;
	width: 300px;
	height: 238px;
	margin: 0px 0px;
}
