* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	background: #c7c7ca url(../img/bg.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

a {text-decoration: none; color: #666666;}
a:hover { color: #E02C6D;}

a img{
	border: none;
}

#counter { text-align: center; }

#main {
	width: 970px;
	margin: 15px auto;
}

#top {
	background: url(../img/top_bg.png) no-repeat;
	height: 20px;
}

#subnavi {
	float: right;
	height: 20px;
}
#subnavi a {
	cursor: pointer;
}
#subnavi img {
	float: left;
	padding-top: 5px;
}

#middle {
	background: url(../img/middle_bg.png) repeat-y;
	padding: 0 10px;
}
#breadcrumb {
	height: 38px;
	width: 949px;
	background: #ffffff;
}

#footer {
	background: url(../img/footer_bg.png) repeat-y;
	height: 20px;
}

#copyright, #copyright a, #copyright a:hover {
	font-size: 9px;
	font-family: verdana;
	text-align: center;
	text-decoration: none;
	color: #666666;
	height: 50px;
}

#header {
	background: #ffffff url(../img/header2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 949px;
	height: 156px;
}

.clr {
	clear: both;
}

.text_wrapper {
	margin: 25px;
}

.text_wrapper h1 {
	font-weight: normal;
	margin-bottom: 10px;
}

.product_tabs {margin-top: 20px; border-bottom: 1px solid #ccc;}
.product_tabs .tab {margin-right: 1px; cursor: pointer;}
.tab-l {width: 9px; height: 33px; background: url(../img/navigation/tab_left.png) no-repeat; }
.tab-c {background: url(../img/navigation/tab_c.png) repeat-x; height: 33px; line-height: 30px;}
.tab-r {width: 9px; height: 33px; background: url(../img/navigation/tab_right.png) no-repeat; }


