
/* ---------- BASIC STYLES / BUILD ---------- */

body { 
	margin: 0px; 
	padding: 7px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #fff; 
	color: #000;
}

ul, ul li {
	margin: 0;
	padding: 0;
}

#header {   
	background: #fff url(../images/header_bg.png) repeat-x top center;
	height: 70px;
}

#header .calltoaction{
float: right;
font-size: 1em;
letter-spacing: -0.04em;
color: #157DB7;
padding: 24px 18px 0 0;
}

#menu {
	background: #fff url(../images/menu_bg.png) repeat-x left top;
	height: 43px;
	padding: 1px 0;
	text-align: right;
	clear: both;
}



#maincontenthome { 
	background: #505050 url(../images/homecont_bg.png) repeat-x left top;
	margin-top: 15px;
	min-height: 460px;
	height: 460px;
}

#maincontent {
	background: #fff;
	min-height: 460px;
	margin-top: 15px;	
	margin-bottom:40px;
}

#contentleft {
	width: 44%;
	float: left;
	padding-top: 55px;
	padding-left: 30px;
}

#contentright {
	width: 52%;
	float: right;
	text-align: center;
	padding-top: 30px;	
}

#leftmenu {
	width: 220px;
	float: left;
}

#content {
	margin-left: 230px;
	padding: 0 20px 10px 20px;
}

#subcontentcurve {
	background: #505050 url(../images/subcontent_curvebg.png) no-repeat left top;
	width: 100%;
	height: 37px;
}

#subcontentcurve span {
	float: left;
	padding: 8px 0 0 40px;
	font-size: 1.4em;
	color: #101010;
	font-weight: bold;
}

#subcontentcurve .subcurve {
	float: right;
}

#subcontent {
	width: 100%;
	height: 100px;
	background: #fff url(../images/subcontent_bg.png) repeat-x left top;
	padding-bottom: 20px;
}

.subcontent_box {
	width: 23%;
	height: 100px;
	float: left;
	padding-top: 20px;
	margin-left:10px;
}

#footer { 
	clear: both;
background: #fff url(../images/footer_bg.png)  repeat-x left bottom;
height: 138px;
}

/* ---------- USUAL FRIENDS ---------- */

h1 {
	color: #fff;
	background: #000 url(../images/h1_bg.png) repeat-x left top;
	height: 1.3em;
	font-size: 1.5em;
	font-weight:lighter;
	letter-spacing: -0.05em;
	padding: 0.2em 0 0.2em 2%;
	margin-left: -10px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #1399d2;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin-top: 0;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
	color: #1399d2;
	margin: 0;
	padding: 0 0 5px 0;
}

p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #404040;
	padding: 0 0 0.75em 0;
	margin: 0;
}

#maincontenthome p {
	color: #fff;
}

a:link, a:visited {
	color: #404040;
	text-decoration: underline;
}

a:hover, a:active {
	color: #101010;
	text-decoration: none;
}

#maincontenthome a:link, #maincontenthome a:visited {
	color: #fff;
}

#maincontenthome a:hover, #maincontenthome a:active {
	color: #1399d2;	
}

a:link img, a:visited img {
	border: none;
}

a:hover img, a:active img {
	border: none;
}

#contentleft h2{
	padding: 15px 5px;
	margin: 0;
	color: white;
}

/* ---------- STYLING (TOP TO BOTTOM) ---------- */

	/* header */

.pdmslogo {
	padding: 10px 0 10px 8px;
	float: left;
}


#menu ul {
	list-style-type:none;
	position:relative;
	display:block;
	height:40px;
	float:right;
}

#menu li {
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #5eb0d5;
}

#menu li.current a:link, #menu li.current a:visited {
	background: #fff;
	color: #000;
}

#menu li.current a:hover, #menu li.current a:active {
	background: #fff;
	color: #000;
}

#menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:30px;
	font-size: 0.9em;
	color: #fff;
	float: left;
}

#menu li a:hover, #menu li a:active {
	display:block;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:30px;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #1399d2;
}


	/* middle */

.browseleft {
	margin-top: 70px;
	float: left;
}

.browseright {
	margin-top: 70px;		
	float: right;	
}

#leftmenu ul {
	display: block;
	list-style-type: none;
	padding:0;
	margin:0;
}

#leftmenu ul li {

}

#leftmenu ul li.leftmenuli {
	color:#404040;
	background: #000 url(../images/leftmenuitem_bg.png) repeat-x left top;
	height: 1.3em;
	font-size: 1.5em;
	font-weight:lighter;
	letter-spacing: -0.05em;
	padding: 0.2em 0 0.2em 5%;
	border-bottom: 1px solid #b4b4b4;	
	margin-top: 0;
}

#leftmenu ul li a:link, #leftmenu ul li a:visited {
	padding:12px 5px 12px 12px;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	text-decoration:none;	
	display:block;
	border-bottom: 1px solid #b4b4b4;	
}

#leftmenu ul li a:hover, #leftmenu ul li a:active {
padding:12px 5px 12px 12px;
	color: #000;
	background-color: #efefef;
	text-decoration:none;	
	display:block;
	border-bottom: 1px solid #b4b4b4;
}

.contentleft p {
	color: #000;
	padding:0;
	margin: 0;
}


	/* footer */
	
#subcontent .subcontent_box a:link, #subcontent .subcontent_box a:visited {
	text-decoration: none;
	color: #202020;
}

#subcontent .subcontent_box a:hover, #subcontent .subcontent_box a:active {
	text-decoration: underline;
	color: #505050;
}
	
.subcontent_box img, .subcontent_boxleft img {
	padding-left: 5px;
	float: left;
}

.subcontent_box h3, .subcontent_boxleft h3 {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 80px;
	letter-spacing: -0.04em;
}

.subcontent_box p, .subcontent_boxleft p {
	color: #666;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: -12px;
	padding-left: 80px;
}

#footer .callus {
	padding: 10px 0 10px 20px;
	float: right;
}

#footer .footericons, #footer .gotopdms {
	clear: right;
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
}


#footer .footericons {
	margin: 20px 20px 0 0;
}

#footer .gotopdms {
	margin: 0px 20px 0 0;
} 

#footer .gotopdms img {
	padding-left: 5px;
}
/* ---------- PORTFOLIO ON FRONT PAGE ---------- */

.stepcarousel{
position: relative;
border: none;
overflow: hidden;
width: 320px;
height: 355px;
margin: 0 auto;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}
 
.stepcarousel .panel{
float: left; 
overflow: hidden;
width: 320px; 
height: 355px;
padding: 0 30px 0 0;
background: url(../images/carousel-shadow.png) no-repeat;
}

.stepcarousel .panel img {
	padding-bottom: 20px;
}

.samplebuttons{
margin: 0 auto;
padding-top: 40px;
width: 80%;
}

.samplebuttons a{
border: none;
text-decoration: none;
}
.stepcarousel .panel span {
	color: #fff;
	font-size: 0.8em;
}

.stepcarousel .panel span.topspan {
	font-weight: bold;
}

/* ---------- PORTFOLIO PAGES STYLING ---------- */


.portfolioimage {
	float: right;
	width: 400px;
}

#gallery a:link, #gallery a:visited {	
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #ccc;
	float: right;
}

#gallery a:hover, #gallery a:active {	
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #888;
	float: right;
}

.visitsite {
	clear:right;
	float: right;
	width: 100px;
	text-align: center;
	margin: 10px 10px 0 0;
	font-size: 0.7em;
	color: #404040;
	text-decoration: none;
	padding:4px;
	border: 1px solid #ccc;
}

.visitsite:hover  {
	color: #000;
	text-decoration: none;
	border: 1px solid #888;	
}

.portcurrent {
	background: #efefef;
}

.logosleft {
	width: 50%;
	float: left;
}

.logosright {
	width: 50%;
	float: right;
}

.logopart {
	width: 300px;
	margin: 5% auto;
	padding: 5px;
	border: 1px solid #ccc;
}


/* old logo stuff

.LogoSection {
	float: left;
	border-bottom: 1px solid #efefef;
	margin-top: 0.75em;
	width: 100%;
}

.LogoSection a:link, .LogoSection a:visited {
	color: #404040;
	text-decoration: underline;
}

.LogoSection a:hover, .LogoSection a:active {
	color: #101010;
	text-decoration: none;
}

.LogoSection img{
	float: right;
	padding: 0 0 10px 10px;
}

.LogoSection p {
	font-size:0.7em;
}

*/

/* ---------- ABOUT US STYLING ---------- */


.AboutSection {
	border-bottom: 1px solid #efefef;
	display: block;
	height: 100%;
	padding: 20px 10% 10px 0;
}

.AboutSection a:link, .AboutSection a:visited {
	color: #404040;
	text-decoration: underline;
}

.AboutSection a:hover, .AboutSection a:active {
	color: #101010;
	text-decoration: none;
}

.AboutSection img{
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
}

.AboutSection p {
	font-size:0.75em;
}

.AboutSection h2, .AboutSection h4, .AboutSection p  {
	margin-left: 160px;
}


/* ------------- SERVICES PAGE -----------*/


.SubSection {
	border-bottom: 1px solid #efefef;
	margin-top: 0.75em;
}

.SubSection a:link, .SubSection a:visited {
	color: #404040;
	text-decoration: underline;
}

.SubSection a:hover, .SubSection a:active {
	color: #101010;
	text-decoration: none;
}

.SubSection img{
	float: left;
	padding-right: 10px;
}

.SubSection h2, .SubSection p{
margin: 0 0 0 100px;
}

.SubSection ul {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #404040;
	margin-left: 140px;
}
/* ---------- CONTACT FORM ---------- */


label{
	float: left;
	width: 120px;	
	margin-right: 15px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

input, textarea{
	width: 400px;
	margin-bottom: 5px;
	border:1px solid #c1c6c9;
	background-color: #ececec;
}

textarea{
	width: 400px;
	height: 150px;
}

.boxes{
	width: 1em;
}

#Submit{
	margin-left: 135px;
	margin-top: 5px;
}

#RequiredFieldValidator1,#Requiredfieldvalidator2 {
	font-size: 0.7em;
	letter-spacing: -0.02em;
	vertical-align: top;
	margin: 4px 0 0 0;
}

