@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
}

.relative {
	position: relative;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F71125;
}

a:link {color: #005FA9; text-decoration: none;}
a:visited {color: #005FA9; text-decoration: none;}
a:hover {color: #005FA9; text-decoration: underline;}

#wrapper {
	width: 890px;
	margin: 0 auto;
}

#header {
	background-image: url(images/header.jpg);
	width: 890px;
	height: 237px;
}

#top_nav {
	position: absolute;
	top: 198px;
	right: 0px;
	color: #ADADAD;
}

#top_nav ul {
	padding: 0px;
	margin: 0px;
}

#top_nav li {
	display: inline;
	list-style: none;
	padding-left: 8px;
}	

.red_top {
	/*background-image:url(images/red_top.jpg); */
	width: 190px;
	/*height: 15px; */
	font-size: 7px; 
	background-repeat: no-repeat; 
	/*margin-top: 10px;*/
}

.red_bot {
	/*background-image:url(images/red_bot.jpg);*/
	width: 190px; 
	/*height: 15px; */
	font-size: 7px; 
	background-repeat: no-repeat;
}

.red_bg {
	width: 190px; 
	/*background-color: #F71125;*/
}

.blue_top {
	background-image:url(images/blue_top.jpg); 
	width: 190px;
	height: 15px; 
	font-size: 7px; 
	background-repeat: no-repeat; 
	margin-top: 10px;
}

.blue_bot {
	background-image:url(images/blue_bot.jpg);
	width: 190px; 
	height: 15px; 
	font-size: 7px; 
	background-repeat: no-repeat;
}

.blue_bg {
	width: 190px; 
	background-color: #1867AC;
}

.grey_top {
	background-image:url(images/grey_top.jpg); 
	width: 190px;
	height: 15px; 
	font-size: 7px; 
	background-repeat: no-repeat; 
	margin-top: 10px;
}

.grey_bot {
	background-image:url(images/grey_bot.jpg);
	width: 190px; 
	height: 15px; 
	font-size: 7px; 
	background-repeat: no-repeat;
}

.grey_bg {
	width: 190px; 
	background-color: #F6F6F6;
}

.middle_white_text {
	padding-left: 15px; 
	padding-right: 15px; 
	color: #fff; 
	font-size: 12px; 
}

.middle_white_text b {
	font-size: 14px;
}

.middle_white_text a:link {color: #fff; text-decoration: none;}
.middle_white_text a:visited {color: #fff; text-decoration: none;}
.middle_white_text a:hover {color: #fff; text-decoration: underline;}


.middle_normal_text {
	padding-left: 15px; 
	padding-right: 15px; 
	color: #1867AC; 
	font-size: 12px; 
}

.middle_normal_text b {
	font-size: 14px;
}

.middle_normal_text a:link {color: #393939; text-decoration: none;}
.middle_normal_text a:visited {color: #393939; text-decoration: none;}
.middle_normal_text a:hover {color: #393939; text-decoration: underline;}

.textfield_bg {
	background-image:url(images/textfieldbg.jpg); 
	background-repeat:no-repeat; 
	width: 161px; 
	height: 26px;
	margin-bottom: 3px;
}

.textfield {
	border: 0px; 
	background:none; 
	width: 148px; 
	padding-left: 5px; 
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
}

#footer_holder {	
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 100px;
}

#footer {
	width: 890px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#left {
	float: left; 
	width: 190px;
}

#middle {
	float: left; 
	width: 435px; 
	margin-left: 35px;
}

#right {
	float: right; 
	width: 190px;
}

.clear {
	clear: both;
}

.posted_on {
	font-size: 11px;
	color:#666666;
}

#middle_shop {
	width: 830px; 
	margin: 0 auto;
}