body {
	background: #fff url("../images/core/bg.gif") top repeat-x;
	margin: 0;
}

#container {
	width: 770px;
	margin: auto;
}

#leftcontent {
	width: 213px;
	padding-bottom: 38px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4C3E55;
}

input, select, textarea {
	border: 1px solid #BDB3C3;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C3E55;
	background: #fff;
}
	

a { color:#4F2469; }
a:hover { color:#ff0000; }

h1, h2, h3, h4, ul, li, p { padding:0; margin:0; }

p { margin-top: 25px; }

h1 {
	font-size: 20px;
	line-height: 20px;
	color: #4C3E55;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	color: #FF0000;
	padding-bottom: 4px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #4C3E55;
	padding-bottom: 4px;
	margin-top: 25px;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 25px;
}

#content .right ul, #content ul {
	margin-top:28px;
	margin-left: 3px;
	margin-bottom:30px;
	list-style-type:none;
}

#content .right li, #content li {
	background:transparent url(../images/core/bullet.gif) left 6px no-repeat;
	padding-left:15px;
	padding-bottom:5px;
}




/* nav */

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
	background: #000;
}	

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 158px;
	background: #000 url(../images/nav/arrow.gif) right no-repeat;
	border-bottom: 1px dashed #666666;
	padding: 5px 0 5px 15px;
}	
	
#nav li a:hover {
	background: #000 url(../images/nav/arrow-2.gif) right no-repeat;
	color: #BFA1D1;
}




/* content */

#content {
	padding: 20px 0 30px 13px;
}

#content .right {
	width: 186px;
	padding-left: 21px;
	border-left: 1px solid #D4D1D6;
}

.gap {
	height: 30px;
}

.downloadstable td {
	padding: 3px 0;
	font-size: 12px;
	border-bottom: 1px dashed #D4D1D6;
}

#breadcrumb {
	padding: 6px 0;
	font-size: 11px;
	border-bottom: 1px solid #D4D1D6;
}

.listing td {
	padding: 20px 0;
	border-bottom: 1px dashed #D4D1D6;
}

.listingitem {
	padding: 20px 0;
	border-bottom: 1px dashed #D4D1D6;
}

.date {
	font-size: 11px;
}

.small {
	font-size: 9px;
}

.caption {
	font-size: 9px;
	padding: 5px 0;
	border-bottom: 1px dashed #D4D1D6;
}

.imgright {
	padding:0 0 10px 20px;
}

.imgrightp {
	padding: 30px 0 10px 20px;
}

.imgleft {
	padding:30px 20px 10px 0;
}

.price {
	font-weight: bold;
	color: #ff0000;
}

#carttable th {
	text-align: left;
	border-bottom: 1px solid #D4D1D6;
}

#carttable td {
	border-bottom: 1px dashed #D4D1D6;
}



/* contact details */

.contact .heading {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 0;
}

.contact td {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #D4D1D6;
}




/* footer */

#footer {
	padding: 8px 0;
	text-align: center;
	color: #4C3E55;
	font-size: 10px;
	line-height: 18px;
	border-top: 1px dashed #BDB3C3;
	border-bottom: 1px dashed #BDB3C3;
}

#footer a { color:#4C3E55; }
#footer a:hover { color:#ff0000; }




/* backgrounds */

#bgright {
	background:  url("../images/core/bg-right.gif") left top no-repeat;
}

