*{
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 26px;	
	margin-top: 155px;
	margin-left: 40px;
	margin-bottom: 50px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 16px;	
}
p{
	margin-bottom: 15px;	
}
img {
	border:none;
}
form {
	display:inline;
}

a, a:visited {
	color:#0066CC;
	text-decoration: none;
	outline: none;
}
.clearfloat{
	clear: both;	
}
.floatleft{
	float: left;	
}
.floatright{
	float: right;	
}



/* ------ home page ------ */
.header{
	height: 80px;
	background-image:url(../img/header-background.jpg);
	background-repeat: repeat-x;
}
.headerbox{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.logo{
	margin-top: 20px;
	margin-left: 24px;
}
.button-login{
	position: absolute;
	right: 0;
	top: 35px;
}
.contactus{
	position: absolute;
	right: 0;
	top: 10px;
}
.navigation-width{
	background-color: #323232;
	height: 60px;
}
.centerplacement{
	margin: 0 auto 0 auto;
	width: 980px;
}
.centerplacement-large{
	margin: 0 auto 0 auto;
	width: 1200px;	
}
.slideshow{
	width: 670px;
	height: 320px;
	position: absolute;
	right: 0;
	top: 0;
}
.top{
	height: 320px;
	background-color: #F0F0F0;
}
.topcontainer{
	position: relative;
}
.top-left{
	height: 320px;
	width: 310px;
	float: left;
	background-image:url(../img/turquoise.png);
	background-repeat: repeat;
}
.home-learnmore{
	margin-top: 7px;	
	margin-left: 48px;
}
.middle{
	height: 350px;
	background-color: #FFFFFF;
}
.middle-left{
	height: 350px;
	width: 310px;
	float: left;
}
.middle-left p{
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 14px;
	line-height: 22px;
	margin-left: 28px;
	margin-right: 33px;
	margin-top: 25px;
	margin-bottom: 0;
}
.middle-left h1{
	margin-top: 28px;
	margin-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;	
	font-size: 20px;
	margin-bottom: 0;
	margin-right: 0;
}
.button-register{
	margin-left: 40px;	
	margin-top: 16px;
}
.middle-right{
	float: left;
	width: 670px;
	height: 350px;
}
.middle-right h1{
	margin-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;	
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.module{
	float: left;
	height: 270px;
	width: 210px;
	margin-right: 20px;
	margin-top: 25px;
	background-image:url(../img/home-module-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.modulelast{
	margin-right: 0;	
}
.module h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;	
	margin-left: 14px;
	margin-top: 14px;
	margin-bottom: 2px;
	margin-right: 0;
}
.module p{
	color: #646464;
	font-size: 12px;
	line-height: 18px;
	margin-left: 14px;
	margin-right: 10px;
}
.module img{
	/* margin-top: 16px;
	margin-left: 14px; */
	position: absolute;
	bottom: 25px;
	left: 14px;
}



/* ------ navigation styles ------ */
#navigation {
	display: block;
	height: 60px;		
	width: 980px;		
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#navigation a {
	float: left;
	display: block;
	height: 60px;		
	margin-top: 0;
	background-position: 0 0;
	background-image: url(../img/navigation.jpg);
	background-repeat: no-repeat;
	text-indent: -9000em;
}
/* --- static state --- */
#navigation a.nav-home {
	background-position: 0px 0px;
	width: 128px;
}
#navigation a.nav-why {
	background-position: -128px 0px;
	width: 229px;
}
#navigation a.nav-how {
	background-position: -357px 0px;
	width: 154px;
}
#navigation a.nav-workflow {
	background-position: -511px 0px;
	width: 125px;
}
#navigation a.nav-testimonials {
	background-position: -636px 0px;
	width: 154px;
}
#navigation a.nav-contactus {
	background-position: -790px 0px;
	width: 190px;
}

/* --- hover state --- */
#navigation a.nav-home:hover, body.page-home #navigation a.nav-home {
	background-position: 0px -60px;
	width: 128px;
}
#navigation a.nav-why:hover, body.page-why #navigation a.nav-why {
	background-position: -128px -60px;
	width: 229px;
}
#navigation a.nav-how:hover, body.page-how #navigation a.nav-how {
	background-position: -357px -60px;
	width: 154px;
}
#navigation a.nav-workflow:hover, body.page-workflow #navigation a.nav-workflow {
	background-position: -511px -60px;
	width: 125px;
}
#navigation a.nav-testimonials:hover, body.page-testimonials #navigation a.nav-testimonials {
	background-position: -636px -60px;
	width: 154px;
}
#navigation a.nav-contactus:hover, body.page-contactus #navigation a.nav-contactus {
	background-position: -790px -60px;
	width: 190px;
}






/* ------ home page footer styles ------ */
.bottom{
	height: 260px;
	background-image: url(../img/home-footer-background.jpg);
	background-repeat: repeat-x;
}
.bottomspacer{
	height: 90px;	
}
.gearbox{
	height: 260px;
	background-image: url(../img/gears.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.casestudy{
	width: 980px;
	margin: 0 auto 0 auto;
}
.casestudy-left{
	float: left;
	width: 310px;
	height: 200px;
}
.casestudy-left h1{
	margin-top: 20px;
	margin-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;	
	font-size: 20px;
	margin-bottom: 0;
	margin-right: 0;
}
.casestudy-left img{
	margin-left: 82px;
	margin-top: 30px;
}
.casestudy-right{
	float: left;
	height: 200px;
}
.casestudy-right p{
	margin-top: 30px;
	width: 540px;	
	font-family:"Times New Roman", Times, serif;
	color: #646464;	
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}
.casestudy-right a{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#footer{
	position: relative;
	clear: both;
	height: 60px;
}
#footer a{
	color: #FFFFFF;	
}
#footer ul{
	padding-top: 5px;
	margin-bottom: 0;
}
#footer ul li{
	color: #FFFFFF;	
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0;

}
#footer ul .last{
	border-right: none;	
}
#footer p{
	padding-top: 3px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 11px;
}
.poweredby{
	position: absolute;
	right: 0;
	bottom: 20px;
}




/* ------ secondary layout ------ */
.leftgraycolumn{
	float: left;	
}
.rightcolumn{
	float: left;	
	background-color: #FFFFFF;
	background-image: url(../img/blue.jpg);
	background-repeat: repeat-y;
	width: 980px;
}
.contentcontainer{
	background-image:url(../img/left-column.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#subnavigation{
	float: left;
	background-image:url(../img/blue-gear.jpg);	
	background-repeat: no-repeat;
	height: 270px;
	width: 310px;
	position: relative;
}
#subnavigation ul{
	margin-top: 20px;
}
#subnavigation li{
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 5px;

}
#subnavigation li.selected a{
	font-weight: bold;
}
#subnavigation li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 14px;
}
#subnavigation img{
	position: absolute;
	bottom: -40px;
	left: 42px;
}
#subnavigation p{
	color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
}
.secondary-bottomspacer{
	height: 15px;	
}
.maincontent{
	float: left;	
	width: 670px;
	min-height: 680px;
	height: auto !important;
  	height: 680px;
}
.pageheaderimage{
	margin-bottom: 30px;	
}
.rightcoltext{
	margin-left: 30px;
	padding-top: 10px;
	width: 450px;
}
.rightcoltext ul{
	margin-left: 20px;
}
.rightcoltext li{
	margin-bottom: 10px;	
}
.rightcoltext a{
	font-weight: bold;	
}
.indent{
	margin-left: 20px;	
}



/* ------ secondary footer ------ */
.secondary-poweredby{
	position: absolute;
	right: 110px;
	bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 11px;
}
#secondary-footer{
	background-image: url(../img/secondary-footer-bg.jpg);
	background-repeat: repeat-x;
}
.secondary-bottom{
	position: relative;
	height: 198px;
	width: 1200px;
	background-image:url(../img/secondary-footer-background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}
#secondary-footer a{
	color: #FFFFFF;	
}
#secondary-footer ul{
	padding-top: 142px;
	padding-left: 110px;
}
#secondary-footer ul li{
	color: #FFFFFF;	
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0;

}
#secondary-footer ul .last{
	border-right: none;	
}
#secondary-footer p{
	padding-top: 3px;
	margin-top: 0;
	padding-left: 126px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 11px;
	margin-bottom: 0;	
}



/* ------ why dealershoplogic ------ */
.dloverview-box{
	margin-left: 35px;	
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.dloverview-box img{
	float: left;
	margin-right: 20px;
}
.dloverview-box h2, .dloverview-box a{
	font-size: 14px;
}
.dloverview-box p{
	margin-top: 5px;
	margin-right: 10px;
}



/* ------ customer login ------ */
.page-customerlogin h1{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 0;
	margin-left: 0;
}
.page-customerlogin p{
	margin-bottom: 5px;	
}
.page-customerlogin input{
	width: 325px;
	height: 22px;
	margin-bottom: 10px;
	font-size:12pt;
	font-weight:bold;
}
.page-customerlogin input.checkbox{
	display: block;
	width: 0;
}
.page-customerlogin .rememberusername{
	margin-top: -32px;	
	margin-left: 20px;
}
.page-customerlogin input.button{
	margin-top: 15px;	
	width: 80px;
	height: 28px;
	font-size: 14px;
}
.page-customerlogin .forgotpass{
	color: #356FB8;
	margin-top: -32px;
	font-weight: normal;
	margin-left: 10px;
}




/* ------ contact us ------ */
.page-contactus td{
	padding-bottom: 20px;	
}
.page-contactus input{
	width: 300px;
}
.page-contactus .comments{
	width: 300px;
	height: 100px;
}
.page-contactus .label{
	width: 200px;
	vertical-align: top;
}
.page-contactus .button{
	width: 100px;
}
.page-contactus .buttoncell{
	text-align: right;
	
}

