/* CSS Document */

body  {
	font-family: tahoma;
	color: #514E4A;
	font-size: 11px;
	background-image: url(../../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffffff;
	margin:0;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #151515;
	font-weight: lighter;
}

* {
	padding:0;
	margin:0
}

/* Fonts */

.verdana {
	font-family: verdana;
}


.tahoma {
	font-family: tahoma;
}

.trebuchet {
	font-family: "Trebuchet MS";
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}


/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}


/* Font Colours */

.darkgray {color: #514E4A;}
.purple {color: #D671E2;}
.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #8E8E8E;}
.grayishblue {color: #7C7C97;}
.lightgray {color: #CCCCCC;}
.fulldarkgray {color: #252525;}
.blue {color: #185d90;}
.orange {color: #fda20d;}


/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}


/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.float_left {
	float: left;
}

.float_right {
	float: right
}



#container {
	width: 998px;
	margin: 0 auto;
	text-align: left;
}

#header_bg {
	width: 100%;
	background-image:url(../../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#header_container {
	width: 98%;
	margin: 0 auto;
}

#logo {
	width: 204px;
	height: 50px;
	margin-top: 10px;
}

#menu_container {
	width: 100%;
	height: 31px;
	margin-top: 7px;
}


.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/nav_a.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #79b5e1;
	border-right-color: #79b5e1;
	border-left-color: #79b5e1;
}

.menu:hover {
	background-image: url(../../images/nav_hv.jpg);
	background-repeat: repeat-x;
	text-decoration: underline;
}


.sub_menu_txt {
	height: 22px;
	font-family: tahoma;
	color: #b3b3b3;
	font-size: 11px;
	padding-left: 14px;
	padding-top: 5px;
	vertical-align:middle;
}

.sub_menu_txt a {
	color: #b3b3b3;
	padding:7px;
	text-decoration:none;
}

.sub_menu_txt a:hover {
	color:#ffffff;
}

#search_box {
	font-family: "Trebuchet MS";
	width: 655px;
	font-size: 19px;
	color: #000000;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.text_field {
	background-image: url(../../images/search-bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 464px;
	padding-left: 10px;
	padding-top: 2px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	color: #000000;
	border: 1px solid #3180ba;
}

#search_button {
	background-color:#000000;
	background-image: url(../../images/search_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 19px;
	width: 72px;
	border: 1px solid #000000;
	margin-top: -27px;
	float: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	cursor: default;
}

.clear {
	clear:both;
}

#side_bar {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 12px;
	width: 185px;
	float: left;
}

#sort_box {
	background-image: url(../../images/sort_box_bg.jpg);
	background-repeat: repeat-x;
	height: 87px;
	width: 165px;
	padding: 8px;
	text-align: right;
}

.list_menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	width: 113px;
	margin-top: 6px;
}

#blue_button {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #3f7299;
	background-image: url(../../images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 17px;
	margin-top: 4px;
	float: right;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

.btn {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #cc7c06;
	background-image: url(../../images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.box_width {
	width: 57px;
	padding-top: 2px;
}


#footer {
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #24272c;
	background-position: center top;
	width: 100%;
	height: auto;
}

#footer_container {
	width: 97%;
	height: auto;
	background-color: #24272c;
	margin: 0 auto;
}


.footer_text {
	font-family: "tahoma";
	color: #cfcfcf;
	font-size: 11px;
	padding-top: 18px;
	line-height: 20px;
	padding-bottom: 18px;
}

.footer_text a {
	color: #cfcfcf;
	font-weight: bold;
	padding:7px;
	text-decoration:none;
}

.footer_text a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.footer_text p {
	margin-top: 12px;
	margin-left: 7px;
}


#blue_bar {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../images/blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 18px;
	width: 173px;
	padding-top: 3px;
	padding-left: 8px;
	margin-bottom: 3px;
}


#gray_box {
	background-color: #f0f0f0;
	width: 167px;
	margin-top: 3px;
	margin-bottom: 6px;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#black_bar {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../images/black_bar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 18px;
	width: 173px;
	padding-top: 3px;
	padding-left: 8px;
	margin-bottom: 3px;
}

#black_bar_home {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../../images/black_bar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 22px;
	width: 173px;
	padding-top: 8px;
	padding-left: 8px;
	margin-bottom: 3px;
}

#center_col {
	float: left;
	margin-top: 36px;
	margin-left:15px;
	margin-right:28px;
}

#home_cat_container {
	width: 179px;
	height: 360px;
	background-color: #f2f3f2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b8b9b9;
	border-bottom-color: #b8b9b9;
	border-left-color: #b8b9b9;
}

#right_col_home {
	background-color: #f2f3f2;
	border: 1px solid #b8b9b9;
	float: left;
	width: 179px;
	height: 392px;
	margin-top: 36px;
	text-align: center;
	margin-bottom: 20px;
}

#side_bar_home {
	margin-top: 36px;
	padding-left: 20px;
	padding-right: 12px;
	margin-bottom: 20px;
	width: 185px;
	height: 100%;
	float: left;
}



#line {
	background-color: #b2b2b2;
	width: 1px;
	margin-top: 40px;
	height: 530px;
	float:left;
}

#right_col {
	width: 100%;
	margin-top: 30px;
	height: auto;
}


#grid_list_views {
	font-family: tahoma;
	font-size: 11px;
	color: #474747;
	height: 24px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../../images/grid_list_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}

#grid_box {
	margin-right: 15px;
	height: auto;
	float:left;
	text-align: center;
}

.price {
	font-family: Trebuchet MS;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #185d90;
}


#price_button {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #3f7299;
	background-image: url(../../images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 17px;
	margin-top: 4px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	width: 109px;
	cursor: default;
}

.grid_container {
	height: auto;
	width: 100%;
}

.grid_align {
	padding-bottom: 10px;
	padding-top: 10px;
}

.box2 {
	float: left;
	margin-left: 30px;
}
#list_view_img {
	float: left;
	margin-right: 10px;
	height: auto;
	width: auto;
}

#list_view_right {
	float: right;
	margin-right: 10px;
	height: auto;
	width: auto;
	text-align: center;
}

.list_results_margin {
	margin-left: 60px;
}

#extra {
	clear:both;
	width:100%;
}

#cat_bg {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../images/cat_bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: auto;
	padding-top: 9px;
	padding-left: 10px;
	margin-bottom: 3px;
}

.home_cat_bg {
	background-image: url(../../images/home-cat-bg.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 95%;
	border: 1px solid #d3d3d5;
}

.home_cat_bg2 {
	background-image: url(../../images/home-cat-bg2.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 95%;
	border: 1px solid #d3d3d5;
}

.table_bg {
	background-image: url(../../images/home-cat-bg.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #d3d3d5;
}

.Next
{
    color:#333333;    
    }


