@charset "utf-8";
/* CSS Document */
	
body {
	background: #bed8ff url(images/body_bg.jpg) center repeat-y;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}
body,p,div,ul,li,a,img,h1,h2,h3,h4,h5,h6,table,tr,td,tbody{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
p {
	font-size: 12px;
	padding-bottom: 10px;
}
#header {
	height: 150px;
}
#wrapper{
	width: 1000px;
	background-color:#FFF;
	margin: 0px auto;
	}
#headerwrap{
	background:url(images/header_bg.jpg) center top no-repeat;
	width:1000px;
	height: 150px;
	margin: 0px auto;
	}
#header{
	background: url(images/header_bg_px.jpg) repeat-x top;
	}

#headerwrap #logo {
	float: right;
	padding-right: 50px;
	padding-top: 20px;
}
#block {
	width: 1000px;
	margin: 0 auto 0 auto;
	color: #FFF;
	height: 160px;
}
/*- Menu Tabs 4--------------------------- */
#navigation {
	float:left;
	width: 626px;
	padding-top: 115px;
	font-size: 14px;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a {
	float:left;
	background:url("tableft4.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}
#navigation a span {
	background:transparent url(tabright4.gif) no-repeat scroll right top;
color:#555555;
display:block;
float:left;
font-size:12px;
font-weight:bold;
padding:5px 15px 4px 6px;
text-transform:uppercase;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
	color:#6B78A9;
}
#navigation a:hover {
	background-position:0% -42px;
}
#navigation a:hover span {
	background-position:100% -42px;
}
#navigation #current a {
	background-position:0% -42px;
}
#navigation #current a span {
	background-position:100% -42px;
}
.clear {
	clear: both;
}
#content {
	padding: 10px;
	padding-top:0px;
	width: 980px;
	background: url(images/content_bg.jpg) top repeat-x;
}
#main-left {
	border-right: 1px solid #CCC;
	float: left;
	width: 650px;
	background: url(images/tagline.jpg) top left no-repeat;
	padding-top: 127px;
	padding-right: 14px;
}
#wishbone{
	padding-top: 15px;
	}
#main-left ol {
	margin: 10px 0 15px 20px;
	font-size: 12px;
}
#main-left a {background-color:#BBBBBB;
color:#000000;
padding:0 3px;
text-decoration:none;
}
#main-left a:hover {
	text-decoration: underline;
}
#main-left #bottom {
	background: url(bg_2.jpg) no-repeat right;
	height: 108px;
	width: 650px;
	margin-top: -54px;
}
#main-right {
float:right;
padding:10px;
padding-top: 0px;
margin-top: 15px;
width:280px;
}
#wishbone form {
	text-align: center;
}
#product {
	padding-bottom: 10px;
}
#product img {
	border: 1px solid #aaa;
	margin: 0 10px 5px 0;
}
#product p {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
}
.spacer {
	clear: both;
	margin: 10px auto 10px auto;
	height: 1px;
	border-top: 1px dashed #000;
}
#footer, .push {
	height: 4em;
	clear: both;
}
#footer {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	text-align: center;
	color: #666;
	bottom: 0px;
	border-top: 1px dashed #aaa;
	background-color:#eee;
	padding-top: 10px;
	height:80px;
}
#footer p {
	padding: 5px 0 5px 0;
}
#footer a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}

#slider {
    width: 600px; /* important to be same as image width */
    height: 338px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul, #slider li { 
	list-style: none;
	font-weight: normal;
	padding: 0;
}
h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#039;
	display: inline-block;
	padding-bottom: 10px;
	padding-left: 28px;
	background:url(images/h3.jpg) left 8px no-repeat;
	}
li{
	list-style-image: url(images/bullet.jpg);
	list-style-position:inside;
	font-weight:bold;
	padding-left: 9px;}
