/*	
	BRB Systems U.S.A 
	File: stylesheet.css		
*/

/* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:5;
	padding:0;
	background-color: #000;
	/* ks added this on Wednesday 6/11/2014 */
	/*font-family: "franklin Gothic Book", "tw Cen MT", "gill Sans MT", Arial;*/
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*fieldset,img {
	border:0;
	float: right;*/
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height:15px;
}
:focus {
	outline: 0;
}

/* Lists */
ol, ul {
	/*list-style: square;*/
	margin-top: 25px;
}

.photo {
	margin-left: 40px;
}

.products li {
	padding-bottom: 10px;
	margin-left: 40px;
}

/* Main styles */
.right {
	float: right;
}
.left {
	float: left;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
body {
	color: #FFFFFF;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 426;
	overflow: hidden;
	background-color: #000000;
}

/* Links Style Changed by ks on 11/14/2013 1.0 */
a:link, /*a:visited Changed by ks on 11/14/2013 1.0*/ {
	color: #1c3d66;
	text-decoration: underline;
}
a:hover {
	color: #3b70ad;
	text-decoration: underline;
}
a:active {
	color: #36C;
	text-decoration: underline;
}

/* Headings */
h1, h2 {
	/* border-bottom: 1px solid #c6c6c6;*/
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}
h2 {
	font-size: 1.1em;
}
h3, h4 {
	/* [disabled]border: 1px solid #c6c6c6; */
	color: #8b8b8b;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 0 4px 10px;
	margin: 13px 0 13px 0;
}
h4 {
	font-size: 1.2em;
	color: #F03;
	position: absolute;
	left: 300px;
	padding: 5px;
	border: 1px solid #FFF;
}
/* Header */
#header {
	height: 95px;
	position: relative;
	z-index: 1;
}
	/* Call BRB on.. */
	#header p#rapid-info {
		color: #FFFFFF;
		font-style: italic;
		font-size: 1.3em;
		line-height: 1.2em;
		position: absolute;
		right: 0px;
		top: 0px;
		text-align: right;
	}
	
	/* Navigation */
	ul#navigation {
	bottom: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
	float:right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	}
		ul#navigation li {
	display: inline;
	float: left;
	font-size: 1.3em;
	width: 113px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 7px;
	background-image: url(../images/tab.gif);
	background-position: 0% 0px;
	color: #000000;
		}
		ul#navigation li a {
			color: #000000;
			display: block;
			line-height: 37px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
		}
		#navigation li a:hover {
			background-position: 0 -37px;
		}
		#navigation li:hover {
	background-position: 0 -37px;
	background-color: #6699CC;
	color: #6699CC;
		}
			/* Current list item */
			#navigation li.current-item {
				background-position: 0 -74px;
			}
			/* Current list item */
			#navigation li.current-item a {
				background-position: 0 -74px;
				color:white;
			}
		
		/* Dropdown */
		#navigation ul.ddown {
			position: absolute;
			top: 37px;
			left: -7px;
			display: none;
		}
			#navigation ul.ddown li {
				background: #333;
				border: 1px solid #474747;
				border-top: none;
				font-size: 0.8em;
				text-transform: uppercase;
				width: 111px;
			}
			#navigation ul.ddown li:hover {
				background: #3b3b3b;
			}
				#navigation ul.ddown li a {
					line-height: 37px;
					color: #969696;
				}

	/* Logo */
	#header h1#logo, #header h1#logo a { 
		display: block;
		height: 60px;
		width: 335px;
	}
	#header h1#logo {
	border: none;
	height: 100px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 5px;
	background-image: url(../images/brbUsaLogorecoloredxirodFont.png);
	background-repeat: no-repeat;
	overflow: visible;
	visibility: visible;
	}

/* Promo */
#promo-box {
	position: relative;
	height:auto;
	margin: 0px;
	padding: 0px;
}

	/* Know more */
	#promo-box h1#know-more { 
		height: 40px;
		left: 270px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -999em;
		top: 200px;
		border: none;
	}
	#promo-box h1#know-more, #promo-box h1#know-more a { 
		background: url(../images/know-more.gif) no-repeat;
		display: block;
		height: 40px;
		width: 134px;
	}
	#promo-box h1#know-more a:hover { 
		background-position: 0% -40px;
	}
	#promo-box h1#know-more a:active { 
		background-position: 0% -80px;
	}

/* Page */
#page {
	position: relative;
	font-size: 1.24em;
	line-height: normal;
	width: 960px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 1px;
	z-index: 0;
}
	#page h1.title {
	height: 19px;
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	border: none;
	position: relative;
	top: 0px;
	visibility: visible;
	z-index: 5;
	}
	/*This is the area where it says welcome to brb--products--Repairs--They float left and if they get too wide it becomes two lines so be careful*/
	
	
	#page .mini-box {
	float: left;
	width: 220px;
	padding-left: 0px;
	padding-right: 10px;
	z-index: 5;
	position: relative;
	top: 0px;
	margin-left: 5px;
	font-size: 1.1em;
	}
		.mini-box .desc {
	width: 95px;
	/*font-size: 0.9em;*/
			/*line-height: 1.3em;*/
			float: left;
	position: relative;
	left: 2px;
		}
	/* What we offer box */
	#center-box {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 45px;
	}
	
	/* Right column */
	#right-col {
	width: 325px;
	float: right;
	color: #CCC;
	position: relative;
	clip: rect(50px,auto,auto,auto);
	}
		#right-col .guarantees li {
			margin: 2px 0 0 20px;
			padding: 0 0 0 5px;
		}
	/* Full width page (about us, services, contact us) */
	#full-page {
	float: left;
	width: 660px;
	line-height: 1.7em;
	/*ks 9-12-2014 ks border-right: 1px solid #c6c6c6;*/
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	}

/* Footer */
/*#footer {
	color: #a3a3a3;
	border-top: 5px solid #234875;
	font-size: 1.2em;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}*/
.canterbury {
	font-size: x-large;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper .canterburyblurb {
	font-size: large;
	color: #FFFFFF;
	background-color: #006633;
	padding: 5px;
	text-align: center;
	line-height: 1.25em;
}
.canterburyGreen {
	color: #006633;
	font-size: x-large;
	font-style: italic;
}

#wrapper #page #full-page ul {
	color: #009933;
	text-indent: 40px;
}
.titleMenuMain {
	color: #FFFFFF;
}
.photoBox {
	width: 260px;
	float: right;
	height:1000px;
	/* [disabled]position: relative; */
	/* [disabled]top: -100px; */
}

.photoBox2014 {
	width: 260px;
	float: right;
	height:700px;
}
.tabIn {
	position: absolute;
	left: 225px;
}
.smallerText {
	font-size: small;
	color: #FFFFFF;
}
.pricePhoto {
	position: absolute;
	top: 275px;
}
.soloTrapPhoto {
	position: absolute;
	top: 300px;
	margin-left: 80px;
	left: 712px;
	overflow:visible;
}
#wrapper #page #full-page2 ul li .style6B {
	list-style-type: square;
}
.brbBlueText {
	color: #3b70ad;
}

.canterburyblurb {
	font-size: large;
	color: #FFFFFF;
	background-color: #006633;
	padding: 5px;
	text-align: center;
	line-height: 1.25em;
}
.redEmphasis {
	color: #F00;
}
