/**/
/*To get started customizing with CSS, we recommend you*/
/*go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/*/
/*to get started.*/
/**/
/*When writing the selectors for the elements, put body.custom at the*/
/*beginning.*/
/**/
/*For an example on how to change the background with custom CSS*/
/*we can use the following code.*/
/**/
/*body.custom {*/
/*background: red;*/
/*}*/
/**/
BODY.custom #navigation
{
}
BODY.custom .flashheader
{
	display: inline-block;
	position: relative;
	clear: both;
	margin-left: -10px;
	margin-top: -6px;
}
BODY.custom .contactinfo
{
	position: absolute;
	text-align: right;
	color: #FFFFFF;
	left: 641px;
	top: 100px;
}
BODY.custom .navigation
{
	//width: 804px;
	width: 100%;
	height: 47px;
	//margin: 0 auto 0 14px;
	margin: 0 auto;
	//background: url(http://www.dmidrilling.com/images/navicons.jpg) no-repeat;
}
BODY.custom UL.navigation {
	background: url(http://www.dmidrilling.com/wp-content/uploads/2010/12/menuback.jpg) repeat-x;
	height: 47px;
}
BODY.custom .navigation LI A
{
	display: block;
	//width: 70px;
	padding-top: 15px;
	padding-left: 20px;padding-right: 20px;
	font-size: 12px;
	font-weight: 700;
	//text-align: center;
	text-shadow: 2px 1px white;
}
BODY.custom .navigation LI.current_page_item A:hover
{
	font-size: 12px;
	font-weight: 700;
	//text-align: center;
	text-shadow: 2px 1px white;
}
BODY.custom ul.navigation>li>ul li {
	background: #EDF1F4;
}
BODY.custom .navigation .page-item-5 A
{
	//width: 114px;
	//padding-left: 61px;
}
BODY.custom .navigation .page-item-7 A
{
	//width: 88px;
	//padding-left: 56px;
}
BODY.custom .navigation .page-item-9 A
{
	//width: 76px;
	//padding-left: 50px;
}
BODY.custom .navigation .page-item-11 A
{
	//width: 74px;
	//padding-left: 49px;
}
BODY.custom .navigation .page-item-13 A
{
	//width: 109px;
	//padding-left: 43px;
}
BODY.custom #footer
{
	background: url(http://www.dmidrilling.com/images/footerback.jpg) repeat-x;
}
BODY.custom #footer UL
{
	padding-left: 20px;
}
BODY.custom #footer UL LI
{
	float: left;
	border-left: 1px solid #000000;
	padding: 0px 5px;
}
BODY.custom #footer UL LI:first-child
{
	border-left: 0px none #000000;
}
BODY.custom #footer UL LI A
{
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 2px 1px white;
}
BODY.custom #footer UL LI A:hover
{
	text-decoration: underline;
}
BODY.custom TABLE
{
	font-family: Arial, Helvetica;
	color: #FFFFFF;
	font-size: 10pt;
}
BODY.home .content IMG
{
	border: 1px solid #FFFFFF;
	margin: 15px;
}
BODY.custom .features UL
{
	padding-left: 0px;
}
BODY.custom .features UL LI
{
	padding-left: 42px;
	list-style: none none;
	background: url(http://www.dmidrilling.com/images/bullet.jpg) no-repeat 15px 5px;
}
BODY.custom .features
{
	clear: both;
	margin: 6px;
}
BODY.custom .features DIV
{
	float: left;
	width: 350px;
	padding-left: 30px;
}
BODY.custom .features DIV+DIV
{
	width: 300px;
}
BODY.custom .features DIV+DIV IMG
{
	border: 1px solid #FFFFFF;
}
BODY.custom .references
{
}
BODY.custom .references>DIV
{
	width: 780px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
BODY.custom .references DIV>DIV
{
	float: left;
	width: 360px;
	margin: 0 30px 0 0;
}
BODY.custom .references UL
{
	padding-left: 0px;
}
BODY.custom .references UL LI
{
	padding-left: 42px;
	list-style: none none;
	background: url(http://www.dmidrilling.com/images/bullet.jpg) no-repeat 15px 5px;
}
body.custom ul.navigation {
border-radius: 0px 2px 10px 10px;
-moz-border-radius: 0px 2px 10px 10px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}