/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*=============================================================================
IMPORT ALL STYLES
=============================================================================*/
/*@import url('reset.css');	  	*/
@import url('tabs.css');
@import url('page-styles.css');
@import url('scroll-ease.css');
/*@import url('font-styles.css');*/
@import url('prettyPhoto.css');
@import url('http://www.trittonusa.com/css/bx-slider.css');
@import url('nivo-slider.css');
@import url('nivo-style.css');
@import url('jquery.jtweetsanywhere-1.2.1.css');
@import url('youtube-style.css');



/* =============================================================================
   HTML5 element display
   ========================================================================== */

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


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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

 
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; padding:0; font-size: 13px; line-height: 1.231; background-image: url(../imgs/body/body_bk_top3.png);
background-repeat:repeat-x; background-position:center 28px; background-color:#000;}



body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
/*
::-moz-selection { background: #fff; color: #000; text-shadow: none; }
::selection { background: #fff; color: #000; text-shadow: none; }
*/

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

a { color: #fff; }
a:visited { color: #fff; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; color: #fff;}


/* =============================================================================
   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:20px; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
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: gist.github.com/413930 */
sub, sup { font-size: 40%; line-height:0; position: relative; vertical-align: baseline; }
sup { top: -1.2em; }
sub { bottom: -0.25em; }




/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img { border: 0; -ms-interpolation-mode: bicubic; }

/*Correct overflow displayed oddly in IE9 */
svg:not(:root) { overflow: hidden;}

/* ============================== Figures ===================================== */
figure { margin: 0; }

/* ============================== Forms ========================================= */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
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; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
label img{padding-left:10px; float:right;}
/*
 * 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; }
/*
 * 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"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */



/*=====================================  Main Div containers ============================================== */

#subbody{
	width:100%;
	height:600px;
	background-image:url(../imgs/body/sub_body_bk2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border: 0px solid #ff0000;

}

#container{width:100% border: 0px solid #ff0000; }


#badge{
	float:left;
	width:131px;
	height:80px;
	margin-top:-8px;
	background-image:url(../imgs/header/tritton-badge.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border: 0px solid #ff0000;
	 
}




#subcontainer{margin:0 auto;  width:980px; padding-left:0px; border: 0px solid #ff0000;}

header{
	width:980px;
	height:155px;
	margin:0 auto;
}

#logo{width:160px; height:55px; margin-top:22px; float:left;}

#search{margin-left:20px; float:left;  height:23px;}

#contact{float:left; width:60px;}

#socialhead{float:right; height:55px; margin-top:22px;}
#socialhead a{text-decoration:none;}
#searchbutton{margin-left:5px;}


#main{
	padding-left:0px;
	border:0px solid #fff;
	min-height:800px;
}
#subcontent {
	display: block;
	width: 980px;
	margin-top: 90px;
}

#subcontent H4{
	color:#ccc;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-size: 13px;
	line-height: 20px;
}

#subcontent article{
	border: 1px solid #222;
	background:#111;
}

/*=====================================  Homepage container styles ============================================== */

#videoarea {
	float: left;
	overflow: hidden;
	margin-bottom:40px;
	width: 540px;
	/*height: 667px;   */

}

#feature{
	color:#fff;
	float:right;
	width:380px;
    overflow:hidden;
    background-color:#222222;
	border: 1px solid #333;
	margin-bottom: 14px;
	padding:20px;

}

#twitter{
	float:right;
    overflow:hidden;
	width:375px;
    background-color:#111;
	border: 1px solid #333;
	padding:20px;
	margin-left:2px;
	margin-bottom:20px;
}
#twitter img{}




 /*=============================================== Header =========================================================================*/

#breadcrumb {
	padding-top:30px;
	margin:0 auto 0 0px;

}
#breadcrumb nav{
	background:#fff; border:#ccc 1px solid; padding:10px; 0 10px; 10px; width:960px; 
	/*background-image: url(../imgs/header/breadcrumb_bg.png); background-repeat:repeat-none;*/ 
}
#breadcrumb a{
	color:#000;
	/*background-image: url(../imgs/header/breadcrumb_bg.png); background-repeat:repeat-none;*/ 
}


   /*
#homegallery{
	float:left;
	margin-bottom:40px;
	padding-top: 30px; padding-left:20px;
}

  */




/*========================================================  Product Page styles ============================================== */
#details{margin-top:0px}



/*========================================================  Main Navigation  start================================================== */
nav{text-align:left; margin:0px auto 0px 0px; }

#menu {
	position:relative;
	list-style:none;
	width:980px;
	float:left;
	height:53px;
	margin-top:13px;
	z-index:10;
}


#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 20px 4px 20px;
	margin-right:15px;
	margin-top:7px;
	border: 1px solid #000;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color:#fff;
	background: #000;  

}
#menu li:hover {
	border: 1px solid #f74714;
	padding: 4px 20px 4px 20px;
	/* Background color and gradients */
	background: #000;  
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#roundbottom li:hover{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu li a {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
    color: #fff;  
    display:block;  
    outline:0;  
    text-decoration:none;  

}  
#menu li a:hover {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
    color: #ef5323  
    display:block;  
    outline:0;  
    text-decoration:none;  

}

#menu li .drop {padding-right:21px;}  
#menu li:hover .drop {} 
#menu li .more {  
    background:#f74714;
	padding:5px;
	width:200px;
	text-align:center;
} 

/* Drop Down */
	.dropdown_1column,
	.dropdown_2columns,
	.dropdown_3columns,
	.dropdown_4columns,
	.dropdown_5columns {margin:4px auto; float:left; position:absolute; left:-999em; /* Hides the drop down */ text-align:left; 
	padding:10px 5px 10px 5px; border:1px solid #777777; border-top:none; /* Gradient background */ background:#000; /* Rounded Corners */
	-moz-border-radius: 0px 5px 0px 5px;
	-webkit-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
}


.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 960px;}
.dropdown_5columns {width: 800px;}


#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns{
	left:-1px;
    top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5{
	display:inline;
	float: left;
	position: relative;
	margin-top: 25px;

}
.col_1 {
		width:210px;
		margin-left: 10px;
		margin-right: 10px;
		}

.col_1 img{	
		border:3px solid #fff;
		}

.col_2 {
		width:180px;
		margin-left: 20px;
		margin-right: 10px;}
.col_2 img{	
		/*border:3px solid #f74714;*/
		border:3px solid #fff;
		}


		
.col_3 {width:120px;
margin-left: 10px;
		margin-right: 10px;}
.col_4 {width:220px;}
.col_5 {width:690px;}



/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	color:#fff;
	
}
#menu h2 {
	font-size:14px;
	font-weight:400;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #fff;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}


#menu li:hover div a {
	font-size:12px;
	color:#fff;
}
#menu li:hover div a:hover {
	color:#fff;
	text-decoration:underline;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}





/**************************************about styling**********************************************/
#about{padding:20px;}
#about p { line-height:22px;}
.categoryabout{padding:10px; width:210px; float: left; padding-bottom:30px;}

/*============================================contact styling================================================================*/	

.categoryabout{padding:10px; width:210px; float: left; padding-bottom:30px;}
.categorythumb .platform {padding:5px; color:#fff; background:#000;}







/*============================================= Start footer sections ====================================================================*/

footer{
	height:442px;
	background-image: url(../imgs/footer/footer_bk.png);
	background-repeat:repeat-x;
	padding-top:2px;
	}
	
#footerinside{background-image:url(../imgs/footer/footerinsidebk.png); background-repeat:no-repeat; height:366px; margin: 0 auto;
	width:1093px; padding-left:50px;
	}
	
#footerprod {width:400px; padding-top:40px; float:left;}
#footerprod div{float:left; width:180px;}
#footerprod a{color:#fff; text-decoration:none;}
#footerprod a:hover{color:#fff; text-decoration:underline;}
#footerprod li, #footersupp li{line-height:22px;}


#footersupp {width:400px; padding-top:40px; float:left; margin-left:-20px;}
#footersupp div{float:left; width:170px; }
#footersupp a{color:#fff; text-decoration:none;}
#footersupp a:hover{color:#fff; text-decoration:underline;}


#fb_footer {padding-left: 30px; background-image:url(../imgs/social/facebook_footer.png); background-repeat:no-repeat; background-position:left;padding-bottom:10px;padding-top:10px;}
#tw_footer {padding-left: 30px; background-image:url(../imgs/social/twitter_footer.png); background-repeat:no-repeat; background-position:left;padding-bottom:10px;padding-top:10px;}
#yt_footer {padding-left: 30px; background-image:url(../imgs/social/youtube_footer.png); background-repeat:no-repeat; background-position:left;padding-bottom:10px;padding-top:10px;}
#tm_footer {padding-left: 30px; background-image:url(../imgs/footer/tm_footer.png); background-repeat:no-repeat; background-position:left;padding-bottom:10px;padding-top:10px;}

#footerlogo {width:300px; padding-top:100px; float:left; }
#legal{float:left; text-align:center; color:#fff; width:940px; padding-top:80px;}
#legal img{float:left; padding-right:10px;}
#legal small{font-size:9px;}
#brands {text-align:center;}
.tooltip {
	display:none;
	background:transparent url(http://www.trittonusa.com/imgs/footer/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	line-height:18px;
	text-align:center;
}
 
/* =============================================================================
   ie7 conditional statements
   ========================================================================== */
.ie7 header{margin:0 auto; width:960px; height:140px; margin:0 auto; padding:15px 0px 0px 9px; border: 0px solid #ff0000;}
.ie7 #menu{padding-top:5px;}
.ie7 #footerprod h3{font-size:16px; text-align:left;}
.ie7 #footersupp h3{ font-size:16px; text-align:left;}
.ie7 #footerprod div ul{overflow : hidden; text-align:left;}
.ie7 #main{clear:both; display:block; min-height:800px; margin:0; padding:0; width:1003px; }
.ie7 #legal{float:left; text-align:center; color:#fff; width:940px; padding:60px 0px 0px 20px; margin-top:80px;}


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

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

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}