/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a,a:link{
	color:#464646;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#faeed4 url(images/bgr_main.png) repeat-x bottom center;
	color:#464646;
	font:11px Georgia, "Times New Roman", Times, serif;
}
.wrapper_top{
	background:url(images/bgr_wrapper_top.png) repeat-x;
}
.wrapper_inner{
	background:url(images/bgr_wrapper_inner.jpg) no-repeat center top;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
/* header */
#header{
	width:100%;
	height:138px;
	overflow:hidden;
}
#logo{
	float:left;
	padding:34px 0 0 25px;
}
#logo a{
	width:455px;
	height:104px;
	text-indent:-9999px;
	position:relative;
	overflow:hidden;
	display:block;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
}
#header_card{
	float:right;
	width:325px;
}
#header_card p{
	color:#dcd3c6;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:6px 50px 4px 0;
	text-align:center;
}
#header_card p a{
	color:#dcd3c6;
}
#header_card p span a{
	font-weight:bold;
	text-decoration:underline;
}
#header_card p span a:hover{
	text-decoration:none;
}
#header_card .items{
	background:url(images/ico_cat.gif) no-repeat left center;
	padding:0 0 0 20px;
}
/* menu */
#menu{
	width:449px;
	height:31px;
	background:url(images/bgr_menu.png) no-repeat;
	float:right;
	margin:40px 10px 0 0;
}
#menu ul{
	float:left;
	padding:6px 0 0 5px;
}
#menu ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	float:left;
	padding:0 4px 0 4px;
}
#menu ul li a{
	color:#fff;
}
#menu ul li span{
	padding:0 0 0 15px;
}
/*block*/
#block{
	width:100%;
	height:309px;
	overflow:hidden;
	background:url(images/bgr_block.jpg) no-repeat;
}
#slideshow{
	float:left;
	width:772px;
}
#block_build_kit{
	float:right;
	padding:76px 34px 0 0;
}
/*body_top*/
#body_top{
	width:100%;
	height:39px;
	overflow:hidden;
	background:url(images/bgr_body_top.jpg) no-repeat;
}
/* body */
#body{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_body.gif) repeat-y;
}
#content{
	float:left;
	width:675px;
	padding:15px 0 10px 65px;
}
#sidebar{
	width:217px;
	padding:0 11px 0 0;
	background:url(images/bgr_sidebar.gif) repeat-y;
	float:right;
}
#sidebar_inner{
	width:195px;
	padding:8px 10px 40px 12px;
	background:url(images/bgr_sidebar_inner.gif) no-repeat;
}
#wide_content{
	width:900px;
	overflow:hidden;
	margin:0 0 0 58px;
	background:url(images/bgr_wide_content.gif) repeat-x bottom;
	padding:30px 0 10px 0;
	clear:both;
}
#wide_content p{
	font-size:13px;
	line-height:1.5em;
	padding:0 0 15px 15px;
}
/*sidebar_cats*/
#sidebar_cats{
	width:100%;
	background:url(images/bgr_sidebar_cats.gif) repeat-y;
	margin:0 0 25px 0;
}
#sidebar_cats_top{
	width:100%;
	background:url(images/bgr_sidebar_cats_top.gif) no-repeat;
}
#sidebar_cats_end{
	width:165px;
	padding:15px 15px 15px 15px;
	background:url(images/bgr_sidebar_cats_end.gif) no-repeat left bottom;
}
#sidebar_cats h2{
	color:#512f0e;
	font-size:20px;
	font-weight:normal;
}
#sidebar_cats ul{
	padding:5px 0 0 0;
}
#sidebar_cats li{
	background:url(images/ico_dotted.gif) repeat-x bottom;
	padding:5px 0 5px 5px;
	font-size:14px;
}
#sidebar_cats a{
	color:#000;
	background:url(images/ico_arrow.gif) no-repeat left 6px;
	padding:0 0 0 13px;
}
/* footer */
#footer{
	width:100%;
	height:154px;
	background:url(images/bgr_footer.jpg) no-repeat;
}
#footer .visa{
	text-align:center;
	padding:10px 0 0 0;
	width:100%;
	height:61px;
	overflow:hidden;
}
#footer_copy{
	float:left;
	padding:25px 0 0 30px;
}
#footer_copy p{
	font-size:15px;
	color:#fff;
	padding:0 0 6px 0;
}
#footer_copy p.designed{
	font-size:13px;
}
#footer_copy p a{
	color:#fff;
	text-decoration:underline;
}
#footer_copy p a:hover{
	text-decoration:none;
}
#footer_copy .followus{
	color:#000;
}
#footer_copy .followus_ico img{
	position:absolute;
	margin:-10px 0 0 434px;
}
#footer_links{
	float:right;
	padding:0 38px 0 0;
}
#footer_links img{
	float:left;
}