body {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 930px;
	margin: 10px auto;
	border: 1px solid #818181;
	background-color: #F1F1F1;
}

#header {
	height: 201px;
	background: #FFFFFF url(/img/layout/header/bg.jpg) top left no-repeat;
	position: relative;
}

#mini_nav {
	height: 30px;
	font-weight: bold;
	position: relative;
	top: 0;
	right: 40px;
	text-align: right;
}

#mini_nav ul, #nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mini_nav ul {
	background: transparent url(/img/layout/nav/mini_bg.png) top left repeat-x;
	display: inline-table;
	border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
}

#mini_nav li, #nav li {
	float: left;
	margin:0;
	padding:0;
}

#mini_nav li:hover, #nav li:hover {
	background: transparent url(/img/layout/nav/top_hover.png) top left repeat-x;
}

#mini_nav a {
	color: #333333;
	text-decoration: none;
}

#mini_nav div.label {
	margin: 2px 0 6px;
	padding: 4px 15px 4px;
	border-left: 1px solid #DDDDDD;
}

#mini_nav div.no_border {
	border-left-width: 0px !important;
}

#social_links {
	height: 32px;
	position: relative;
	top: 12px;
	right: 40px;
	text-align: right;
}

#search {
	position: relative;
	top: 70px;
	right: 34px;
	text-align: right;
}

#search .ti {
	width: 275px;
	height: 44px;
	background: transparent url(/img/layout/header/search_bg.png) top left no-repeat;
	float: right;
	padding-top: 8px;
}

#search_field {
	width: 260px;
	height: 25px;
	font-size: 18px;
	color: #BCBCBC;
	border: 0px;
	outline: none;
}

#search .selected {
	color: #575757;
}

#search_button {
	width: 77px;
	height: 44px;
	display: block;
	float: right;
	background: transparent url(/img/layout/header/search_btn.png) top left no-repeat;
	border: 0px;
	cursor: pointer;
	outline: none;
}

#search .find_a_local_printer {
	margin-top: 8px;
}

.home_link {
	display: block;
	position: absolute;
	width: 430px;
	height: 75px;
	top: 20px;
	left: 20px;
}

#nav {
	height: 60px;
	background: #BC2724 url(/img/layout/nav/top_bg.jpg) top left no-repeat;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li.active {
	background: transparent url(/img/layout/nav/top_active.png) top left repeat-x;
}

#nav .img_link {
	padding: 6px 0px 6px 30px;
	width: 94px !important;
	background: url(/img/layout/nav/home.png) 10px 0px no-repeat;
	border-left-width: 0 !important;
}

#nav div.label {
	width: 160px;
	height: 34px;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin: 4px 0;
	padding-top: 8px;
}

#footer {
	padding-top: 16px;	
	background: #808184 url(/img/layout/footer/top_gradient.png) top left repeat-x;
	color: #FFFFFF;
	font-size: 11px;
}

#footer h3 {
	color: #333333;
	margin: 5px 0;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	width: 125px;
}

#footer li {
	list-style: none;
	margin-bottom: 5px;
}

#copyright {
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

.nav_panel {
	display: none;
	height: 0;
	position: absolute;
	width: 930px;
	height: 185px;
	background: transparent url(/img/layout/nav/panel_bg.png) bottom left repeat-x;
}

.nav_panel_wrapper {
	margin: 10px 15px 20px;
	display: none;
}

.nav_panel_wrapper ul {
	margin: 25px 0 0 0px;
	padding: 0;
}

.nav_panel_wrapper li {
	width: 155px;
	color: #000000;
	margin: 0 0 11px 0px;
	font-weight: bold;
}

.nav_panel_wrapper a {
	color: #000000;
	text-decoration: none;
}

.nav_panel_wrapper a:hover {
	color: #BE1E2D;
	text-decoration: underline;
}

#panel-design-tips img {
	margin: 20px 40px 0px;
}

#panel-marketing img {
	margin: 10px 30px 0px;
}

#panel-printing img {
	margin: 20px 40px 0px;
}

.article {
	font-size: larger;
}

.inset_view {
	margin: 0 15px 15px 15px;
}

.home {
	margin-top: 10px;
}

.heading {
	color: #BE1E2D;
	font-size: 18px;
	border-bottom: 1px solid #8C8A8A;
}

.white_box {
	background-color: #FFFFFF !important;
	padding: 15px;
	border: 1px solid #CCCCCC;
}

.left_content {
	width: 645px;
	min-height: 300px;
	padding: 0 15px;
	float: left;
}

.left_content_no_pad {
	width: 675px;
	padding: 0 !important;
	float: left;
}

.right_aside {
	width: 210px;
	float: right;
}

.sponsored_links {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.sponsored_links h2 {
	background: white url(/img/layout/body/panel_title.png) top left repeat-x;
	text-align: center;
	font-size: 15px;
	margin-top: 0;
	padding: 8px 0;
}

.sponsored_links a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0 10px 10px 10px;
}

.sponsored_links a:hover {
	text-decoration: none;
}

.sponsored_links h3 {
	color: #0060C7;
	font-size: 16px;
	text-decoration: underline;
	margin: 0;
}

.sponsored_links p {
	font-size: 12px;
	margin: 0;
}

.sponsored_links p.rating {
	color: #999999;
}

.sponsored_links p.domain {
	color: #009F4C;
}

.stars_sm {
	width: 100px;
	height: 21px;
	background: transparent url(/img/ui/elements/stars.sm.png) top right no-repeat;
	margin-top: 2px;
}

.stars_sm_50 {
	background-position-x: 0px;
}
.stars_sm_45 {
	background-image: url(/img/ui/elements/stars.half.sm.png);
	background-position-x: -20px;
}
.stars_sm_40 {
	background-position-x: -20px;
}
.stars_sm_35 {
	background-image: url(/img/ui/elements/stars.half.sm.png);
	background-position-x: -40px;
}
.stars_sm_30 {
	background-position-x: -40px;
}
.stars_sm_25 {
	background-image: url(/img/ui/elements/stars.half.sm.png);
	background-position-x: -60px;
}
.stars_sm_20 {
	background-position-x: -60px;
}
.stars_sm_15 {
	background-image: url(/img/ui/elements/stars.half.sm.png);
	background-position-x: -80px;
}
.stars_sm_10 {
	background-position-x: -80px;
}
.stars_sm_5 {
	background-image: url(/img/ui/elements/stars.half.sm.png);
}

.stars {
	width: 150px;
	height: 31px;
	background: transparent url(/img/ui/elements/stars.png) top right no-repeat;
	margin-top: 2px;
}

.stars_50 {
	background-position-x: 0px;
}
.stars_45 {
	background-image: url(/img/ui/elements/stars.half.png);
	background-position-x: -30px;
}
.stars_40 {
	background-position-x: -30px;
}
.stars_35 {
	background-image: url(/img/ui/elements/stars.half.png);
	background-position-x: -60px;
}
.stars_30 {
	background-position-x: -60px;
}
.stars_25 {
	background-image: url(/img/ui/elements/stars.half.png);
	background-position-x: -90px;
}
.stars_20 {
	background-position-x: -90px;
}
.stars_15 {
	background-image: url(/img/ui/elements/stars.half.png);
	background-position-x: -120px;
}
.stars_10 {
	background-position-x: -120px;
}
.stars_5 {
	background-image: url(/img/ui/elements/stars.half.png);
}

.right_aside .ad {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	width: 210px;
	text-align: center;
}

.article_list_item {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 5px;
	background: #FFFFFF url(/img/layout/body/article_list_item.png) bottom left repeat-x;
}

.article_list_item h2 {
	margin: 0;
}

.article_list_item p {
	font-size: 14px;
}

.article_list_item .author {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	margin-bottom: 0;
}

.pagination {
	margin-top:15px;
	font-size: 14px;
	text-align: center;
}