/* RoadNarrows Robotics CSS Style */
/* Copyright (C) 2009 */
/* Ian Bernstein - AYCOM.us */


/* General */
* {
	padding:0;
	margin:0;
}

body {
	background-image:url('https://www.roadnarrows.com/robotics/img/layout/background.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	
}

a {
	outline:none;
}

#wrapper {
	position:relative;
	width:960px;
	border-left:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	background-color:white;
	text-align:left;
}


/* Header */
#header_wrapper {
	width:960px;
	height:210px;
	position:relative;
	background-color:white;
	line-height:1.2em;
}

#logo_wrapper {
	position:relative;
	float:left;
	width:146px;
	height:190px;
}

#right_header_wrapper {
	position:relative;
	float:left;
	width:814px;
	height:210px;
}

#searchbox_wrapper {
	position:relative;
	float:left;
	width:814px;
	height:91px;
	text-align:right;
}

#sitesearch_wrapper {
	position:relative;
	float:right;
	width:480px;
	margin:5px 5px 0 0;
}

#store_menu_wrapper {
	position:relative;
	float:right;
	width:480px;
	margin:5px 6px 0 0;
	font-size:12px;
}

#store_menu_wrapper a {
	color:#000000;
	text-decoration:none;
}

#store_menu_wrapper a:hover {
	text-decoration:underline;
}

#logo2_wrapper {
	position:relative;
	float:left;
	width:814px;
	height:59px;
}

#navbar_wrapper {
	position:relative;
	float:left;
	width:814px;
	height:27px;
	background-color:#565656;
	margin-top:4px;
	font-size:15px;
	font-weight:bold;
	line-height:1.22em;
}

#navbar_sub_wrapper {
	position:relative;
	float:left;
	width:814px;
	height:29px;
	font-size:12px;
	line-height:1.22em;
	color:#000000;
	/*overflow:hidden;*/
}

#navbar_breadcrumbs {
	position:relative;
	float:left;
	width:450px;
	font-size:11px;
	line-height:1.22em;
	color:#000000;
	margin-top:6px;
}

#navbar_storesearch {
	position:relative;
	float:right;
	width:340px;
	font-size:12px;
	line-height:1.22em;
	color:#000000;
	margin-top:3px;
	margin-right:5px;
	text-align:right;
}

#content_wrapper {
	width:915px;
	text-align:left;
	font-size:13px;
	background-color:white;
}

/* Navigation */
#navbar_wrapper ul {
	list-style:none;
}

#navbar_wrapper ul li {
	position:relative;
	float:left;
	margin:5px 0px 0px 41px;
}

#navbar_wrapper ul li a {
	color:#FFF;
	text-decoration:none;
}

#navbar_wrapper ul li a:hover {
	text-decoration:underline;
}



/* Boxes */
#newsbox {
	width:227px;
	border:1px solid #DCDFDE;
	font-size:12px;
}
#newsbox hr {
	margin:15px 30px;
	border: 0;
	color:#E7E7E7;
	background-color:#E7E7E7;
	height: 1px;
	visibility:visible;
}

#featuredproductsbox {
	width:663px;
	border:1px solid #DCDFDE;
	font-size:12px;
}
#featuredmanufacturersbox {
	width:665px;
}
#featuredmanufacturersbox a {
	font-size:15px;
}
#featuredmanufacturersbox a:hover {
	color:#565656;
	text-decoration:none;
}

#nav { 
	position:absolute;
	z-index:1000;
	margin: 7px;
	background-color:#E7E7E7;
}
#nav a { 
	color:#565656;
	margin: 5px;
	padding: 0px 5px;
	background: #F2F2F2;
	text-decoration: none 
}
#nav a.activeSlide {
	background: #CCCCCC;
}
#nav a:focus {
	outline: none;
}

.box_header {
	width:100%;
	height:20px;
	background-color:#E7E7E7;
}

.box_header_title {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:1px;
	color:#565656;
}
#slidershow {
	height:400px;
}



.box_header_link {
	position:relative;
	float:right;
	font-size:12px;
	padding-right:10px;
	padding-top:2px;
	font-weight:normal;
}

.box_header_link a {
	color:#888888;
}
.box_header_link a:hover {
	color:#565656;
}

.box_content {
	margin:10px;
}


/* Content */





/* Footer */
#footer_wrapper {
	width:915px;
	height:95px;
	text-align:center;
	font-size:12px;
	color:#BBB;
	overflow:hidden;
	background-color:white;
}

#footer_wrapper hr {
	margin:20px 0 15px 0;
	border: 0;
	color:#E7E7E7;
	background-color:#E7E7E7;
	height: 1px;
	visibility:visible;
}

#footer_wrapper a {
	line-height:2em;
	color:#444444;
}



/* STORE */
.home_store_box { position:relative; float:left; width:321px; height:78px; overflow:hidden; text-align:center; }
.home_store_link_box { margin-top:27px; margin-right:88px; font-size:20px; font-weight:bold; }
.home_store_link_box a { color:#222222; text-decoration:none; }
.home_store_link_box a:hover { color:#4F8100; text-decoration:none; }