/***CSS Reset***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
	margin:0; 
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
	outline: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
}

q:before,q:after {
	content:”;
}

/***Layout***/

body{
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}

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

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 100px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100px;
	text-align: center;
}

#info {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 100px;
}

#banner {
	margin: 20px 0;
	width: 940px;
	height:300px;
}

#navigation {
	margin: 0;
	background: url(../images/bg_nav.jpg) 0 0 no-repeat;
	width: 940px;
	height: 50px;
	text-align: center;
}

#left {
	float: left;
	margin: 20px 0;
	width: 220px;
}

#search {
	margin: 0;
	background:#ABBFDD;
	height: 50px;
	width: 220px;
}

#temp-main {
	margin: 0;
	padding:0;
	width: 940px;
}

#temp-left {
	float: left;
	margin: 0 0 20px 0;
	padding:0;
	width: 540px;
}

#temp-right {
	float: right;
	margin: 0 0 20px 0;
	padding:0;
	background: #EFF3F9;
	width: 380px;
}


#main {
	float: right;
	margin: 20px 0;
	padding:0;
	width: 700px;
}

.categories {
	margin: 0;
	padding: 20px 0;
	width: 700px;
}

.products {
	margin: 0;
	padding: 0;
	border-left: #2B3F5D 1px solid;
	border-right: #2B3F5D 1px solid;
	width: 698px;
}

.description {
	float: left;
	margin: 0;
	padding: 20px;
	width: 438px;
}

.prodimage {
	float: right;
	margin: 0;
	padding: 20px;
	width: 180px;
}


#proddetail{
	margin: 0 0 20px 0;
	padding: 20px;
	border: #2B3F5D 1px solid;
	width: 658px;
}

#slides {
	margin:10px 0 0 0;
	padding:0;
	width: 700px;
	text-align: center;
}

#pagination {
	margin:0;
	padding:0;
	width: 700px;
	text-align: center;
}

#footer {
	margin: 0;
	padding: 16px 0;
	background: url(../images/bg_footer.jpg) 0 0 no-repeat;
	width: 940px;
	height: 18px;
	text-align: center;
}

/***Typography***/

h2 {
	padding: 0 20px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.8em;
	color: #FFFFFF;
}

h3 {
	display: block;
	background: #EFF3F9;
	margin-bottom: 4px;
	padding: 4px 20px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.6em;
	color: #2B3F5D;
}

h4 {
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #2B3F5D;
}

h5 {
	float: left;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	color: #2B3F5D;
}


.top {
	background: url(../images/bg_h2_left.jpg) 0 0 no-repeat;
}

.divide {
	border-top: #EFF3F9 1px solid;
	background: #2B3F5D;
}

.main {
	background: url(../images/bg_h2_main.jpg) 0 0 no-repeat;
}

.temp-left {
	background: url(../images/h2-temp.jpg) 0 0 no-repeat;
}

.temp-right {
	background: url(../images/h2-temp-right.jpg) 0 0 no-repeat;
}

#temp-right p {
	padding: 4px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #2B3F5D;
}

p {
	padding: 4px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #2B3F5D;
}

p a{
	float: right;
	padding: 0;
	font-weight: bold;
	color: #2B3F5D;
}

p.price{
	font-size: 1.6em;
	line-height: 1.4em;
	color: #2B3F5D;
}

#footer p{
	font-size: 1em;
	color: #FFFFFF;
}

#footer p a{
	float: none;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

/***Lists***/

#navigation ul{
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
}

#navigation ul li{
	float: left;
	display: inline;
	margin: 10px 5px;
	padding:0;
	color: #FFFFFF;
	text-align: center;
}

#navigation ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 30px;
}

#navigation ul a.active{
	background: url(../images/bg_nav_item.png) 0 0 no-repeat;
}

#navigation ul li a:hover{
	background: url(../images/bg_nav_item.png) 0 0 no-repeat;
}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 220px;
}

ul#menu a {
	display: block;
	text-decoration: none;	
}

ul#menu li ul li a {
	background:#ABBFDD;
	color: #16202E;
	padding: 4px 0 4px 20px;
	height: 18px;
	font-size:1.2em;

}

ul#menu li ul li a:hover {
	background: #EFF3F9;
	border-left: 5px #2B3F5D solid;
	padding-left: 15px;
	color: #16202E;
}

ul#menu li ul li a.current {
	background: #EFF3F9;
	border-left: 5px #2B3F5D solid;
	padding-left: 15px;
	color: #16202E;
}


/***Search***/

#search form {
	margin: 0;
	padding: 10px 20px;
	width: 180px;
	height: 30px;
	background: url(../images/bg_form_left.jpg) 0 0 no-repeat;
}

#search input[type='text'], #search input.text {
	float: left;
	margin: 0;
	padding: 6px;
	background: url(../images/bg_search.png) 0 0 no-repeat;
	border: 0;
	width: 138px;
	height: 18px;
	font-size:1.2em;
	color: #16202E;
}

#search input[type='submit'], #search input.submit {
	float: right;
	margin: 0;
	width: 30px;
	height: 30px;
	border: 0;
	background: url(../images/bg_submit.png) 0 0 no-repeat;
	color: #2B3F5D;
}

/***Tables***/

.products table{
	margin: 0;
	padding: 20px;
	width: 100%;
	border: #2B3F5D 1px solid; 
}

.products tr {
	padding: 0;
	width: 660px;
}

.products td.first{
	width: 438px;
	padding: 4px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #2B3F5D;
	text-align: justify;
}

.products td.price{
	font-size: 1.6em;
	line-height: 1.4em;
	color: #2B3F5D;
	text-align: justify;
}

.products td.button{
	padding: 0;
	height: 30px;
	text-align: left;
}

.products td.image{
	text-align: center;
}

#proddetail table{
	width: 100%;
}

#proddetail td.first{
	width: 360px;
	padding: 4px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #2B3F5D;
	text-align: justify;
}

#proddetail td.image{
	text-align:right;
}

/***Tabber***/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}

.tabberlive {
	margin: 0;
}

ul.tabbernav {
	margin:0;
	padding: 0;
	width: 698px;
	height: 26px;
	border: #2B3F5D 1px solid;
	border-top: 0;
}

.tabbertab h2{
	font-size: 1.6em;
}

ul.tabbernav li {
	list-style: none;
	margin: 0 0 0 5px;
	display: inline;
}

ul.tabbernav li a {
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	display: block;
	width: 134px;
	height: 26px;
	background: url(../images/tab.png) 0 0 no-repeat;
	line-height: 2em;
	color:#FFFFFF;
	font-size: 1.2em;
	text-align:center;
	text-decoration: none;
	outline:none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover {
	background: url(../images/tab-hover.png) 0 0 no-repeat;	
	color:#FFFFFF;
	font-size: 1.2em;	
}

ul.tabbernav li.tabberactive a {
 	background: url(../images/tab-active.png) 0 0 no-repeat;
	color: #2B3F5D;
	font-size: 1.2em;
	height: 27px;
}

ul.tabbernav li.tabberactive a:hover {
	background: url(../images/tab-active.png) 0 0 no-repeat;
	color: #2B3F5D;
	font-size: 1.2em;
	height: 27px;
}

.tabberlive .tabbertab {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border: #2B3F5D 1px solid;
	border-top:0;
 }
 
.tabberlive .tabbertab h2 {
 	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}



/***Misc***/

.clear {
	clear: both;
}

#contact img {
	margin: 40px 0;
}