/* == Common Elements */

body {
	font-family: arial;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
	font-family: Georgia;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #eb413b;
}
h3 {
	margin-bottom: 5px;
}
p {
	line-height: 18px;
	margin-bottom: 14px;
}
a {
	color: #eb413b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.gm_list {
	list-style-type: disc;
	
}
ul.gm_list li {
	margin-left: 40px;
	margin-bottom: 10px;
}

/* == Main Template == */

#wrapper {
	text-align: center;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 824px;
}
#header {
	float: left;
	height: 179px;
	width: 824px;
	background: url(/assets/images/logo.jpg) no-repeat center center;
}
#mini_basket {
	float: left;
	width: 178px;
	height: 104px;
	background-color: #fff0da;
	margin: 67px 0 0 646px;
	display: inline;
	text-align: center;
	font-weight: bold;
}
#mini_basket_header {
	color: #eb413b;
	margin: 10px;
}
#mini_basket_body {
	line-height: 20px;
	margin-bottom: 10px;
}
#mini_basket_links {
	font-size: 11px;
}
#mini_basket_links a {
	color: #eb413b;
	text-decoration: none;
}
#nav {
	float: left;
	width: 808px;
	padding: 3px;
	border-top: 4px solid #eb413b;
	border-bottom: 4px solid #eb413b;
}
#nav_links {
	float: left;
	width: 508px;
	line-height: 16px;
	padding: 5px;
}
#nav_links  a {
	margin-right: 15px;
	color: #000;
	text-decoration: none;
}
#nav_links  a:hover {
	text-decoration: underline;
}
#search {
	float: left;
	width: 290px;
	text-align: right;
	margin-top: 1px;
}
#categories {
	float: left;
	width: 182px;
	padding-top: 96px;
	background: url(/assets/images/categories_bg.gif) repeat-x;
}
#categories li {
	background: url(/assets/images/categories_each_bg.gif) repeat-x;
	height: 26px;
}
#categories li.top_level {
	padding: 5px 0 0 7px;
}
#categories li.sub_level {
	padding: 5px 0 0 15px;
}
#categories li.top_level a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#categories li.sub_level a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
#categories li a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 532px;
	padding: 10px 100px 100px 10px;
	background: url(/assets/images/guard.jpg) no-repeat bottom right;
}
#user_info {
	float: left;
	width: 622px;
	text-align: right;
	font-size: 11px;
	padding: 10px;
}
#footer {
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}

/* == Landing Page == */
#landing_content {
	float: left;
	width: 804px;
	padding: 10px;
	text-align: center;
}
#landing_header {
	font-size: 36px;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-style: italic;
	font-family: Georgia;
}
#landing_guard_left {
	float: left;
	width: 400px;
	height: 352px;
	background-image: url(/assets/images/landing_guard_left.jpg);
	margin-right: 4px;
}
#landing_guard_right {
	float: left;
	width: 400px;
	height: 352px;
	background-image: url(/assets/images/landing_guard_right.jpg);
}
#landing_guard_left_inner {
	float: left;
	width: 200px;
	height: 130px;
	margin: 65px 0 0 10px;
	display: inline;
}
#landing_guard_right_inner {
	float: left;
	width: 200px;
	height: 130px;
	margin: 65px 0 0 190px;
	display: inline;
}
.landing_guard_header {
	font-size: 24px;
	margin: 10px 0;
}
#landing_guard_login {
	text-align: left;
	margin-left: 10px;
}
#landing_guard_login label {
	font-size: 11px;
}
#landing_guard_login input {
	font-size: 11px;
}
.landing_guard_link {
	font-size: 20px;
}
/* == Faq == */
.faq_q {
	font-style: italic;
	color: #eb413b;
	margin-bottom: 5px;
	font-weight: bold;
}
.faq_a {
	margin-bottom: 25px;
	padding-left: 20px;
	line-height: 18px;
}

/* == Misc == */
#mainsite_user_name {
	font-weight: bold;
}
.mainsite_content_box_inner_header {
	font-size: 13px;
	color: #fff;
	background-color: #eb413b;
	padding: 5px;
	background-image: url('/site_images/head_bg_cart.gif');
	background-repeat: no-repeat;
	background-position: right;		
	}
.mainsite_content_box_inner_main {
	padding: 5px;
	border: 1px solid #ffcccc;
	border-bottom: 6px solid #ffcccc;	
	}
	
/* == Terms & Conditions == */
#terms_customer_selection {
	margin-bottom: 15px;
}
#terms_customer_selection a {
	background-color: #eb413b;
	color: #fff;
	padding: 5px;
	font-style: italic;
	margin-right: 5px;
	font-size: 16px;
}

/* == Site Map == */
ul#sitemap li {
	background: url(/assets/images/sitemap_bullet.png) no-repeat 0 2px;
	margin-bottom: 5px;
	padding-left: 23px;
}
ul#sitemap ul {
	padding-top: 5px;
}