
a img {border:0px;}

a {
	color: #990000;
}

body
{
	background:#000000 url('images/background_repeat.jpg') top center repeat-y;
	background:#000000 url('images/background1.jpg') top center no-repeat;
	font-size:15px;
	font-family:Arial;
	margin:0px;
	padding:0px;
}

html, body
{
	height:100%;
}


h1
{
	font-family:Arial;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	font-size: 34px;
	color:#990000;
	letter-spacing:-1px;
	font-weight:lighter;
}

h2
{
	font-family:Arial;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

#all
{
	background: url('images/background_repeat.jpg') top center repeat-y;
	width:100%;
	min-width:988px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */

}

#main
{	
	background:url('images/background1.jpg') top center no-repeat;
	width:988px;	
	margin:auto;
	padding-bottom:180px;
}

#head
{
	height:402px;
	color:#ffffff;
}

#head a {color:#ffffff; text-decoration:none;}
#head a:hover {color:#bbbbbb; text-decoration:none;}

#menu_left, #menu_right
{	
	font-size:15px;
	font-weight:bold;
	margin-top:108px;
	position:absolute;
}

#menu_left
{
	margin-left:110px;
	width:400px;
}

#menu_right
{
	margin-left:475px;
	width:390px;
}

#menu_left a, #menu_right a
{
	margin-left:25px; margin-right:25px;
}

#title
{
	position:absolute;
	margin-top:0px;
	margin-left:200px;
}

#content
{
	padding-left:35px;
	padding-right:35px;
	height:auto;
}

#footer_bg
{
	background:url('images/footer_repeat.jpg') top center repeat-x;
	height:180px;
	margin:auto;
	width:100%;
	width:100%;
	height:180px;   /* Height of the footer */
}

#footer_container
{
	background:url('images/footer.jpg') top center no-repeat;
	height:180px;
	margin:auto;
	width:100%;
	min-width:988px;
}

#footer
{
	color:#999999;
	width:870px;
	margin:auto;
	height:auto;
	padding-top:55px;
	text-align:left;
	padding-left: 100px;
}

#footer a
{
	color: #000000;
	text-decoration:none;
}

#logos table
{
	text-align:center;
	width:870px;
	height:50px;
	margin-bottom:31px;
}

#copyright
{
	color:#000000;
	font-size:11px;
}

#categories a
{
	color:#990000;
	text-decoration:none;
	font-size:23px;
	letter-spacing:-1px;
}

#products a
{
	color:#990000;
	text-decoration:none;
	font-size:15px;
	letter-spacing:-1px;
}

.back a
{
	color:#990000;
}

#product h2
{
	font-size: 17px;
}

#product h1
{
	border-bottom:1px dotted #c9c9c9;
	color:#990000;
	font-weight:lighter;
	letter-spacing:-1px;
	font-size:23px;
	font-family:Arial, Verdana;
}

#product h3
{
	color:#bbbbbb;
}

#product ul
{
	padding:20px;
	padding-top:10px;
	padding-bottom:12px;
	color:#1f2322;
	font-size:.75em;
}

#product ul li ul
{
	font-size:.9em;
	padding:5px;
}

#product ul li
{
	list-style:bullet;
	margin-bottom:10px;
}

#product ul li li
{
	list-style:bullet;
	margin-bottom:7px;
	font-size:1em;
}

.form input, .form textarea {
border: 1px solid #888888;
background-color:#eeeeee;
}

.productImages ul,
.productImages li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

