body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-image: url(images/bg.gif);
}

h1, h2, h3, h4, h5, h6 {
	color: #4BA5C2;
	font-family:Arial, Verdana, Serif;
}

strong {
	font-weight: bold;
	color: #808080;
}

p {
	margin-bottom:0.3em;
	line-height:1.6em;
}

img, a img {
	border: 0;
}


a {
	color: #FC5C95;
	text-decoration:none;
}

a:hover {
	color: #4BA5C2;
}
.clear {
	clear:both;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
}

#headerimg {
	width: 800px;
	height: 199px;
	margin: 0 auto;
	background: transparent url(images/header.gif) no-repeat;
}

#top {
	float: left;
	width: 798px;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 127px;
}

#logo {
	height: 127px;
	width: 200px;
	background: url(images/logo.gif) no-repeat;
	float: left;
}

#content {
	width: 798px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right: 1px solid #6DA8BE;
	border-left: 1px solid #6DA8BE;
}

#sidebar {
	float: left;
	width: 200px;
	margin:0;
	padding:0 0 20px 0;
	font-size:0.9em;
}

#sidebar h2 {
	font-size:1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97C0D3;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 4px;
	margin-top: 20px;
	margin-bottom: 4px;
}

#sidebar p {
	margin:0;
	padding:0 0 5px 20px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}



#sidebar li li {
	margin: 0px;
	text-indent: 2px;
	padding:3px 0;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
}

#sidebar li.box {
	margin:10px 0;
	padding:5px 0;
}

#main {
	float: right;
	width: 528px;
	margin:-127px 0 0 0;
	padding: 30px 40px 0 30px;
	background: url(images/gradient.gif) repeat-x;
}

#main h1, #main h2, #main h3 {
	margin-top: 0;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97C0D3;
}

#main .box {
	margin: 0 -30px 30px -20px;
}

input.textbox {
	border: 1px solid #4BA5C2;	
	background:#DCEDF5;
	font:1em Verdana, Arial, Serif;
	padding:4px;
	width:150px;
	color: #666;
}

textarea.textbox {
	border: 1px solid #4BA5C2;	
	background:#DCEDF5;
	font:1em Verdana, Arial, Serif;
	padding:4px;
	color: #666;
}

textarea {
	border: 1px solid #4BA5C2;	
	background:#fff;
	font:1em Verdana, Arial, Serif;
	padding:4px;
	color: #666;
	height: 20em;
	width: 90%;
}

.textbox:focus {
	background:#fff;
	border: 1px solid #4BA5C2;	
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(images/footerbar.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footerblock {
	background-color: #FFFFFF;
	border-left: 1px solid #6DA8BE;
	border-right: 1px solid #6DA8BE;
	margin: 0px;
}

.advertise {
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}

table.cart {
	width: 520px;
	background-color: #DCEDF5;
	border: 1px solid #4BA5C2;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 10px;
}
.cart th {
	font-weight: bold;
	color: #000000;
	background-color: #97C9E1;
	border: 1px solid #4BA5C2;
}
.cart td {
	border: 1px solid #4BA5C2;
}

.details {
	border: 1px dashed #C0DEED;
	font:1em Verdana, Arial, Serif;
	padding:6px;
	color: #666;
	width: 220px;
	background-color: #EEF7FB;
}

#sidebar li li.new {
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 14px;
	font-weight: bold;
}

