/*  
Theme Name: DDS
Theme URI: http://ddshome.com/
Description: Theme for Digital Document Solutions.
Version: 1
Author: DDS
Author URI: http://ddshome.com/
*/



*{
	font-size:12px;
	font-family:arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none
}

body{
	background:url(images/background.jpg);
	color:#333
}

p, address{
	margin:0 0 15px;
	line-height:1.5em;
	font-style:normal;
}

q{
	display:block;
	margin:6px 0;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a{
	color:#215D8F;
}

a:hover{
	text-decoration:none;

}

dt{
	font-weight:bold;
}

/* ---- HEADINGS ---- */

h1{
	font-size:15px;
	color:#00467F;
	margin-bottom:10px;
}

h2{
	font-size:15px;
	margin:10px 0 4px 0
}

h3{
	font-size:14px
}

h4{
	font-size:13px;
	margin-bottom:7px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
	margin-bottom:5px;
}

/* ---- END HEADINGS ---- */

/* ---- FORMS ---- */

form{
	margin:20px 0;
}

label{
	display:block;
	width:150px;
	float:left;
}

form#long label{
	width:180px;
}

input{
	margin:0 4px;
}


/* ---- END FORMS ---- */


.clear{
	clear:both;
}

#container{
	width:800px;
	margin:40px auto 0 auto;
}

#header{
	background:#DADCDD url(images/imgTopTab.gif) no-repeat;
}

#header ul{
	float:right;
	margin:10px 25px 10px 0;
}

#header ul li, #header ul li a{
	font-size:13px;
	color:#00467F;
	display:inline;
	font-weight:bold;
}

#header ul li a:hover{
	text-decoration:none;
}

.left{
	float:left;
	width:200px;
	margin-bottom:20px;
}

.right{
	float:right;
}

.top{
	margin-top:10px;
}

.padRight{
	margin-right:10px;
}

a#logo{
	display:block;
	text-indent:-9999px;
	width:284px;
	height:94px;
	background:url(images/imgLogoDDS.gif) no-repeat;
	float:right;
	margin-right:10px;
}

#nav{
	clear:both;
	width:800px;
	height:44px;
	background:url(images/bgNav.gif) left no-repeat;
}

#nav ul{
	margin-left:174px;
}

#nav ul li {
	float:left;
}

#nav ul li a{
	height:28px;
	padding:16px 0 0 0;
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
#nav ul li a:hover{
	text-decoration:none;
	color:#00467F;
}

#nav ul li a.quote{
	width:209px;
	background:url(images/btnQuote.gif) no-repeat;
}
#nav ul li a.sales{
	width:210px;
	background:url(images/btnSales.gif) no-repeat;
}
#nav ul li a.meter{
	width:207px;
	background:url(images/btnMeter.gif) no-repeat;
}

#main{
	background:#FFF;
	padding-top:30px;
	width:800px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

#left{
	float:left;
	width:185px;
	margin-bottom:10px;
	background:#FFF url(images/imgLeftTop.gif) top no-repeat;
}

#left div{
	background:url(images/imgLeftMiddle.gif) repeat-y;
	text-align:center;
}

#left div.bottom{
	background:url(images/imgLeftBottom.gif) bottom no-repeat;
	padding-bottom:15px;
}

#left ul{
	width:185px;
	margin-top:16px;
	text-align:left;
}

#left ul li{
	width:155px;
	font-size:11px;
	font-weight:bold;
	color:#00467F;
	padding:0 0 15px 15px;
}

#left ul li a{
	font-size:11px;
	font-weight:bold;
	color:#00467F;
	text-decoration:none;
}

#left ul li ul{
	margin:0;
	padding:0;
	width:145px;
}

#left ul li li{
	padding:15px 0 0 0;
	margin-left:15px;
	color:#555;	
	list-style-type:disc;
}

#left ul li li a{
	color:#555;
}

#left ul li a:hover, #left ul li li a:hover{
	text-decoration:none;
	color:#FFF;
}

#right{
	background:#FFF;
	float:left;
	margin-left:50px;
	width:450px;
}

#right ul{
	margin-bottom:10px;
}

#right ul li{
	list-style:disc;
	margin-left:25px;
	padding-bottom:5px;
}

#footer{
	clear:both;
	background:#969697;
	text-align:center;
	padding:10px 0;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer p{
	margin:0;
}













