body{
	background:URL('images/bg.png') repeat-x top;
	background-color:#e0f4f9;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
}

form{
	margin:0;
	padding:0
}

a{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal
}

a:hover{
	text-decoration:underline
}

#header{
	margin-top:20px;
}

#header .bg{
	background:URL(images/header.png) no-repeat;
	width:862px;
	height:168px
}

#header .input_text{
	font-size:12px;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:black
}

#header .log_in_area{
	margin:0px 10px 0 0
}

#header .input_text{
	height:23px;
	font-size:14px;
	border:1px solid #cc0000
}

#header a{
	color:#ffffff
}

#logo{
	margin-left:30px
}

#menu{
	margin-bottom:5px;
}

#menu .l{
	width:10px;
	background:URL('images/menu_l.png');
}

#menu .cl{
	width:10px;
	background:URL('images/menu_c.png');
}

#menu .c{
	background:URL('images/menu_c.png') repeat-x;
	text-align:center;
	padding-top:10px;
}

#menu .c a{
	font-family:arial;
	font-size:12px;
	color:white;
	text-decoration:none
}

#menu .c a:hover{
	text-decoration:underline
}

#menu .cr{
	width:10px;
	background:URL('images/menu_c.png');
}

#menu .r{
	width:10px;
	background:URL('images/menu_r.png');
}

#menu .cl_sel{
	width:10px;
	background:URL('images/menu_cl_sel.png');
}

#menu .c_sel{
	background:URL('images/menu_c_sel.png') repeat-x;
	text-align:center;
	padding-top:10px;
}

#menu .c_sel a{
	font-family:arial;
	font-size:12px;
	color:#1f424d;
	text-decoration:none
}

#menu .c_sel a:hover{
	text-decoration:underline
}

#menu .cr_sel{
	width:10px;
	background:URL('images/menu_cr_sel.png');
}

#main_area{
	width:862px;
}

.sidebar_area{
	width:250px
}

.box{
	width:100%;
	margin-bottom:10px;
}

.box .hl{
	width:12px;
	background:URL('images/box_hl.png')
}

.box .hc{
	background:URL('images/box_hc.png') repeat-x;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	text-decoration:none
}

.box .hc a{
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	text-decoration:none
}

.box .hc a:hover{
	text-decoration:underline
}

.box .hr{
	width:12px;
	background:URL('images/box_hr.png')
}

.box .cl{
	background:#FFFFFF
}

.box .cc{
	background:#FFFFFF;
	padding:12px 0 12px 0;
	font-family:arial;
	font-size:12px;
	color:#1a323f
}

.box .cc .link{
	font-family:arial;
	font-size:12px;
	color:white
}

.box .cc .body_link{
	font-family:arial;
	font-size:12px;
	color:#1a323f
}

.box .cr{
	background:#FFFFFF
}

.box .bl{
	background:URL('images/box_bl.png')
}

.box .bc{
	background:URL('images/box_bc.png') repeat-x
}

.box .br{
	background:URL('images/box_br.png')
}

.product_box{
	float:left;
	padding:0px 5px 5px 0
}

.price_tag{
	text-align:right
}

.price_tag a{
	font-family:arial;
	font-size:12px;
	color:nlue;
	font-weight:bold;
	text-decoration:none
}

.price_tag a:hover{
	text-decoration:underline
}

.box_g{
	width:100%;
	margin-bottom:10px;
}

.box_g .hl{
	width:12px;
	background:URL('images/box_hl_g.png')
}

.box_g .hc{
	background:URL('images/box_hc_g.png') repeat-x;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	text-decoration:none
}

.box_g .hr{
	width:12px;
	background:URL('images/box_hr_g.png')
}

.box_g .cl{
	background:#FFFFFF
}

.box_g .cc{
	background:#FFFFFF;
	padding:12px 0 12px 0;
	font-family:arial;
	font-size:12px;
	color:#1a323f
}

.box_g .cc a{
	font-family:arial
	font-size:12px;
	color:blue;
	text-decoration:none
}

.box_g .cc a:hover{
	text-decoration:underline
}

.box_g .cr{
	background:#FFFFFF
}

.box_g .bl{
	background:URL('images/box_bl.png')
}

.box_g .bc{
	background:URL('images/box_bc.png') repeat-x
}

.box_g .br{
	background:URL('images/box_br.png')
}

.column_spacer{
	width:10px
}

#content{
	width:582px;
}

#announcement_box{
	float:right;
	width:200px;
	margin-bottom:20px;
	padding-left:10px
}

#announcement_box .box{
	width:200px;	
}

#announcement_box .header{
	background:URL(images/mini_box_header.gif);
	height:25px;
	text-align:center;
	font-family:arial;
	font-size:13px;
	color:white;
	font-weight:bold
}

#announcement_box .content{
	background:#F6F6F6;
	padding:8px
}

#announcement_box .list{
	padding:0px 4px 0px 4px;
	font-family:arial;
	font-size:12px;
	color:black;
	margin-bottom:-7px
}

#announcement_box .list a{
	font-family:arial;
	font-size:12px;
	color:black;
	font-weight:normal;
	text-decoration:none
}

#announcement_box .list a:hover{
	text-decoration:underline
}

.sub_header{
	background:URL(images/mini_box_header.gif);
	line-height:25px;
	vertical-align:middle;
	font-family:arial;
	font-size:13px;
	color:white;
	font-weight:bold;
	margin-bottom:8px
}

.list{		
}

.list .item{		
	font-family:arial;
	font-size:12px;
	color:#1a323f
}

.text{
	font-family:arial;
	font-size:12px;
	color:#000000;
}

.price{
	font-weight:bold
}

.button{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

#footer{
	margin-top:17px;
	margin-bottom:17px;
	width:862px;
	font-family:arial;
	font-size:12px;
	color:#787878;
	text-align:center
}

#footer a{
	font-family:arial;
	font-size:12px;
	color:#787878;
	font-weight:normal;
	text-decoration:none;
}