

* { padding: 0; margin: 0;}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #474a4d;
    margin: 0;
}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1005px;
}

#faux {
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 1005px;
}

#content {
    float: left;
    color: #333;
    margin: 10px 0px 10px 5px;
    padding: 0px;
    width: 580px;
    min-height: 578px;
    display: inline;
    position: relative;
    padding-bottom:20px;
}

#clear-floats {
    clear: both;
}

.clear { clear: both; background: none; }

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header {
    color: #333;
    width: 1005px;
    height: 100px;
    margin: 0;
    padding: 0;

}

#headerimage {
    background: url(/images/header.jpg);
    background-repeat:no-repeat;
    color: #333;
    width: 1005px;
    height: 100px;
    margin: 0;
    padding: 0;
}

/* ------------------------------------------------------------

	top nav menu

------------------------------------------------------------ */

#navigation {
	background: url('/images/linkbg.gif') no-repeat bottom;
	position: relative;
	top: 56px;
	left: -8px;
	height: 26px;
	width: 1005px;
	padding:8px 8px 10px 8px;
	margin: 0px;
	color: #000000;

}

* html #navigation {
	padding:8px 8px 1px 8px;
}

.pro8
{
    padding: 10px 0 0 200px;
    margin: 0;
    list-style: none;
    position: relative;
}

* html .pro8 {
	padding: 15px 0 0 200px;
    margin: 2px;
}

.pro8 li
{
    background-position: url(/images/tab0.gif);
    float: left;
    height: 23px;
    width: 83px;
    background: url(/images/tab0.gif);
}

* html .pro8 li {
	padding: 0;
    margin: 0;
}

.pro8 li  a {
	display:block;
	line-height:23px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0;
	cursor:pointer;
}

/* ------------------------------------------------------------

	content

------------------------------------------------------------ */

#banner{
    background: url(/images/customers.jpg);
    margin-top: 10px;
    width: 657px;
    height:31px;
}

/* ------------------------------------------------------------

	homepage image rows/list

------------------------------------------------------------ */

div#toprow {
	margin: 0;
	padding: 0;
	width: 800px;
}

.top-elements {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    float:left;
    margin:10px 3px 0 0;
}

.top-lastelement{
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    float:left;
    margin-top:10px;
}

.elements {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    float:left;
    margin:10px 3px 0 0;
}

.lastelement {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    float:left;
    margin-top:10px;
}

.top-elements img, .top-lastelement img {
    border:none;
}

.elements img, .lastelement img {
    border:none;
}

.row1 {
    width:325px;
    height:101px;
}

.row1 img {
    width:325px;
    height:101px;
}

.row2 {
    width:160px;
    height:100px;
}

.row2 img {
    width:160px;
    height:80px;
}

.row3 {
    width:130px;
    height:70px;
    margin-right:-1px;
}

.row3 img {
    width:130px;
    height:50px;
}

.row4 {
    width:320px;
    height:270px;
    margin-right:12px;
}

.row4 img {
    width:320px;
    height:270px;
}

.row5 {
    width:320px;
    height:432px;
    margin-right:12px;
}

.row5 img {
    width:320px;
    height:432px;
}

.header li {
    list-style:none;
    line-height: 20px;
    display: block;
    background:url('/images/background.gif') repeat-x;
    color:#000;
    font-size:11pt;
    text-align:center;
    font-family:Arial Narrow;
    font-weight:bold;
}

.elements div, .lastelement div {
    height:20px;
    overflow:hidden;
}

/* ------------------------------------------------------------

	left column

------------------------------------------------------------ */

#leftcolumn {
    display: inline;
    color: #333;
    margin: 0px 3px 10px 0px;
    padding: 0px;
    width: 155px;
    float: left;
}

* html #leftcolumn {
	height: 1044px;
}

/* ------------------------------------------------------------

	right column

------------------------------------------------------------ */

#rightcolumn {
    display: inline;
    position: relative;
    color: #ffffff;
    margin: 10px 0px 10px 0px;
    margin-right: 7px;
    padding:0px;
    float: right;
}


#rightcolumn a {
	color: #ffffff
}

#rightcolumn h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#rightcolumn strong {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#rightcolumn td {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#rightcolumn img {
	border-style: none;
	padding-right: 2px;
}

.updates{
	font-size: 8pt;
	padding-bottom: 5px;
	padding-left: 3px;
}

#updates {
	width: 145px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding-bottom: 3px;
	font-size: 8.5pt;
	font-weight: bold;
}

#updates a {
	color: #E17602;
	text-decoration: none;
}

#updates a:hover {
	color: #b75819;
}

#updates p.newstitle {
	color: #0a03cd;
	margin: 0;
	margin-top: 3px;
	padding-left: 3px;
	padding-right: 1px;
	font-size: 95%;
	font-family: Tahoma;
}

#updates p {
	padding-left: 3px;
}

/* ------------------------------------------------------------

	misc. menu/column stuff

------------------------------------------------------------ */

.bar
{
    background-image: url('/images/bar.gif');
    background-repeat: no-repeat;
    height: 3px;
    width: 147px;
    margin: 2px 5px 2px 0;
    padding: 0;
    border: 0;
}

* html .bar {
    margin-bottom: -10px;
}

.bar2 {
	background-image:url('/images/bar2.gif');
	background-repeat:no-repeat;
	height: 3px;
	width: 147px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	padding: 0;
}

* html .bar2 {
    margin-bottom: -8px;
}

/* ------------------------------------------------------------

	about us

------------------------------------------------------------ */

#about {
	margin-left: 40px;
	margin-top: -60px;
}

#about h1 {
	color: #000;
}

/* ------------------------------------------------------------

	contact us

------------------------------------------------------------ */

#contact {
	margin-left: 20px;
}

#contact h1 {
	color: #000;
}

/* ------------------------------------------------------------

	FAQ

------------------------------------------------------------ */

.faqlist {
	margin: 0;
	margin-top: -17px;
	padding: 0;
	padding-left: 27px;
	padding-right: 1px;
}

#faq {
	margin-left: 20px;
}

#faq li{
    margin-left: 60px;
    margin-top: 5px;
}

#faq h2 {
	color: #000;
	font-weight: bold;
}

.faqhr {
	background-image: url(/images/faqhr1.gif);
	background-repeat:no-repeat;
	height: 5px;
	border: 0;
}

#faqlist {
	margin-left: 20px;
}

.faqqa {
	font-size: 12pt;
}

/* ------------------------------------------------------------

	promotion page

------------------------------------------------------------ */

#promotion {
	margin-left: 20px;
}

#promotion li{
    margin-left: 60px;
    margin-top: 5px;
}

#promotion h2 {
	color: #000;
	font-weight: bold;
}

.promotionhr {
	background-image: url(/images/faqhr1.gif);
	background-repeat:no-repeat;
	height: 5px;
	border: 0;
}

#promotionlist {
    width: 600px;
}

/* ------------------------------------------------------------

	catalog pages

------------------------------------------------------------ */

.topcat {
	margin-left: 20px;
}

.topcat h2 {
	color: #000;
	font-weight: bold;
}

.topcat li{
	list-style: none;
}

.topcatimg {
	margin-left: 20px;
}

.topcatLink {
	margin-top: -8px;
}

#cheader {
	margin-left: 66px;
}

#cbody {
	margin-left: 73px;
}

/* ------------------------------------------------------------

	product page

------------------------------------------------------------ */

#producttable {
    margin-left: 80px;
}

.productlist {
	padding-left: 73px;
	width: 600px;
}

ul.moreLikeUl {
	list-style: none;
	margin: 0;
    padding: 0;
    margin-left: -20px;
}

li.moreLikeLi {
	float: left;
	margin-top: 0;
	padding: 0;
}

.moreLikeWidth {
    width: 677px;
}

img.moreLikeImg {
	border: none;
}

.moreLike {
	width: 220px;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------

	shopping cart

------------------------------------------------------------ */

/* right column mini cart */
#cart {
	width: 145px;
	margin-top:10px;
	background-color:#fff;
	border:1px solid black;
	color:#000;
}

#yourCart {
	margin-left: 20px;
}

#yourCart h2 {
	color: #000;
	font-weight: bold;
}

.yourCarthr {
	background-image: url(/images/faqhr1.gif);
	background-repeat:no-repeat;
	height: 5px;
	border: 0;
}

#centerCart {
    margin-left: 0;
    width: 650px;
}

.cart-table {
	border: none;
    margin-bottom: 20px;
}

.cartheader {
	background: #DDDDDD;
	padding: 8px;
	border: none;


}

.cartheader-left {
	background: #DDDDDD;
	padding: 8px;
}

.cart {
	padding: 8px;
    border: none;
	border-top: 1px solid #000;
    white-space:nowrap;
}

.cart-left {
	padding: 8px;
	border: none;
	border-top: 1px solid #000;
}

.cart-total {
	padding: 8px;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.cart-totalright {
	padding: 8px;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.cart-tax {
	padding: 8px;
	border: none;
}

.cart-taxright {
	padding: 8px;
	border: none;
}

p.cart-description {
    margin: 0;
    padding: 0;
    width: 200px;

}

a.cart-name {
    width: 200px;
}

/* ------------------------------------------------------------

	place order page

------------------------------------------------------------ */

#placeorder {
	margin-left: 40px;
}

#placeorder h2 {
	color: #000;
	font-weight: bold;
}

#placeorder-content {
	margin-left: 100px;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */
		
#footer { 
    font-size: 10px;
    background: url(/images/footer.jpg);
    background-repeat:no-repeat;
    width: 1005px;
    height: 49px;
    clear: both;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding: 0;
    padding-top: 0px; 
}

#footer a {	 
	color: #ffffff;
}

#footer ul {
	padding-top: 10px;
}

/* ------------------------------------------------------------

	lightbox gallery

------------------------------------------------------------ */

#lightbox {
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption { float: left; color: #000 }

#keyboardMsg { float: right;  color: #000 }

#lightbox img { border: none; }

#overlay img { border: none; }

#overlay{ background-image: url(/overlay.png); }

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/images/clear.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/overlay.png", sizingMethod="scale");
}	

div.QuickOrder {
    margin: 3px;
    font-size: 10pt;
    line-height: normal;
}
table.zeroBorder {
    border: 1px dotted gray;
}
table.QuickOrder {
    border-collapse: collapse;
    font-size: 1em;
    line-height: inherit;
    font-family: Verdana;
}
tr.QuickOrder {
    text-align: left;
}
a.cart-name:hover {
color:#080463;
text-decoration:none;
}
a.cart-name:visited {
color:#AB5901;
text-decoration:none;
}
