/*!
 *
 * 	Global Stylesheet - global.css 
 * 	Copyright 2012 	Dealertrack Technologies
 *  http://www.Dealertrack.com
 *	Version 1.0.0 - Updated: October 5th, 2012
 *
 *  -----------------------------------------------
 *
 *	Table Of Contents:
 *		1. Fonts
 *		2. Framework
 *			a. Floats
 *			b. Margins
 *			c. Padding
 *			d. Widths
 *			e. Color Boxs
 *			f. Line Height
 *			g. Background Colors	
 *		3. Global Typography 
 *		4. Page Structure
 *			a. Page Containers
 *			b. Page Content
 *			c. Page Column 1
 *			d. Page Column 2
 *			e. Page Full-Wdith Column
 *			f. Page Copy
 *			g. Page Breadcrumb
 *		5. Header
 *			a. Logo
 *			b. Country Selector
 *			c. Phone Number
 *			d. User Login
 *			e. Navigation
 *		6. Footer
 *			a. Footer Structure
 *			b. Social Media
 *			c. Social Media - Blog
 *			d. Social Media - Twitter
 *			e. Social Media - YouTube
  *			f. Social Media - Icon Hover
 *		7. Side Module
 *
 *  --------------------------------
 *
 *	Developer Note: [1] !important; 
 *
 *  --------------------------------
 */

/*------------------------------------------------------------------------------------------------>*/

/* 1. Fonts */

@font-face {
    font-family: 'OpenSans';
    src:url('../fonts/open-sans/OpenSans-Regular-webfont.eot?') format('eot'),
        url('../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSans') format('svg');
    font-weight:normal;
    font-style:normal;
  }
  
/*------------------------------------------------------------------------------------------------>*/

/* 2. Framework */
/***** Floats ******/
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

/***** Margins ******/
.marginTop-5 { margin-top: 5px; }
.marginTop-10 { margin-top: 10px; }
.marginTop-15 { margin-top: 15px; }
.marginTop-20 { margin-top: 20px; }
.marginTop-25 { margin-top: 25px; }

.marginRight-5 { margin-right: 5px; }
.marginRight-10 { margin-right: 10px; }
.marginRight-15 { margin-right: 15px; }
.marginRight-20 { margin-right: 20px; }
.marginRight-25 { margin-right: 25px; }
.marginRight-35 { margin-right: 35px; }

.marginBottom-5 { margin-bottom: 5px; }
.marginBottom-10 { margin-bottom: 10px; }
.marginBottom-15 { margin-bottom: 15px; }
.marginBottom-20 { margin-bottom: 20px; }
.marginBottom-25 { margin-bottom: 25px; }

.marginLeft-10 { margin-left: 10px; }
.marginLeft-25 { margin-left: 25px; }
.marginLeft-35 { margin-left: 35px; }
.marginLeft-40 { margin-left: 40px; }
.marginLeft-100 { margin-left: 100px; }

/***** Padding ******/
.paddingRight-25 { padding-right:25px; }
.paddingLeft-25 { padding-left:25px; }

/***** Widths ******/
.container-300 { width:300px; }
.container-330 { width:330px; }
.container-590 { width:590px; }
.container-620 { width:620px; }
.container-685 { width:685px; }
.container-50-percent { width:50%; }

/***** Color Box ******/
.color-box { height:25px; width:25px; }

/***** Line Height ******/
.line-height-15 { line-height:15px; }

/***** Background Colors ******/
.orange { background-color: #d87b27; }
.pine-green { background-color: #40a348; }
.powder-blue { background-color: #7ca9da; }
.dark-red { background-color: #a11d21; }
.lime-green { background-color: #a1ce52; }
.light-blue { background-color: #99d8e2; }
.dark-grey { background-color: #d0d2d3; }
.light-grey { background-color: #f2f2f1; }
.white { color: #FFFFFF; }
.black-opacity-80 { background: url("../images/ui/80opacity-BlackBG.png") repeat scroll 0 0 transparent; }
.white-opacity-90 { background:url('../images/ui/90opacity-WhiteBG.png'); }

/*------------------------------------------------------------------------------------------------>*/

/* 3. Global Typography */

body {
	position: relative;
	margin: 0px;
	color: #595a5c;
	font: normal 62.5%/1.5 'OpenSans', Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color:#f3f3f3;
	background-repeat: no-repeat;
	background-position: center top;	
}

h1, h2, h3, h4, h5, h6, p, div, a, span, ul, ol, li, input, label, strong, bold, i, em, u, dl {
	font-family: 'OpenSans', Arial, sans-serif;
}
h1 { /***/
	font-size: 16px;
	color: #595a5c;
	font-weight: 600;
}
h2 { /***/
    margin: 5px 0px 15px 0px;
    font-size: 16px;
    line-height: 19px;
	color: #595A5C;
	font-weight:bold;
}
h3 { /***/
	font-size: 18px;
	color: #666;
}
h4 {
	clear:both;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	text-align:left;
	color: #595a5c;
	font-weight:bold;
}
h5 { /***/
	font-size: 12px;
	color: #595a5c;
}
h6 { /***/
	font-weight: bold;
	font-size: 14px;
	color: #595a5c;
}
p {	
	clear:both;	
 	margin:0px 0px 10px 0px;
	font-size:12px;
    line-height:16px;  
}

/***** Links ******/
a {
	text-decoration: none;
	color: #595a5c;
}
a:active {
	text-decoration: none;
	color: #595a5c;
}
a:visited {
	text-decoration: none;
	color: #999999;
}

/*------------------------------------------------------------------------------------------------>*/

/* 4. Page Structure */

/***** Page Containers ******/
div.page-container {
	display: block;
	width: 960px;
	margin: 0px auto;
	padding: 0px 15px;
	background-color: #FFF;
}
div.page-wrapper {
	position: relative;
	display: inline-block;
	height: auto;
	width: 960px;
	margin: 0px auto;
	padding: 0px;	
}

/***** Page Content ******/
div.page-content {
	clear:both;
	position:relative;
	display: block;
	width: 960px;
	margin: 0px auto 25px auto;
	background-color:#FFF;	
}
div.page-content h1 {
	padding:10px 0px 0px 0px;
	font-size:30px;
	text-align:left;
}

/***** Page Column 1 ******/
div#page-col-1 {
    float: left;
    min-height: 150px; /***/
    width: 685px;
}
#page-col-1 p a { font-weight: bold; color: #000; }
#page-col-1 p a:hover { font-weight: bold; color: #7b7b7b; }
#page-col-1 p a:active { font-weight: bold; color: #7b7b7b; }


/***** Page Column 2 ******/
div#page-col-2 {
	float: right;
	width: 220px;
}
#page-col-2 a {
	font-weight: bold;
	color: #7b7b7b;
}

/***** Page Full-Wdith Column  ******/
div.page-col-fw {
	width: 940px;
	height: 200px;
	padding: 5px 10px 15px 10px;
}

/***** Page Copy ******/
.page-copy { margin-bottom:25px; }
.page-copy ul, .page-copy ol { margin:20px 0px; }
.page-copy li {
	margin: 0px 0px 7px 12px;
	list-style-type:square;
}
.page-copy li strong { color:#96989d; }


/***** Page Breadcrumb ******/
div.breadcrumb-container {
	clear: both;
	z-index: 350;
	position:absolute;
    width: 940px;
	padding: 3px 10px 5px 10px;
    background:url('../images/ui/90opacity-WhiteBG.png');
	background-repeat:repeat;
	background-color:#fff;	
}            
.breadcrumb { font-size: 10px; }
.breadcrumb-current { font-size: 10px; color:#000; }
.breadcrumb-separator {
	display:inline-block;
	margin: 0px 10px;
	font-size: 10px;
	color: #595A5C;
}

/*------------------------------------------------------------------------------------------------>*/

/* 5. Header*/
 
div.header {
	height: 100px;
	width: 960px;
	margin: 0px;
	background-color: #FFF;      
}

/***** Logo ******/
div.logo {
	float: left;
	height: 100px;
	width: 325px;
	margin: 0;
}	  		
.header-content {
	float:left;
	position:relative;
	height: 100px;
	width: 630px;	
}

/***** Country Selector ******/
div.country {
   float: right;
   margin: 5px 0px 0px 0px;
   color: #dbdee2;
}
div.country a {
   font-size: 12px;
   color: #dbdee2;
}	
div.country a:hover {
   color: #132530;
   font-weight: bold;
}	
div.country b { color:#2B323A; }

/***** Phone Number ******/
div.phone-number-container {
	 float: right; /***/
	 clear: both; /***/
	 position: absolute;
	 bottom: 10px;
	 right: 0px;
	 margin: 3px 0px 0px 0px;
}
div.phone-number-container > ul {
}
div.phone-number-container > ul > li {
	list-style: none;
	float:left;
}
div.phone-number-container > ul > li > img {
	margin:4px 6px 0px 0px;
}

/***** User Login ******/
div.home-login-container {
	float: right;
	clear: both;
	width:297px;
	margin:25px 0px 0px 0px;
	padding: 0px;
}	
div.home-login-container label {
	float: left;
	margin:3px 25px 0px 0px;
	font-size: 11px;
	color: #bcbdbf;
}	
.signup-form-element {
	outline: none;
	float: left;
	height: 10px;
	width: 95px;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	font-size: 12px;
	color: #c0c1c2;
	background-color: #FFF;
	border: 1px solid #c0c1c2;		
	
}				
.signup-submit-button {
	float: left;
	height: 22px;
	padding: 2px 20px;
	font-size:11px;
	white-space: nowrap;
	vertical-align: middle;
	color: #FFF;
	background-color: #132530;
	border: 1px solid #c0c1c2;	
	cursor: pointer;			
}
.signup-submit-button:hover {
	color: #152027;
	background-color: #a6a6a6;	
}

/***** Navigation ******/
div.navigation {
	clear: both;
	width: 960px;
	background-color: #1d2b34;
}
div.nav_container {
	/*left: 0;
	top: 0;*/
	width: 960px;
	margin: 0px auto; /***/
	background-color: #1d2b34;
}
div.nav {
    height: 40px;
    width: 960px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------>*/

/* 6. Footer */		  
/***** Footer Structure ******/
div.footer {
	height: 90px;
	width:960px;
}
div.footer-primary-wrapper {
	height: 40px;
	width: 960px;
	background-color: #1d2b34;
	background-image: url(../images/ui/footer-primary-bg.jpg);
	background-repeat: repeat-x;
}
div.footer-primary {
	float: left;
	height: 28px;
	width: 635px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	color: #FFF;
}
div.secondary-navigation {
    color: #FFF;
}
div.footer-primary-social {
	float: left;
	height: 40px;
	width: 310px;
	font-size: 11px;
	color: #FFF;
}
div.footer-primary div.secondary-navigation {
	float: left;
	height: 30px;
	width: 790px;
	padding: 12px 0px 0px 10px;
	color: #FFF;
}
div.footer-primary div.secondary-navigation a {
	color: #FFF;
	text-decoration:none;
}
div.footer-primary div.secondary-navigation a:hover {
    color: #FFF;
    text-decoration: underline !important;
}
div.footer-primary div.secondary-navigation a:hover {
    text-decoration:none;
}

/** Social Media **/
.footerIcon-social-container{
	float:right;
	height: 35px;
	margin: 5px 15px 0px 0px;
}
.footerIcon-social-container li:hover {
	height: 35px;
	background-color: #999;
}
.footerIcon-social-container li { float:left; }	

/** Social Media - Blog **/
.footerIcon-social-blog {
	height: 35px;
	width: 53px;
	background-image: url(../images/ui/blogIcon-sprite.png);
	background-repeat: no-repeat;
}

/** Social Media - Twitter **/
.footerIcon-social-twitter {
	height: 35px;
	width: 26px;
	background-image: url(../images/ui/twitterIcon-sprite.png);
	background-repeat: no-repeat;
}

/** Social Media - Twitter **/
.footerIcon-social-youtube {
	height: 35px;
	width: 53px;
	background-image: url(../images/ui/youtubeIcon-sprite.png);
	background-repeat: no-repeat;
}

/** Social Media - Icon Hover **/
.footerIcon-social-blog:hover,
.footerIcon-social-twitter:hover,
.footerIcon-social-youtube:hover {
	background-position: 0 -35px;
}

div.footer-secondary {
	height: 51px;
	width: 960px;
	margin:0px auto;
	background-color: #e5e7e8;
}
div.footer-secondary div.copyright {
	float: left;
	height: 40px;
	color: #797b82;
	padding: 10px 0px 0px 10px;
}
div.footer-secondary div.copyright li { list-style:none; }
.copyright-text { font-size: 11px; }
.patent-text { font-size:9px;}
.footerIcon-badges-container{
	height: 51px;
	float:right;
	margin:0px 10px 0px 0px
}
.footerIcon-badges-container li { float:left; }

/*------------------------------------------------------------------------------------------------>*/

/* 7. Side Module */	
.side-module {
	position: relative;
    right: 0;
    float: left; /***/
    height: auto;
	width: 220px;
    padding: 0px 0px 15px 0px;
}
.side-module-header {
	height: 27px;
	width: 210px;
	padding: 3px 0px 0px 10px;
	font-size: 16px;
	color: #132530;
	font-weight: 300;
}
.side-module-content {
	width: 200px;
	margin: 10px auto 15px auto;
}
.side-module-content ul {
	margin: 0px 0px 10px 0px;
}
.side-module-content li {
	margin: 0px 0px 4px 0px;
	list-style: none outside none;
}
        
/*------------------------------------------------------------------------------------------------>*/
