/*

Css Styles for debeck.com
written by Randdom Ink design


/************************************************************ Main */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

body {
	background: #FFFFFF url(images/site_bg.jpg) repeat-x fixed;
}

#wrapper {
	margin: 25px auto 0px auto;
	width: 912px;
}

.clear {
	clear: both;
}

/************************************************************ Text */

p {
	font-size: 13px;
	line-height: 20px;
	color: #acc0f3;
}	

h3 {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 13px;
	color: #D1BF5E;
	margin: 5px 0px 0px 0px;
}

.star {
	padding-left: 22px;
	background: url(images/starburst.png) no-repeat top left;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #acc0f3;
}

/************************************************************ links */

a:link, a:visited {
	text-decoration: none;
	color: #acc0f3;
}

a:hover, a:active {
	text-decoration: underline;

}

a.underline {
	text-decoration: underline;
}

a img {
	border: 0;
}

a:active, a:focus {
	outline: 0
}

/************************************************************ lists */

ul {
	list-style-type: none;
}

#leftColumnMid ul {
	padding-left: 40px;
		*padding-left: 0px;
}

#leftColumnMid li {
	width: 265px;
	font-size: 12px;
	line-height: 18px;
	color: #acc0f3;
}

/************************************************************ Header */


#headerBox {
	width: 912px;
}

	* html #headerBox {
		width: 915px;
	}

#headerLeft {
	background: #FFFFFF url(images/header_left.jpg) no-repeat;
	float: left;
	height: 194px;
	width: 20px;
	margin: 0;
	padding: 0;
}

#headerRight {
	background: #FFFFFF url(images/header_right.jpg) no-repeat;
	float: left;
	height: 194px;
	width: 20px;
	margin: 0;
	padding: 0;
}

#header {
	float: left;
	width: 872px;
	background: #FFFFFF url(images/header_bg.jpg) repeat-x;
	height: 194px;
}

	* html #header { 
		width: 855px;
		padding-right: 17px;
	}

#headerImage {
	background: #000000 url(images/header_image.jpg) no-repeat;
	width: 548px;
	height: 141px;
	position: absolute;
	top: 31px;
	padding: 0px 0px 0px 169px;
	margin: 0px 0px 0px 169px;
}

#header h1 {
	background-image: url(images/DeBeck_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 152px;
	width: 97px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 25px;
}

/************************************************************ Main Nav */

#mainNav {
	width: auto;
	height: 30px;
	margin: -15px 0px 0px 250px;
	position: absolute;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#header li {
	float: left;
	background: url(images/mainNav.png) no-repeat top right;
	margin: 0px 0px 0px 20px;
}

#header ul a {
	color: #a7baec;
	display: block;
	padding: 0 2em;
	line-height: 31px;
	text-decoration: none;
	background: url(images/mainNavLeft.png) no-repeat top left;
	float: left;
}

#header ul a:hover {
	color: #FFFFFF;
}

/************************************************************ Small Buttons */

.smallButton {
	width: auto;
	height: 23px;
}

.smallButton li {
	float: left;
	background: url(images/smallButton_left.png) no-repeat top left;
	width: 100px;
}

.smallButton li a:link, .smallButton li a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #acc0f3;
	background: url(images/smallButton_right.png);
	padding-left: 20px;
}

/************************************************************ Content Box */

#contentBox {
	width: 900px;

	background: #22529E url(images/content_bg.jpg) repeat-x;
	margin: 0 auto;
	height: auto;
	border: 6px solid #193fa2;
	border-bottom: none;
	padding: 0px 0px 30px 0px;
}

#contentBoxBottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 912px;
	margin: 0px auto 50px auto;
}

/************************************************************ Left Column */


#leftColumn {
	width: 350px;
	margin-top: 22px;
	float: left;
}

#leftColumnMid {
	width: 350px;
	background-image: url(images/leftColumn_mid.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 0px 20px 0px;
}

#leftColumnTop {
	width: 350px;
	height: 25px;
	background: url(images/leftColumn_top.png) no-repeat top left;
	padding: 0;
	margin: 0;
}

#leftColumnBot {
	width: 350px;
	height: 40px;
	background: url(images/leftColumn_bot.png) no-repeat top left;
	padding: 0;
	margin: 0;
}

#leftColumn h2 {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 15px 40px;
	color: #ffffff;
	font-size: 24px;
	width: 270px;
}

#leftColumn h4 {
	padding: 0;
	margin: 5px 0px 0px 40px;
	color: #ffffff;
	font-size: 12px;
	width: 270px;
}

#leftColumn p {
	width: 265px;
	margin: 0px 0px 0px 40px;
}

#leftColumn .videoDesc {
	margin: 5px 0px 20px 40px;
}

#contactInfo {
	width: 196px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 33px 0px 0px 0px;
}

/************************************************************ Centre Column */

#centreColumn {
	float: left;
	width: 300px;
	height: auto;
	margin-top: 22px;
	padding-top: 11px;
}

/************************************************************ Right Column */

#rightColumn {
	float: right;
	width: 546px;
}

.videoDesc {
	margin-bottom: 40px;
	margin-top: 20px;
}

.videoBox {
	height: auto;
	width: 182px;
	float: left;
	padding: 0;
	margin: 33px 0px 0px 0px;
}

.videoDescIntro {
	color: #FFFFFF;
}



/************************************************************ Right Column - Narrow */

#rightColumnNarrow {
	float: left;
	clear: right;
	width: 235px;
	margin-top: 22px;
	padding-top: 7px;
}

/************************************************** Footer */

#footer {
	width: 912px;
	padding: 0px 0px 20px 0px;
	float: left;
}

#footer p, #footer a {
	color: #999999;
	font-size: 11px;
	text-align: center;
}

.videoDescQuote {
	font-style: italic;
}

.videoBox p {
}

#review {
	float: left;
	width: 450px;
	margin: 30px 0px 50px 0px;
}

h5 {
	margin: 40px 0px -5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
}


#messageBox {
	height: 200px;
}

#contactBox {
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: 470px;
	margin: 33px 0px 0px 0px;
	float: right;
}

#contactForm {
	border-collapse: collapse;
	width: 300px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
}

#contactForm td {
	width: 150px;
	padding: 0px 0px 5px 0px;
}

#contactForm tr {
	width: 300px;
}

#contactForm .input {
	width: 300px;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 40px;
}

#contactBox p {
	color: #acc0f3;
	text-align: center;
	font-size: 13px;
	margin: 30px 0px 30px 0px;
}

#aboutUs {
	float: left;
	width: 450px;
	margin: 33px 0px 100px 0px;
}

#leftColumnMid a {
	color: #FFFFFF;
}

a.white {
	color: #FFFFFF;
}

#aboutUs p {
	margin: 0px 0px 20px 0px;
}

h7 {
	color: #FFFFFF;
	margin: 133px 0px 0px 0px;
	text-align: center;
}

#messageForm {
	text-align: center;
	margin: 50px 0px 30px 0px;
	font-size: 13px;
}

#susan {
	color: #000000;
	margin: 0px 0px 0px 23px;
}
