@import url("nav.css");
@import url("table.css");
@import url("text.css");

/* Products */
@import url("products.css");
@import url("descriptions.css");

html, body {
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	margin:0;
	border:0;
	padding:0;
	color:#000000;
	background:url(../images/body_background.gif) repeat-x #293F87;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:765px;
	margin:0 auto;
	background:url(../images/nav_background.gif) repeat-y;
}

div#nav {
	width:171px;
	float:left;
}

div#nav img {
	display:block;
}

div#main {
	width:594px;
	padding:0 0 20px 0;
	float:left;
	background:url(../images/rh_background.gif) no-repeat #FFFFFF;
}

div#imageswap {
	width:594px;
	height:225px;
	margin:61px 0 0 0;
}

div#searchbox {
	width:594px;
	height:29px;
	background:url(../images/search_background.gif) no-repeat;
}

div#searchbox img {
	display:block;
	float:right;
	margin:10px 10px 0 0;
}

div#content {
	width:550px;
	padding:0 22px;
	text-align:justify;
	background:#FFFFFF;
}

div#footer {
	width:594px;
	height:50px;
	padding:15px 0 0 0;
	background:url(../images/footer_background.gif) no-repeat bottom #FFFFFF;
}

img.imgborder {
	border:1px solid #000000;
}

.break {
	width:1px;
	height:1px;
	clear:both;
	margin:10px 0;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}


#search {
	margin: 15px 0 15px 0;
	padding: none;
	padding-bottom: 5px;
	line-height: 6px;
	border-bottom: 1px dashed #c2c3c0;
}

#search p {
	margin: none;
	padding: none;
	font-size: 12px;
	
	
}

.searchurl {
	color: #7cab32;
}
