/*  
Theme URI: http://drivershq.com/
Description: Main Layout File For Site
Version: 5.0
Author URI: http://www.drivershq.com
*/
/* Reset 
----------------------------------------------- */
html
{
	width: 100%;
	background: #fff;
	height: 100%;
	text-align: left;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, table, td, th, tr, form
{
	font-family: arial, tahoma, verdana, geneva, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	font-family: arial, tahoma, verdana, geneva, helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	background: #fff;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 4px 0;
	font-family: arial, geneva, helvetica, sans-serif;
}

/* 	Elements common to every page
----------------------------------------------- */
a
{
	text-decoration: underline;
	color: #2085DA;
}
a:hover
{
	text-decoration: none;
}

h1
{
    font-family: Trebuchet MS,arial;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	color: #336699;
	text-transform: uppercase;
	border-bottom: 2px solid #336699;
}

img
{
	border: none;
}

p
{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	text-align: left;
}

th, td
{
	font-size: 13px;
}

input, select
{
	font-size: 13px;
}

label
{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

legend
{
	font-size: 13px;
	font-weight: bold;
	color: #2085DA;
	background: #fff;
	margin-left: -10px;
}

fieldset
{
	border: 1px solid #2085DA;
	padding: 4px 14px 16px 18px;
	background-position: -1px -1px;
}

fieldset p
{
	margin: 3px 0 8px 0;
}


/* Logo 
----------------------------------------------- */
#masterHeader
{
	overflow: hidden;
	background-color: #003F7F;
	width: 100%;
	text-decoration: none;
}

#logoWrapper
{
	width: 960px;
	margin: 0 auto;
}

#logo
{
    height: 100px;
}

div#logo a {text-decoration: none;}

#microsoftPartner img
{
   margin-top: 10px;
}

.masterHeaderCredential
{
	margin-top: 15px;
}

.masterHeaderCredential img
{
    border: solid 1px #bababa;   
}

#headerWrapper
{
	background: #003F7F;
}

/* -- Menu --
----------------------------------------------- */
#topNav
{
	font-size: 14px;
	height: 35px;
	margin: 0px auto;
	background-color: #003F7F;
	width: 960px;
}

#topNav .tab
{
	width: 113px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

#topNav .rightTab
{       
	width: 113px;
	float: right;
	margin-top: 8px;
}

#topNav .navContent
{
	height: 21px;
	padding: 5px 0 0 0;
	background-color: #E6E6E6;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #C8D3E2;
}

#topNav .navContent a
{
	color: #000;
	text-decoration: none;
}
#topNav .navContent a:hover
{
	text-decoration: none;
}
#topNav .selected
{
	background-color: #5f9833;
	border-bottom: 1px solid #537F2C;
}
#topNav .selected a
{
	color: #fff;
}
#topNav .selected a:hover
{
	text-decoration: none;
}

/* New Footer CSS
----------------------------------------------- */
#footerWrapper
{
	/*clear: both;*/
	background-color: #003F7F;
	width: 100%;
	height: 85px;
	position: absolute;
	bottom: 0;
}

#footer
{
	clear: both;
	overflow: hidden;
	color: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer p
{
	margin: 0 0 2px 0;
	padding: 0;
}
#footer .footerCerts
{
	float: right;
	margin: 0;
	padding: 0;
	width: 420px;
	text-align: right;
	color: #fff;
}
#footer .footerCerts a
{
	margin: 10px 0 0 5px;
	color: #fff;
}
#footer .footerTagLine
{
	float: left;
	clear: left;
	width: 600px;
	text-align: left;
	margin: 2px 0px 5px 0px;
}
#footer .footerLinks
{
	float: left;
	clear: left;
	width: 600px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #fff;
}
#footer .footerLinks a
{
	color: #fff;
	text-decoration: none;
}
#footer .certSpacing
{
	margin-right: 10px;
}

#container
{
	/*height: 100%;	*/	
	min-height: 100%; 
	position:relative;
}

/* Absolutely positioned content border.*/
#contentBorderOuter
{
	position: absolute;
	top: 135px;
	bottom: 85px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	overflow: hidden;	
}

#contentBorderInner
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1000px;	
	overflow: hidden;
}

#contentBorder
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-left: 1px solid #C8D3E2;
	border-right: 1px solid #C8D3E2;
	height: 100%;
}

#contentWrapper 
{
    width: 1000px;
	margin: 0px auto;
	background: #fff url(../images/body-shadow.png) top no-repeat;
	min-height: 600px;
	height: 100%;
	padding-bottom: 85px;
	bottom: 0;
}

#content 
{
    width: 960px; 
    margin: 0 auto;
    padding-bottom: 60px;
    border-left: 1px solid #C8D3E2; 
    border-right: 1px solid #C8D3E2;
}

#content p
{
	line-height: 20px;
}

.sidebarHeading
{
	color: #cf4804;
	font-family: Trebuchet MS,arial;
	font-weight: bold;
	font-size: 17px;
}

/* Forms, Fieldsets
----------------------------------------------- */
.frm-btn
{
	padding: 1px 5px;
	margin: 0px;
	font-size: 12px;
}
.frm-input
{
	font-size: 13px;
	padding: 1px;
	background-color: #FEFEFE;
}
.frm-select
{
	font-size: 13px;
	padding: 1px;
	background-color: #FEFEFE;
}
.frm-textarea
{
	padding: 2px;
	font-size: 14px;
	background-color: #FEFEFE;
}

/* helper classes 
----------------------------------------------- 	*/
.green
{
	color: #669933;
}
.blue
{
	color: #2085DA;
}
.red
{
	color: red;
}
.black
{
	color: #444;
}
.orange
{
	color: #FFCC00;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.bold
{
	font-weight: bold;
}

.centeredImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clearer
{
	height: 1px;
	overflow: hidden;
	clear: both;
}

/* Privacy/Policy 
----------------------------------------------- */
.hrGreenFade
{
	margin: 35px 0 20px;
	height: 2px;
	background: url(../images/background_green_center_fade.gif) no-repeat top left;
	clear: both;
}
.top
{
	float: right;
}
.top a
{
	font-size: 11px;
	color: #2085DA;
	text-decoration: none;
	padding: 3px 6px;
}
.top a:hover
{
	background: #D7ECAE;
}
.styleHeadings
{
	font-size: 15px;
	padding: 7px 0 3px 0;
	margin-bottom: 9px;
	border-top: solid #ccc 2px;
	border-bottom: solid #CECECE 1px;
	text-transform: uppercase;
	text-align: left;
}
.legal
{
	font-size: 12px;
	line-height: 14px;
}

/* Features Gallery 
----------------------------------------------- */

#featuresGallery
{
	width: 250px !important;
	height: 176px !important;
	border-style: none;
	display: none;
}

#featuresGalleryContainer
{
	width: 250px;
	height: 176px;
	border: solid 3px #add6f1;
	margin: 10px 0 0 0;
}

#galleryFull
{
	width: 745px !important;
	height: 525px !important;
}

*:first-child + html .slideInfoZone
{
	bottom: -1px;
}
*:first-child + html .jdGallery a.right, *:first-child + html .jdGallery a.left
{
	filter: alpha(opacity=20);
}
*:first-child + html .jdGallery a.right:hover, *:first-child + html .jdGallery a.left:hover
{
	filter: alpha(opacity=80);
}
*:first-child + html .jdGallery a.left
{
	background: url('img/fleche1.gif') no-repeat center left;
}
*:first-child + html .jdGallery a.right
{
	background: url('img/fleche2.gif') no-repeat center right;
}
*:first-child + html a.open:hover
{
	filter: alpha(opacity=80);
}

#galleryFull a.carouselBtn
{
	right: 300px;
	background-color: #cf4804;
}
#featuresRequirements
{
	font-size: .9em;
	border: solid 1px #ededed;
	background: url(../images/associationBG.gif) top left repeat-x;
	padding: 5px 10px;
}
.featureItem
{
	margin-top: 10px;
}

/* --- Start Home ---- */
#homeBackdropWrapper
{
    padding: 2px;
    border: solid 1px #bababa;
    margin-bottom: 30px; /*width: 725px;*/
}

#homeBackdrop
{
	background: #0c7fc5 url('../images/bg.home.png') repeat-x;
}

#downloadBackdrop
{
    border: solid 1px #0c7fc5;
}


#homeBackdrop h1
{
	font-size: 1.6em;
	color: #000;
	margin: 10px 0 0 12px;
	border-style: none;
}

#homeBackdrop h2
{
	font-size: 3em;
	color: #000;
	margin: 0 0 0 10px;
}

#homeBackdrop a
{
    text-decoration: none;
    font-weight:bold;
    color: #004580;
}

#homeBackdropBanner
{
	border: solid 1px #bababa;
	background: url(../images/background.promo.extended.jpg) no-repeat center;
	height: 390px;
	margin-bottom: 30px; /*width: 725px;*/
}

#homeBackdropBanner h1
{
	font-size: 1.6em;
	color: #000;
	margin: 10px 0 0 12px;
	border-style: none;
}

#homeBackdropDownload
{
	margin: 20px 0 0 20px;
}

#homeFeatures
{
	text-align: left;
}
ul#homeFeatures
{
	list-style: none;
	text-align: left;
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 1.2em;
}
ul#homeFeatures li.multiLineItem
{
	background-image: url(../images/nav_plain_green.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-left: 10px;
	padding: 0;
	line-height: 26px;
}
ul#homeFeatures li
{
	background-image: url(../images/nav_plain_green.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin-left: 10px;
	padding: 0;
	line-height: 25px;
}

ul#homeFeatures li div.content
{
	color: #000;
	margin-left: 1.3em;
	padding: 0;
}

#homeFeaturesSummary
{
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: left;
}
#homeFeaturesSummary h2
{
	font-family: Trebuchet MS,arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	color: #336699;
	text-transform: uppercase;
	border-bottom: 2px solid #336699; 
}
#homeFeaturesSummary p
{
	font-size: 14px;
	line-height: 2em; 
	color: #000;
}

#homeFeaturesSummary ul li 
{
    font-size: 14px;
    margin-bottom: 15px;
	margin-left: 18px;
	list-style-type: disc;
}

#homeFeaturesSummary a
{
    text-decoration: none;
    font-weight: bold;   
}

div.homeFeaturesItem
{
	margin-top: 10px; 
}
.homeFeaturesItem img
{
	float: left;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}
.homeFeaturesItem h3
{
	font-family: Trebuchet MS,arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #336699;
	text-transform: uppercase;
}
.homeFeaturesItem p
{
	font-size: 14px;
	line-height: 2em;
	color: #000;
	margin: 10px 0;
}

.homeFeaturesItem a
{
    text-decoration: none;
    font-weight: bold;   
}

hr.homeFeaturesItemSeparator
{
	/*width: 470px;*/
	margin: 10px 0 20px 0;
	padding: 0;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #000000;
	border-style: none none dotted;
}

/* --- End Home --- */


/* ClickBank
---------------------------------------------- */
ul.clickBankHighlights
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.clickBankHighlights li
{
	font-size: 1.2em;
	padding-right: 20px;
	background-image: url(../images/bullet.blue.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 3.0em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

/* EasyMigrator
---------------------------------------------- */
#easyMigratorSummary
{
	margin-bottom: 20px;
}
#easyMigratorSummary h1
{
	color: #cf4804;
	font-family: Trebuchet MS,arial;
	font-size: 1.6em;
	font-weight: bold;
}
#easyMigratorSummary h3
{
	font-size: 1.2em;
	line-height: 2em;
}

#easyMigratorItems
{
	margin-left: 0px;
}
#easyMigratorItems p
{
	font-size: 1.1em;
	line-height: 1.8em;
}
#easyMigratorItems h4
{
	font-family: Trebuchet MS,arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #336699;
	text-transform: uppercase;
}
#easyMigratorItems div.itemNumber
{
	background: url(../images/list.round.bg.jpg) top left no-repeat;
	height: 55px;
	width: 50px;
	font-size: 2.5em;
	color: #fff;
	margin: 0;
	padding-left: 14px;
	padding-top: 5px;
	font-family: Trebuchet MS,arial;
	font-weight: bold;
}

#easyMigratorDownloadBanner
{
	background: #a1d4ff url(../images/background.gradient.devicelanding.jpg) bottom left repeat-x;
}


/* Features 
----------------------------------------------- */

#featuresHeader
{
	margin-left: 0px;
	text-align: left;
}
#featuresLeftColumn
{
	margin-left: 0px;
	text-align: left;
}
#featuresRightColumn
{
	text-align: left;
}
#featuresCallout
{
	background: url(../images/featuresCallout.gif) top no-repeat;
	margin-left: 0px;
	margin-top: 10px;
}
#featuresCallout p
{
	padding: 0px 20px 0px 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #cf4804;
	line-height: 2em;
	font-family: Arial;
	margin-top: 5px;
}

/* Contact
----------------------------------------------- */
#content .spotLight p.feature
{
	padding: 14px 10px 30px 0;
	margin-left: 55px;
}
#content .spotLight img.featureImg
{
	float: left;
	margin: 10px 10px 0 10px;
	width: 48px;
	height: 48px;
}

#contactHeader
{
	color: #2085DA;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	font-size: 17px;
	font-weight: bold;
}

#contactCompany
{
	background: #DFEEFA;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding: 5px;
	line-height: 20px;
}

#contactCompany p
{
	margin: 0px 0px 0px 15px;
}



#contactForm fieldset
{
	border: 1px solid #2085DA;
	padding: 4px 14px 16px 18px;
	background-position: -1px -1px;
}

#contactForm fieldset p
{
	margin: 3px 0px 8px 0px;
}

#contactForm legend
{
	font-size: 13px;
	font-weight: bold;
	color: #2085DA;
	background: #fff;
	margin-left: -10px;
	padding: 6px;
}

#separator
{
	height: 2px;
	margin: 20px 0;
	background: url(../images/background_green_center_fade.gif) no-repeat top left;
}

.separator
{
	height: 2px;
	margin: 20px 0;
	background: url(../images/background_green_center_fade.gif) no-repeat top left;
}

/* Policy Page */
#mainPolicyDiv
{
	text-align: left;
	margin-left: 0px;
}

#mainPolicyDiv .legal
{
	font-size: 12px;
	line-height: 20px;
}

#mainPolicyDiv p
{
	margin: 1em 0px 12px;
	display: block;
}

/* Easy Migrator */
#easyMigrator
{
	text-align: left;
	margin-left: 0px;
}

/* Affilicate Contact */
#affilicateContact
{
	text-align: left;
	margin-left: 0px;
}

#affiliateContactForm
{
	margin-left: 0px;
}

/* Affiliate Welcome */
#affiliateWelcome
{
	text-align: left;
	margin-left: 0px;
}


#supportTools p
{
    font-size: 14px;
	line-height: 2em; 
	color: #000;
}

/* Top Devices */
.TopDeviceTypes
{
	padding: 8px;
	border: solid 1px #6daae1;
}

.TopDeviceTypesInner
{
	border: solid 1px #EDEDED;
	padding: 10px;
}

.TopDeviceTypes ul
{
	list-style-type: none;
	margin-bottom: 5px;
}
.TopDeviceTypes li
{
	line-height: 2.5em;
	vertical-align: middle;
	margin-left: 0px;
}
.TopDeviceTypes img
{
	margin-right: 5px;
	vertical-align: middle;
}
