/*---( Delta Decisions of DC-  sharvin@socrucial.com )---*/ 

@import "content.css";
@import "navigation.css";

* {	margin: 0; padding: 0;background: transparent;}

body {
	volume: loud;
	text-align: left;
	color: #373737;
  	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  	background: #2a2a2a;
}

p { line-height: 16px;}

html>body { /* and Opera */
	font-size: 13px;
	line-height: 22px;
}
/*---( global links  )-----------*/

a { 
	position: relative;
	color: #ca3939;
	padding: 10px 0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

img a, img {border: none !important;}

/* ---( header / wrapper )--------------------------------- */
#header {
	position: relative;
	width: 900px;
	height: 68px;
	background: url("../img/bg-header.png") top center repeat-x;
	text-align: left;
}

#dc-logo h1 {
	display: block;
	float: left;
	position: relative;
	left: 35px;
	top: 10px;
	width: 240px;
	height: 45px;
	background: url("../img/logo.png") 0 0 no-repeat;
	text-indent: -99999px;
}
#dc-logo a  {
	display: block;
	width: 240px;
	height: 45px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

#logomark h1 {
	display: block;
	float: left;
	position: relative;
	top: 10px;
	left: 25px;
	width: 235px;
	height: 155px;
	background: url("../img/logomark.png") 0 0 no-repeat;
	text-indent: -99999px;
}
#logomark a  {
	display: block;
	width: 155px;
	height: 155px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

#wrap-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background:  #670000 url("../img/bg-page.jpg") top center  repeat-x;
}

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background: url('../img/big-red.png') 0 250px no-repeat;
	overflow: hidden;
}

/*---( content is king )---------------------*/
#content-container {
	position: relative;
	float: left;
	left: 40px;
	width: 900px;
	padding-top: 30px;
	background: url('../img/bg-content.jpg') 0 230px repeat-x;
}

#west {
	position: absolute;
	height: 500px;
	width: 235px;
	left: 80px;
}

#east {
	position: relative;
	left: 290px;
	float: left;
	width: 580px;	
}

#c-top, #c-mid, #c-btm {

	display: block;
}
#c-top, #c-btm { width: 580px; height: 25px; }
#c-top { background: url('../img/c-top.png') top left no-repeat;}
#c-btm { background: url('../img/c-btm.png') top left no-repeat;}

#c-btm {
	margin-bottom: 25px;
}
#c-mid {
	width: 580px;
	min-height: 600px;
	background: url('../img/c-mid.png') top left no-repeat;
}

.fixed-size {
	min-height: 650px;
}
/* min-height fix above */
/*\*/
* html .fixed-size {
	height: 650px;
}

/*---( contact form )---------------------*/

#making #Phone, #making #Email, #making #Name {
	height: 25px;	
}

#making #Phone, #making #Email, #making #Name, #making #Message {
	font-size: 16px;
	color: #933;
}

#making #Phone:hover, #making #Email:hover, #making #Name:hover, #making #Message:hover {
	background: #f2f2f2;
}

#making #Phone:focus, #making #Email:focus, #making #Name:focus, #making #Message:focus {
	background: #dedede;
}