/* Helpers, hacks and fixes -------------------------------------------------------------------- */
html {
	height: 100%;
	margin-bottom: 1px
}

img {
	display: block;
	border: 0;
}

hr {
	display: none;
}
div.border{
	height:1px;
	width:100%;
	border-bottom:1px solid #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
.mac-clearfix {
	clear: both;
}

.clearall {
	clear: both
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatleftwithmargin {
	float: left;
	margin-right: 25px;
}

.center {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

img.floatright {
	float: right;
	margin-left: 15px
}

img.floatrightboxed {
	float: right;
	margin-left: 15px;
	border: 1px solid #999;
	padding: 3px;
}

img.floatleftboxed {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #999;
	padding: 3px;
}

img.floatleft {
	float: left;
	margin-right: 15px
}

.hidden {
	display: none
}

h2.hidden {
	text-align: left;;
	text-indent: -9999px;;
	height: 0;;
	line-height: 0;;
	margin: 0;;
	float: right
}

acronym {
	border-bottom: 1px dotted #666;
}

/* General layout elements ---------------------------------------------------------------- */
body {
	background: #B0B0BD;
	color: #333;
	font: normal 76% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	min-width: 778px;
}

textarea,input,table,select {
	font: normal 1em Arial, Helvetica, sans-serif;
}

a,h1,h2,h3,h4,h5,h6 {
	color: #002f46;
}

a {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	background-image: url("../i/layout/bg.gif");
	background-repeat: repeat-y;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: left;
	width: 778px;
}

/* Header -------------------------------------------------------------------- */
#header {
	background-repeat: no-repeat;
	height: 123px;
	position: relative;
	z-index: 2;
}

#header img#bblogo {
	position: absolute;
	left: 51px;
	top: 19px;
	z-index: 3;
}

#header #email{ height:14px; border:1px solid #DCD5CE; color:#666;}

#header h1 {
	margin: 0 !important;
	text-indent: -9999px;
	padding:0 !important;
	float:left;
}

#header #subscription-form  label {color:#826A54; font-weight:normal;}

#header #subscription-form  #subscribe{text-indent:-9999px !important; border:0; background:white url(../i/icons/Subscribe-go.gif) no-repeat; color:#fff; font-size: 0px; line-height: 0px; width:20px;height:17px;padding:0 !important; margin:0 !important;}
#header #subscription-form  {padding:0 !important; margin:0 !important;height:19px;}


#header #subscription-form{
	width:300px;
	position: absolute;
	z-index: 1;
	left: 458px;
	top: 94px;	
	}	

#banner {
	border: 1px solid #002f46;
	position: absolute;
	z-index: 3;
	left: 283px;
	top: 12px;
}

#bannercontainer {
	height: 0;
}  /* opera fix */
	/* Navigation bar ---------------------------------------------------------------- */
#navwrapper {
	position: absolute;
	z-index: 3;
	left: 20px;
	top: 122px;
	min-height: 3.5em;
	height: 3.5em;
	width: 738px;
}

/* Hides from IE-mac \*/
html>body #navwrapper {
	height: auto
}

/* End hide from IE-mac */
#nav {
	background: #002f46;
	color: #fff;
	padding: 3px 15px 3px 10px;
	text-align: center;
}

#nav ul {
	display: inline;
	padding: 0;
	margin: 0 auto;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0
}

#nav ul li a {
	color: #fff;
	background: url(../i/layout/bullet.gif) 10px no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* Status bar ------------------------------------------------------------------------------------ */
#statusbar {
	height: 1.2em;
	padding: 5px 15px 6px 15px;
}

#statusbar div {
	text-align: right;
}

#userinfo {
	float: left;
	text-align: left;
}

#userinfo a#username {
	padding-left: 20px;
	background: url(../i/layout/user.gif) center left no-repeat;
}

#basketinfo a {
	padding-left: 20px;
	background: url(../i/layout/basket.gif) center left no-repeat;
}

#statusbar a {
	color: #0000FF;
	text-decoration: none;
}

#statusbar a:hover {
	background-color: transparent !important;
	text-decoration: underline;
}

#statusbar h2 {
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	font-size: 1em;
}

/* Page body and content area -------------------------------------------------------------------- */
#body {
	position: relative;
	z-index: 4;
	height: 1%;
	margin: 46px 20px 0 20px;
}

.twocolumns #contentwrapper {
	float: left;
	width: 576px;
	/*min-height: 550px;*/
	margin-right: -162px;
}

#contentwrapper h2 {
	position: relative;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}

#content {
	padding: 15px;
}

.backtotop {
	clear: both;
	font-size: 0.9em;
	padding: 10px 15px;
	text-align: right;
}

.backtotop span {
	font-weight: bold;
	float: left;
}

/* Side navigation -------------------------------------------------------------------- */
#sidenav {
	margin-top:20px;
	width: 162px;
	float: right;
}

#sidenav h2 {
	padding: 3px 5px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}

#sidenav ul {
	list-style-type: none;
	padding: 0;
	clear: both;
	margin: 0;
}

#sidenav ul li {
	padding: 0;
	margin: 0;
}

#sidenav ul li a {
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 2px 6px 2px 8px;
}

#sidenav ul ul li a {
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 1px 6px 1px 20px;
}

#sidenav ul li.new a {
	padding-right: 0;
	border-right: 10px solid #968E37;
	font-size: 1.1em;
	font-weight: bold;
}

#sidenav ul li.newProdSub a, #sidenav ul ul li.saleProdSub a {
	font-weight:normal;
	font-size:0.9em !important;
}


#sidenav ul li.preLaunch a {
	padding-right: 0;
	border-right: 10px solid #DF711A;
	font-size: 1.1em;
	font-weight: bold;
}

#sidenav ul li.exclusive a {
	padding-right: 0;
	border-right: 10px solid #002f46;
}

#sidenav ul li.sale a {
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 0;
	border-right: 10px solid #b71388;
}

#sidenav ul li.clearance a {
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 0;
	border-right: 10px solid #89118F;
}

#sidenav ul li.clearance ul li a {
	font-size: 0.9em;
	font-weight: normal;
}

#sidenav ul li.clearance a.active {
	background: #A419AA;
}

#sidenav ul li.clearance a.active:hover {
	background: #7A1F7F;
}

/* Hides from IE-mac \*/
* #sidenav ul ul li a {
	background-position: 8px 6px;
}

#sidenav h4{ margin:0 0 4px 10px; padding:2px 0 !important;}

/* End hide from IE-mac */
#sidenav ul li a:hover {
	color: #002f46;
}

#sidenav ul li a.active,#sidenav ul li a.active:hover {
	background-color: #002f46;
	color: #fff;
}

#sidenav ul ul {
	margin: 0 0 0 1px;
}

#sidenav form {
	margin: 0;
	padding: 0 6px 2px 5px;
}

#sidenav form input {
	width: 100px;
}

#sidenav form input.button {
	width: 30px;
	padding: 0;
}

#sidenav form a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 2px 0 2px 2px;
}

#sidenav form a:hover {
	background: none;
	text-decoration: underline;
}

#orderlinebox {
	color: #666;
	background: #fff;
	text-align: center;
	margin: 0 0 0 1px;
	padding: 3px 0;
	font-family: "Arial", "Times New Roman", Times, serif;
}

#orderlinebox h2 {
	color: #002f46;
	background: transparent !important;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#orderlinebox .phone {
	font-size: 1.7em;
	font-weight: bold;
}

/* Footer -------------------------------------------------------------------- */
#footer {
	background: #b0b0bd url(../i/layout/footer.gif) bottom no-repeat;
	color: #fff;
	font-size: 0.86em;
	padding: 5px 20px 30px 20px;
	text-align: center;
	clear: both;
	
}

#footer ul {
	width: 700px;
	padding: 2px;
	margin: 0 auto;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	padding: 0;
	margin: 0
}

#footer ul li a {
	color: #fff;
	background: url(../i/layout/bullet.gif) 10px no-repeat;
	white-space: nowrap;
	text-decoration: none;
	padding-left: 20px;
}

#footer ul li a:hover {
	text-decoration: underline
}

#footerbottom {
	padding-top:5px;
	height: 1%;
	background: #b0b0bd;
	color: #444;
	font-size: 0.85em;
	text-align:center !important;
}

#footerbottom div{
	margin:0 auto;
	height:25px;
	width:310px;
	}
#footerbottom  #footer-logo{
	width:30px;
	float:left;
	}
#footerbottom  #companyname{
	margin-top:5px;
	width:280px;
	float:right;
	}	
	
#footerbottom div img{
	display:block;
}

#footerbottom .company {
	padding-right: 5px;
	text-align: right;
	float: left;
	border-right: 1px solid #002f46;
	width: 388px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 383px;
}

html>body #footerbottom .company {
	width: 383px;
}

#footerbottom .company .print {
	display: none;
}

#footerbottom .credits {
	float: right;
	padding-left: 5px;
	width: 389px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 384px;
}

html>body #footerbottom .credits {
	width: 384px;
}

#footerbottom a {
	background: url(../i/logos/rocom_new_media.gif) top right no-repeat;
	display: block;
	height: 10px;
	text-decoration: none;
	text-indent: -9999px;
	width: 93px;
}

#footerbottom a:hover {
	text-decoration: none
}

#subfooter {
	background-color: #B0B0BD;
	margin: auto;
	text-align: center;
}

#subfooter ul {
	list-style: none;
	margin: 0px auto;
	text-align: center;
	width: 470px;
	padding: 5px;
}

#subfooter ul li {
	float: left;
	margin-right: 4px;
	padding-right: 4px;
}

#subfooter ul li a {
	display: block;
	color: #444444;
	font-size: 0.8em;
	text-decoration: none;
}

#subfooter ul li a:hover {
	text-decoration: underline;
	background: transparent;
}

#subfooter ul li.last {
	margin-right: 0px;
	padding: 0px;
}
/* Validation errors ------------------------------------------------------------ 

.error {
	border-style:solid;
	border-width:1px;
}

.error h3 {
	padding:4px;
	border-width:0 0 1px 0 !important;
	border-style:none none solid none !important;
}
.error p { padding:4px; margin:0; }*/

#maintenance-wrapper {
	background-color:#ffffff;
	padding:10px 30px;
}
#maintenance-wrapper h3 {color:#990000; font-size:2em;}

.fullWidth {
	width:100%;
	margin:20px 0px 20px 0px;
	clear:both;
	text-indent:10px;
}

.addthis_button {float:right;}

#fbLogo {
	float:right;
	padding:10px 30px 0px 0px;
}



