@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}

body
{
	background-color:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}

.wrapper
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	margin-bottom:20px;
}

.banner
{
	border-bottom:1px solid #c1c1c1;
}

.welcomebar
{
	height:20px;
	padding:10px;
	background-color:#393939;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#efefef;
	font-weight:bold;
}

.menubar
{
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #dedede;
	padding:10px;
	background:url(images/menubar.jpg) repeat-x;
}
.menubar ul
{
	display:block;
}
.menubar ul li
{
	float:left;
	display:inline;
	width:auto;
	padding:10px;
	border-right:1px solid #e1e1e1;
}
.menubar ul li a
{
	
	text-align:center;
	color:#999999;
	text-decoration:none;
	font-size:13px;
	width:auto;
	text-transform:uppercase;
}
.menubar ul a:hover 
{
	color:#ad9700;
}

.jqueryflash
{
	height:300px;
	border-bottom:1px solid #c1c1c1;
	background-color:#e9e9e9;
}

.quicklinks
{
	background-color:#f5f5f5;
	border-bottom:1px solid #dfdfdf;
	padding:10px;
}

.quicklinks th
{
	text-transform:uppercase;
	font-size:12px;
	background-color:#742b60;
	padding:5px;
	margin-right:3px;
	color:#ffffff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.content
{
	height:800px;
	background-color:#ffffff;
}

.content_left
{
	float:left;
	width:250px;
	padding:10px;
	border-right:1px solid #ededed;
}

.categories #heading
{
	width:220px;
	font-size:18px;
	background-color:#3a3a3a;
	height:20px;
	padding:10px;
	color:#dedede;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-transform:uppercase;
}
.categories #newlinks
{
	width:220px;
	height:80px;
	background-color:#2a2a2a;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.categories #newlinks ul li
{
	list-style:none;
}

.categories #newlinks a
{
	font-size:12px;
	color:#a79a91;
	line-height:20px;
	text-decoration:none;
}

.categories #newlinks ul li a
{
	margin-left:10px;
	font-size:18px;
	text-transform:capitalize;
	color:#a79a91;
	line-height:25px;
	text-decoration:none;
}
.categories #newlinks ul li a:hover
{
	color:#efefef;
}


.contactinfo #contactheading
{
	width:220px;
	font-size:18px;
	background-color:#919191;
	height:20px;
	padding:10px;
	color:#222222;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.contactinfo #address
{
	width:220px;
	color:#2e2e2e;
	background-color:#dedddd;
	padding:10px;
	font-size:13px;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.contactinfo #address hr
{
	border:1px solid #cecece;
	margin-bottom:5px;
	margin-top:5px;
}

.content_right
{
	float:left;
	width:805px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:20px;
}
.content_right h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:20px;
	text-transform:uppercase;
}
.content_right a
{
	color:#306;
	text-decoration:none;
}
.content_right a:hover
{
	color:#36F;
}

.maincontent
{
	padding:10px;
	color:#333333;
	background-color:#ffffff;
	font-size:13px;
}
.maincontent h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:20px;
	text-transform:uppercase;
}
.maincontent a
{
	color:#306;
	text-decoration:none;
}
.maincontent a:hover
{
	color:#36F;
}
.maincontent ul
{
	margin-left:30px;
}
.maincontent ul li
{
	list-style-image:url(images/maincontent_list.jpg);
	padding-bottom:10px;
	line-height:20px;
}


.image_cover
{
	padding:5px;
	border:1px solid #efefef;
	border-radius:5px;
}

.products h1
{
	width:790px;
	height:20px;
	padding:10px;
	background:url(images/products_h1.jpg) repeat-x;
	color:#333333;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.products_list
{
	width:788px;
	padding:10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;;
}
.products_list td
{
	border:1px solid #efefef;
	border-radius:5px;
	font-size:12px;
}

/*.products_list td:hover
{
	background-color:#efefef;
}*/

.products_list a
{
	color:#111111;
	text-decoration:none;
}
.products_list a:hover
{
	color:#999;
}

.listofproducts
{
	font-size:12px;
	color:#555555;
}

.listofproducts img
{
	/*height:100px;*/
	border-bottom:1px solid #efefef;
}

.listofproducts table 
{
	/*border:1px solid #f1f1f1;
	border-radius:3px;*/
}

.listofproducts td
{
	border:1px solid #f5f5f5;
	padding:10px;
}

.listofproducts #unavailable
{
	color:#ee0000;
}

.footer
{
	height:30px;
	text-align:center;
	padding:10px;
	background-color:#0c0c0c;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color:#444444;
	font-size:14px;
}
.footer a
{
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover
{
	color:#aeaeae;
}

/***** Slider Stylesheet Details **********/

#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:1100px;
    height:300px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:1100px;
    height:300px;
	/*background:url(images/loading.gif) no-repeat 50% 50%;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


#slider a {
	border:0;
	display:block;
}

/*.nivo-controlNav {
	position:absolute;
	left:360px;
	bottom:-42px;
}*/
/*.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
*/
/*.nivo-controlNav a.active {
	background-position:0 -22px;
}
*/
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:220px;
	top:260px;
}
a.nivo-prevNav {
	left:220px;
	top:260px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	background-color:#efefef;
	opacity:0.8;
	height:50px;
	text-align:center;
}
.nivo-caption a { 
    color:#ff0000;
    text-decoration:underline;
}
