/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/*body {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	background-color: #F2F2F2;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
}*/


body, button, input, select, textarea {
	font-family: 'Droid Sans', sans-serif;
	-webkit-transform: rotate(-0.0000000001deg);
	color: #333;
}


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #F30;
	text-decoration: none;
}

a:hover {
	color: #F60;
}
a:focus {}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Jeremiah Ketner
   ========================================================================== */

h1{
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
	color: #333;
}
	
h2{
	font-size: 17px;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
	color: #333;
}
h3{
	font-weight: 400;
	font-size: 16px;
}

p{
	color: #666;
	font-weight: 400;
}

.red_font{
	color: #F30;
}
.white_font{
	color: #FFF;
}


/* Header */

header{
	background-repeat: no-repeat;
	background-position: left;
}
#h_right{
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}

hgroup { }
hgroup h1 {
	
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	color: #ccc;
}


/* Content */
#page-wrap {
	width: 960px;
	background-color: #d2c8bf;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 0 0 20px #7b7b7b;
	-moz-box-shadow:  0 0 20px #7b7b7b;
	-webkit-box-shadow: 0 0 20px #7b7b7b;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat;
}
#page-wrap-gallery {
	width: 960px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 0 0 20px #7b7b7b;
	-moz-box-shadow:  0 0 20px #7b7b7b;
	-webkit-box-shadow: 0 0 20px #7b7b7b;
}


#content {
	overflow: hidden;
	padding: 0px;
	/*width: 960px;*/
	width: 910px;
	margin: 0px;
}

#product1-content {
	overflow: hidden;
	padding: 0px;
	/*width: 960px;*/
	width: 920px;
	margin: 0px;
	background-image: url(../img/optiva-open-sign.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

#product2-content {
	overflow: hidden;
	padding: 0px;
	/*width: 960px;*/
	width: 920px;
	margin: 0px;
	background-image: url(../img/orbit-open-sign.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

#product3-content {
	overflow: hidden;
	padding: 0px;
	/*width: 960px;*/
	width: 920px;
	margin: 0px;
	background-image: url(../img/custombranded.jpg);
	background-repeat: no-repeat;
	height: 400px;
}
.product-header{
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
}

#product-sidebar {
	width: 360px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#content-full-width{
	overflow: hidden;
	padding: 20px;
	margin: 0px;
}

#content-careers{
	overflow: hidden;
	padding: 20px;
	margin: 0px;
	height: 500px
}

#content-gallery {
	overflow: hidden;
	padding: 10px;
	width: 960px;
	margin: 0px;
}

.content-section{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82838e;
	height: 180px;
}

.content-section-right{
	float: right;
	width: 170px;
	text-align: right;
	padding-right: 30px;
}
.content-section-left{
	width: 700px;
}

#main-content {
	width: 600px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.main-content-right{
	width: 250px;
	height: 400px;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}


/*#sidebar {
	width: 690px;
	float: right;
	margin-top: 340px;
	height: 60px;
}*/

#sidebar-careers {
	width: 400px;
	float: right;
	margin-top: 30px;
}

#content-footer{
	overflow: hidden;
	padding: 0px;
	width: 960px;
	margin: 0em;
}

#main-content-footer {
	width: 580px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #917218;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 25px;
	padding-left: 15px;
}


#sidebar-footer {
	width: 300px;
	float: right;
	padding: 15px;
}

.content-footer-section {
	width: 270px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	height: 320px;
	position: relative;
}

.content-footer-section-last {
	width: 270px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	height: 320px;
	position: relative;
}
.read-more{
	position: absolute;
	right: 15px;
	bottom: 5px;
	padding-right:20px;
}
.content-footer-left{
	float: right;
}

.product-specs li{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: 40px;
}



/* Navigation */

nav#global {
	font-family: arial, sans-serif;
	position: relative;
	z-index:5;
	width: 960px;
	height:61px;
	font-size:14px;
	color:#fff;
	margin: 0px auto;
	padding:0px;
	background-color: #000;
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat;
	background-position: center top;
	}
 
nav#global ul {
     list-style-type: none;
}
 
nav#global ul li {
     float: left;
     position: relative;
}
 
nav#global ul li a {
	text-align: center;
	display:block;
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
nav#global ul li a:hover {
	text-align: center;
	display:block;
	text-decoration:none;
	color:#FFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #82838e;
}
 
nav#global ul li ul {
     display: none
}
 
nav#global ul li:hover ul {
     display: block;
     position: absolute;
     background:#eee; 
}
 
nav#global ul li:hover ul li a {
	display:block;
	background:#82838e;
	color:#FFF;
	width: 150px;
	text-align: center;
	border-right: none;
	border-top: 1px solid #babdcc;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
 
nav#global ul li:hover ul li a:hover {
	background:#a4a5b3;
	color:#FFF;
	border-top: 1px solid #babdcc;
}


nav#global ul li a.active {
     text-align: center;
     display:block;
     text-decoration:none;
     color:#dbc161;
	 padding-top: 20px;
	 padding-right: 15px;
	 padding-bottom: 20px;
	 padding-left: 15px;
    
}

/* Sub Navigation*/

#sub-navigation{
	list-style-type:none;
	width: 700px;
	padding: 0;
	margin: 0;	
}

#sub-navigation li{
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
	 }

#sub-navigation li a{
	text-decoration:none;
	padding:10px;
	color: #FFF;
	font-size: 12px;
	background-color: #1284A3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#sub-navigation li a.active, #sub-navigation li a:hover {
	background-color: #099;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
	
#logo{
	display: block;
	height: 80px;
	width: 700px;
	border: none;
	}

footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px;
}

footer nav {
	width: 500px;
	}

footer nav li{
	display: inline;
	padding-right: 15px;
	font-size: 12px;
	}

footer nav li a {
	text-decoration: none;
	color: #666;
}

footer nav li a.active, footer nav li a:hover {
	text-decoration: underline;
	color: #666;
}

.float_right{
	float: right;
	font-size: 12px;
	color: #666;
}

.footer-img{
	padding-right: 30px;
	padding-left: 20px;
}

#footer_sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}


.thumb-img{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* =============================================================================
Gallery Slider
   ========================================================================== */
.rg-image-wrapper{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
	background-color: transparent;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:50%;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:30px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:13px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
	font-weight:bold;
}
.rg-view{
	height:30px;
	margin-right: 40px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}

/* == Spellbright Addtioin  ========================================

   ========================================================================== */
   
   
.spellbright li{
	color: #F30;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 800;
	margin-left: 30px;
}

#spellbright-main-content {
	width: 500px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
}
   
   
   

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
