/******************************************
*   All Styles                       
******************************************/


/*Main Page Lauout */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-weight: lighter;
}
.table {
	width:1000px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-top: 2px solid #292B34;
	border-right: 2px solid #292B34;
	border-left: 2px solid #292B34;
}
.tableindex {
	width:1004px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: 2px solid #292B34;
	border-bottom: 2px solid #292B34;
	border-left: 2px solid #292B34;
}
.content_1 {
	width:700px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 38px;
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	text-align: justify;
	
}
.content_2 {
	width:300px;
	vertical-align: top;
	padding-right: 20px;
}

#header {
	width: 1000px;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #79A4BE;
	border: 1px solid #FFFFFF;
}
#headerbox {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}



#toptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #114D15;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 88px;
	width: 538px;

}

.txth1index {
	font-size: 22px;
	margin-top: 20px;
}

.txtindex {
	font-size: 14px;
	color: #333333;
	word-spacing: 1px;
}

.txtindexsmaller {
	font-size: 11px;
	font-weight: normal;
}


a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
		text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.topimage {
	border: 1px solid #999999;
	margin-bottom: 15px;
	margin-top: 1px;


}

.lh {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
.ltxt {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lnav {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	background-color: #CCCCCC;
	font-weight: bold;
}


ul {
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #FF9933;
	text-align: right;

}
li {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #FF9933;
	text-align: right;

}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}

.footer_txt {
	width: 1004px;
	font-size: 11px;
	text-align: center;
	padding: 10px 10px 10px 50px;
	color: #FFFFFF;
	background-color: #292B34;
}

#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}
	
#sidebar_main {
	padding: 0px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	}
	

/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #FFFFFF;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
/* End Images */

.addthis {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
/***
 ***  NAVIGATION
 ***/
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 130px;
	height: 50px;
	background: url(/wp-content/themes/dsp/assets/images/navigation.gif);
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.about a {
	background-position: -130px 0;
	}

ul.cssmenu li.services a {
	background-position: -260px 0;
	}
	
ul.cssmenu li.order a {
	background-position: -390px 0;
	}
	
ul.cssmenu li.blog a {
	background-position: -520px 0;
	}
	
ul.cssmenu li.phone a {
	background-position: -650px 0;
	}
	
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -50px;
	}

ul.cssmenu li.about a:hover {
	background-position: -130px -50px;
	}

ul.cssmenu li.services a:hover {
	background-position: -260px -50px;
	}
	
ul.cssmenu li.order a:hover {
	background-position: -390px -50px;
	}
	
ul.cssmenu li.blog a:hover {
	background-position: -520px -50px;
	}
	
ul.cssmenu li.phone a {
	background-position: -650px -50px;
	}
	
/*
*	Clicked Links
*/

ul.cssmenu li.home a:active {
	background-position: 0 -150px;
	}

ul.cssmenu li.about a:active {
	background-position: -130px -100px;
	}

ul.cssmenu li.services a:active {
	background-position: -260px -100px;
	}
	
ul.cssmenu li.order a:active {
	background-position: -390px -100px;
	}
	
ul.cssmenu li.blog a:active {
	background-position: -520px -100px;
	}

ul.cssmenu li.phone a {
	background-position: -650px -100px;
	}
