a {
	color: blue;
	text-decoration: none;
}

a.search_link {
	text-decoration: underline;
	font-size: 11pt;
}

body {
	/*background: url("http://static1.grsites.com/images/glossymetal.jpg") repeat scroll left top transparent;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5;
}


#headerMenu {
	background-color:#000000;
	position: absolute;
	top: 90px;
	height: 30px;
}

ul.topnav {  
    list-style: none;  
    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 760px;  
    background: #222;  
    line-height: 1;
    background: url(../images/topnav_bg.gif) repeat-x;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}  
ul.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color: #fff;  
    display: block;  
    text-decoration: none;  
    float: left;  
}  
ul.topnav li a:hover{  
    background: url(../images/topnav_hover.gif) no-repeat center top;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 35px;  
    float: left;  
    background: url(../images/subnav_btn.gif) no-repeat center top;  
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
    background: #333;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
    border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #252525; /*--Create bevel effect--*/  
    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
    clear: both;  
    width: 170px;  
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
}  

/* Search Bar */

html > body #searchbar {
	margin:0;
}

#searchbar {
	position:absolute;
	right:20px;
	top:30px;
	width:259px;
}

#searchbar {
	border:0 solid #EEEEEE;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin:3px 0 0;
}

#search_cap_top {
	background-image:url("../images/search_cap_top.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-size:0;
	height:10px;
	line-height:0;
}

#search_inner {
	background-color:#000000;
	border-color:#394144;
	border-style:solid;
	border-width:0 2px;
	height:auto !important;
	min-height:19px;
}

#search_cap_bottom {
	background-image:url("../images/search_cap_bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-size:0;
	height:10px;
	line-height:0;
}

#searchbar label {
	background-image:url("../images/search_icon.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#468FFE;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 0 3px;
	padding:0 0 0 21px;
	font-family: Arial,verdana,sans-serif;
}

#searchbar #s {
	background-color:#333333;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	height:17px;
	margin:0 0 0 7px;
	padding:2px 3px;
	width:143px;
}

#searchbar .searchimage {
	float:left;
	margin:0 0 0 7px;
}

/* deals box */

.deals-header {
	background: url("../images/head_deals.png") scroll 0 0 transparent;
	height: 25px;
	color:#EEEEFF;
	font-family: verdana, arial;
	text-shadow:1px 1px #002244;
	font-weight: bold;
	padding: 7px 10px 0;
}

.deals-image {
	padding:0 10px 10px 0;
	position:relative;
}

.deals-content {
	font-family:Verdana,Arial,sans-serif;
	font-size:80%;
	line-height: 2;
	color: #555555;
}

.grey {
	background:none repeat scroll 0 0 #F4F4F4;
}
