body {
	margin:0;
	padding:0;
	background-color: white;
	font-family: "Lucida Grande",Arial, Verdana, sans-serif;
}

dl,dt,dd {margin: 0;padding: 0;}

h1,h2,h3,h4,h5 {margin: 0;padding: 0;}


/* ******************************** Client Login */


a.clickProcess {
	float: right;
	width: 300px;
	height: 187px;
	margin: 20px 15px;
	border: double 3px #CCC;
	background: transparent url(click-process1.jpg) no-repeat;
}

a.clickProcess:hover {background: transparent url(click-process2.jpg) no-repeat;}

div#client-login-tab {
	margin: 0px;
	padding: 0px;
	background: url(../images/clt-orange-bg.gif) top repeat-x;
}

div#clt-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto; 
}
div#tagline {
	height: 37px;
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
	color: white;
	line-height: 37px;
}
div#tab a {
	float: right;
	text-indent: -9999px;
	width: 109px;
	height: 19px;
	display: block;
	background: url(../images/client-tools-tab.gif) no-repeat;
}
div#tab a:hover {
	background: url(url(../images/client-tools-tab-r.gif) no-repeat;)
}

div#cpc-left {
	float: left;
	width: 300px;
	padding-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}
div#cpc-left a {
	color: white;
	text-decoration: none;
}
div#cpc-left a:hover {
	color: black;
}
div#cpc-right {
	float: right;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#account-info {
	float: left;
	width: 212px;
	height: 12px;
	text-indent: -9999px;
	background: url(../images/account-info.gif) top no-repeat;
	display: block
}
div#login {
	float: right;
	width: 275px;
}
div#login p {
	margin-top: 0;
	margin-bottom: 5px;
	color: white;
	font-size: 10px;
}

.loginbox {
	font-size: 10px;
	color: #ccc;
}
.submit-button {
	margin-top: 0px;
	margin-left: 10px;
}

/* ******************************** Logo & Nav */

div#logo-bar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}
div#logo {
	float: left;
	width: 241px;
	height: 68px;
	text-indent: -9999px;
	background: url(../images/dedon-logo-tagline.gif) no-repeat;
	display: block;
	margin-left: 10px;
}



/* ******************************** Focal */

div#focal {
	width: 960px;
	height: 400px;
	background: #666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ******************************** 3 Boxes */

div#three-boxes {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
.box {
	float: left;
	width: 280px;
	margin-right: 50px;
}

.box p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border-top: 1px solid #999;
	padding-top: 7px;
}

h2.box-title-one {
	text-indent: -9999px;
	width:241px;
	height: 20px;
	background: url(../images/box-t-1.gif) no-repeat;
	display: block;
	
}

h2.box-title-two {
	text-indent: -9999px;
	width:143px;
	height: 20px;
	background: url(../images/box-t-2.gif) no-repeat;
	display: block;
}

h2.box-title-three {
	text-indent: -9999px;
	width:118px;
	height: 20px;
	background: url(../images/box-t-3.gif) no-repeat;
	display: block;
}

p.learnmore a {
	padding: 4px;
	color: #666;
	background-color: #ccc;
	text-decoration: none;
	float: right;
	font-size: 10px;
}
p.learnmore a:hover {
	color: white;
	background-color: #333;
}

/* ******************************** Main Content */

div#main-content-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px; 
}

div#leftside-content {
	float: left;
	width: 200px;
	padding-left: 10px; 
}

div#leftside-content h3 {
	color: #666;
	margin-top: 5px;
	font-size: 12px;
	
}

div#leftside-content a.email {
	text-decoration: none;
	color: black;
}
div#leftside-content a.email:hover {
	border-bottom: 1px dotted black;
	color: #f7941e;
}


div#leftside-content p {
	margin-top: 0;
	font-size: 10px;
	line-height: 14px;
}

div#rightside-content {
	float: right;
	width: 740px;
}

div#rightside-content h1 {
	font-size: 18px;
	color: white;
	font-weight: lighter;
	margin-top: 25px;
	margin-bottom: 25px;
}

div#rightside-content h2 {
	font-size: 26px;
	line-height: 30px;
	padding-right: 10px;
	font-weight: lighter;
}

div#rightside-content h3 {
	font-size: 18px;
	line-height: 22px;
	padding-right: 10px;
	font-weight: lighter;
}

div#rightside-content h4 {
	font-size: 18px;
	line-height: 22px;
	padding-right: 10px;
	font-weight: lighter;
	color: #f89b2c;
}

div#rightside-content p,div#rightside-content ul {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-align: left;
	padding-top: 7px;
	font-weight: normal;
}

div#rightside-content p.toppage {
	font-size: 10px;
	color: #333;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
}

div#rightside-content p a {
	color: black;
	text-decoration: none;
}
div#rightside-content p a:hover {
	color: #f7941e;
	border-bottom: 1px dotted #000;
}


div#proof-photo {
	margin-top:0;
}

div#proof-photo img {
	float: left;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid black;
}



/* ******************************** 3 Boxes - Process */

div#rightside-content-boxes {
	float: right;
	width: 740px;
	margin-top:20px;
}

.process-box {
	width: 200px;
	margin-right: 50px;
	float:left;	
	font-size:10px;
	line-height: 14px;
	
}
.process-box-last {
	width: 200px;
	float:left;
	font-size:10px;
	line-height: 14px;	
}

.para-description {
	margin-top: 0;
	height: 40px;
}


/* ******************************** footer */

div#footer {
	border-top:1px dotted #666;
	clear: both;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-bottom: 10px;
}

div#fl {
	float: left;
	width: 66px;
	height:26px;
	text-indent: -9999px;
	display: block;
	background: url(../images/dedon-logo-sm.gif) no-repeat;
}
div#fr {
	float: right;
	color: #999;
}

div#fr p {
	margin-top: 4px;
	font-size: 10px;
	text-align: right;
}

div#fr a {
	color: #999;
	text-decoration: none;
}

div#fr a:hover {
	color: #333;
}





