@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) top left repeat-x;
	font: normal 12px Helvetica, Arial, sans-serif;
}
div {
	border: 0px solid red;
}
img { 
	border: none;
}

h1 {
	font: lighter 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #C10000;
	margin: 6px 0px 0px 0px;
}

a {
	color: #003366;
}

a:hover {
	color: #006699;
}

table td.bg {
	background:url(images/bg2.gif) top left;
}

.clear {
	clear: both;
}

#container {
	width: 915px;
	/*position: absolute;
	
	left: 50%;
	margin-left: -450px;*/
	
	margin: 0px auto;
}

#header {
	height: 100px;
	width: 100%;
	
}


#logo {
	width: 369px;
	height: 96px;
	background: url(images/logo.jpg) top left no-repeat;
	cursor: pointer;
	float: left;
}

#icon-cart a {
	background: url(images/icon-cart.jpg) top left no-repeat;
	height: 48px;
	width: 47px;
	display: block;
	float: right;
}

#icon-cart a:hover {
	background: url(images/icon-cart-hover.jpg) top left no-repeat;
}


#view-cart {
	float: right;
	width: 100px;
}

#search {
	float: right;
	margin: 11px 15px 0 0;
}

#white-text {
	color: white;
	text-decoration: none;
}

#main {
	width: 100%;
	background-color: #fff;
	height: 500px;
}

#categories {
	background: url(images/bg-categories.jpg) top left repeat-y;
	width: 185px;
	padding: 10px;
	float: left;
	display: inline;
}

#categories ul {
	padding: 0;
	margin: 10px 0 0 -10px;
	list-style: none;
}

#categories li {
	padding: 0;
	margin: 0;
}


#categories a {
	background: url(images/arrow.gif) 7% 0% no-repeat;
	text-decoration: none;
	color: #003366;
	display: block;
	width: 174px;
	padding: 5px 5px 5px 25px;
}

#categories ul a:hover {
	text-decoration: underline;
	background: #fff url(images/arrow.gif) 8% 0% no-repeat;
	color: #000;
}

#content {
	margin: 10px 15px 0 10px;
	width: 673px;
	float: right;
	border: 0px solid #333;
	display: inline;
}

#welcome {
	margin: 0px 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

#about {
	width: 150px;
	float: left;
	padding-top: 8px;
}

#canvas {
	margin-top: 10px;
	float: right;
	width: 505px;
	background: url(images/canvas-mid.jpg) top left;
}

.product-frame  {
	background: url(images/frame-sm.gif) top left no-repeat;
	background-color: #EFE7DE;
	padding: 10px 0 0 0px;
	width: 107px;
	height: 96px;
}

table#sm-blue td a {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-color: #003366;
	padding: 10px;
	text-align: center;
	float: left;
	width: 890px;;
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0px 6px;
}
#footer a:hover {
	text-decoration: underline;
}

.copyright {
	font-style: italic;
	color: #808080;
	font-family: verdana;
	font-size: 10px;
	margin: 4px 0px 16px 0px;
}
.copyright a {
	text-decoration: none;
	color: #808080;
}

.bg h4 {
	margin: 3px 6px;
}

.bg ul {
	margin-left: 26px;
}

/* begin navigation */
#nav {
	background: url(images/nav-bg.jpg) top left repeat-x;
	height: 45px;
	border-top: 1px solid #2b6093;
	border-left: 1px solid #2b6093;
	border-right: 1px solid #2b6093;
	width: 508px;
	float: right;
	margin-top: 6px;
	overflow: hidden;
}

#nav ul {
	margin: 0 0 0 0px;
	padding: 0;
	overflow: hidden;
}

#nav li {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
	display: inline;
}

#nav a {
	margin: 0px 5px 0 5px;
	padding: 11px 10px 17px 10px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}


#nav a:hover {
	background-color: #fff;
	color: #003366;
}
/* end navigtion */
