@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom:10px;	
}
a {
	outline:none;
}
img {
	border:none;
}
strong {
	color:#0099c4;
}
body {
	font: 13px Calibri, Arial, Helvetica, sans-serif;
	background-image:url(img/header_top.jpg);
	background-repeat:repeat-x;
	color:#5a5a5a;
}
.blue {
	color:#0099c4;
}
.frame {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.frame a {
	text-decoration:none;
}
.frame a:hover {
	text-decoration:underline;
}
.header {
	height:150px;
	
}
.header .logo {
	margin-left:25px;
	margin-top:37px;
	height:69px;
	width:219px;
	float:left;
	
}
.header .top {
	clear:right;
}
.header .search {
	margin-top:37px;
	margin-right:25px;
	float:right;
	width:219px;
	height:49px;
	font-size:140%;
	color:#FFF;
	text-align:right;
	clear:right;
}
.header h1 {
	background-image:url(img/rdm-gregg-2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:69px;
	width:219px;
}
.header h1 a {
	display:block;
}
/* Tab Stuff */
.header .tabs {
	float:right;
	margin-top:20px;
	color:#FFF;
	font-weight:bold;
}
#oldie .header .tabs {
	margin-top:20px;
	color:#FFF;
	font-weight:bold;
	clear:right;
	float:right;
	width:1000px;
}
.notext {
	position: absolute;
	left: -8888px;
}
.header .tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.header .tabs li {
	float: right;
	height: 24px;
	margin: 0px 2px;
	padding-left: 8px;
	width: 72px;
}
.header .tabs li:hover {
	background-image:url(img/menu/left.png);
	background-position:left;
	background-repeat:no-repeat;
}

#active {
	background-image:url(img/menu/left.png);
	background-position:left;
	background-repeat:no-repeat;
}
.header .tabs li a {
	color:#FFF;
	text-decoration:none;
	display: block;
	height: 14px;
	padding: 5px 0px;
	padding-right: 8px;
	text-align: center;
}
.header .tabs li:hover a {
	color:#0098c3;
	background-image:url(img/menu/right.png);
	background-position:right;
	background-repeat:no-repeat;
}
#active a {
	color:#0098c3;
	background-image:url(img/menu/right.png);
	background-position:right;
	background-repeat:no-repeat;
}
#active li a {
	background-image:none;
}
/* NEW */
.header .tabs ul li ul {
	height: auto;
	position:relative;
	left: -9999px;
	padding: 0px;
	margin: 0px;
	width: 195px;
	background-image: url(/img/menu/bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

.header .tabs ul li:hover ul {
	left: -11px;
}

.header .tabs ul li ul li {
	float: none;
	margin: 0px;
	border: 0;
	width: auto;
	background:none;
}

.header .tabs ul li ul li:hover {
	background-image: none;	
}

.header .tabs ul li:hover ul a {
	background-image: none;	
}

.header .tabs ul li ul li:hover a {
	background-image: none;
	text-decoration:underline;
}

.header .tabs ul li ul li a {
	background-image: none;
	text-align: left;
	padding-right:10px;
	display: block;
	color: #5a5a5a;
}
/* End Tab*/
.frame .content {
	margin-top:10px;
	padding-left:20px;
	text-align:justify;
}
.content h1, h2, h3, h4, h5, h6 {
	color:#0099c4;
	font-size:160%;
	margin-bottom:10px;
}
.content .about {
	width:220px;
	padding:10px;
	float:left;
	margin-right:13px;
	border: 1px solid #dbdbdb;
}
.content .services {
	width:517px;
	float:left;
	margin-right:5px;
}
.content .services-list {
	width:183px;
	float:left;
}
.content .services-list ul, ol {
	margin-left:0px;
}
.services-list li {
	font-size:110%;
	list-style-type:none;
	background-image:url(img/ticks.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:10px;
	margin-top:10px;
}
.servicebox {
	width:480;
	margin-left:auto;
	margin-right:auto;
	min-height:185px;
	float:left;
	margin-bottom:3px;
}
.servicebox .image {
	width:243px;
	height:174px;
	margin-right:5px;
	padding:5px;
	border: 1px solid #dbdbdb;
}
.image-stag {
	width:300px;
	
	margin-right:5px;
	padding:5px;
	border: 1px solid #dbdbdb;
	float:right;
	margin-left:5px;
}
.servicebox strong {
	color:#0099c4;
	font-size:120%;
	margin-bottom:10px;
	clear:right;
}
.servicebox span {
	
}
.cat {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:1020px;
	
}
.bestSellers {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:500px;
	
}
.footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	font-size:90%;
	padding: 5px;
	background-image: url(img/footer/1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar {
	float:left;
	width:205px;
	padding:10px;
	clear:both;
	border: 1px solid #dbdbdb;
	margin-right:10px;
	margin-bottom:175px;
}
.content ul, ol {
	margin-left:260px;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar li {
	list-style-type:none;
	margin-bottom:20px;
}
#sidebar strong {
	color:#0099c4;
}
#sidebar li a {
	color:#5A5A5A;
	text-decoration:none;
	outline:none;
}
#sidebar li:hover a {
	color:#333;
}
# form {
	
}
.formRow {
	padding: 3px;	
}
.formHelp {
	margin: 0px;
	text-align: right;
	color: #666;
}
.error label {
	color: #ff0000;
}
.error input {
	background-color: #FCC;	
}
.formRow label {
	width: 150px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	padding-top: 3px;
	text-align: left;
	}
.formRow select {
	width: 220px;	
}
.formRow input {
	width: 300px;	
}
.formRow textarea {
	width: 300px;
	height: 120px;
}
.formSubmitRow {
	text-align: right;
	padding: 10px 20px;
}
.footer_image {
	margin-top:10px; 
	margin-left:auto;
	margin-right:auto;
	width:952px;
}
.search a {
	color:#FFF;
}