body {
	padding-top: 0;
	background-color: #E2E2E2;
}

h1, h2 {
	color: #F3801F;
	font-weight: normal;
}



table.body3 {
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 auto;
}
div.header {
	padding-top: 0;
	margin-bottom: 0;
}



div.header3 {
	background-image: url(/sites/securityshop/header_background_gradiant.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}
div.page_with_breadcrumbs {
	padding: 20px;
	margin-top: 0;
	background-color: #FFF;
	background-image: url(/sites/securityshop/page_background.jpg);
	background-repeat: no-repeat;
	background-position: -170px right;
	
}
table.body2, table.body3 {
	width: 940px;
	width:expression(document.body.clientWidth > 940? "939px": "auto");
}

td.body2 {
	background-image: url(/sites/securityshop/shadow_left.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 45px;
}
td.body3 {
	background-image: url(/sites/securityshop/shadow_right.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 45px;
}
div.top_row {
	padding: 20px;
	background-image: url(/sites/securityshop/page_background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 85px;
}
div.second_row {
	padding: 10px 20px;
	background-color: #393A3A;
	background-image: url(/sites/securityshop/menu_background.png);
	background-repeat: repeat-x;
	background-position: top right;
}
a.main_menu, a.main_menu:visited {
	color: #FFF;
	font-weight: normal;
	text-transform: none;
}
a.main_menu_selected, a.main_menu_selected:visited, a.main_menu:hover {
	color: #F3801F;
}