@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	outline: 0;
	padding: 0;
	}

/*================================================================
*** HTML TAG STYLES
================================================================*/
body {
	background: url(images/shell/bkg_repeat.jpg) repeat-x #6969a5;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

p { margin: 0 0 16px; }

h1 {
	background: url(images/shell/logo_bottom.jpg) 50% 0 no-repeat;
	color: #51568e;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 20px 40px 40px;
	}

h2 {
	color: #51568e;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px;
	}

ul {
	list-style-type: disc;
	margin: 0 0 12px 40px;
	padding: 0 0 0 10px;
	}

li {
	margin: 0 0 4px;
	}

/*================================================================
*** SHELL STYLES
================================================================*/
a:link, a:visited, a:active {
	color: #fe7d15;
	text-decoration: none;
	}

a:hover {
	color: #fe7d15;
	text-decoration: underline;
	}

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover { color: #FFFFFF; }
a img { border: 0; }

/*================================================================
*** SHELL STYLES
================================================================*/
#main {
	margin: 0 auto;
	padding: 0 20px;
	width: 965px;
	}

#mainSub {
	background: url(images/shell/bottom_cap.jpg) no-repeat 20px bottom;
	margin: 0 auto;
	padding: 0 20px 30px;
	width: 965px;
	}

#content {
	background: url(images/shell/content_bkg.gif) repeat-y #FFFFFF;
	}

#footer {
	margin: 0 auto;
	padding: 10px 40px 20px;
	width: 925px;
	}

#footerLeft {
	color: #FFFFFF;
	float: left;
	text-align: left;
	width: 450px;
	}

#footerRight {
	color: #FFFFFF;
	float: right;
	font-size: 10px;
	text-align: right;
	width: 450px;
	}

/*================================================================
*** INDIVIDUAL PAGE STYLES
================================================================*/
#aboutLeft, #contactLeft {
	float: left;
	padding: 0 30px 20px 40px;
	width: 460px;
	}

#aboutRight, #contactRight {
	float: left;
	padding: 0;
	width: 415px;
	}

#contactRight {
	text-align: center;
}

#aboutDetailsLeft, #aboutDetailsRight {
	float: left;
	padding: 0 20px 0 0;
	width: 180px;
	}

#aboutFooterLeft {
	float: left;
	padding: 50px 40px 20px;
	text-align: center;
	width: 378px;
	}

#aboutFooterRight {
	float: left;
	width: 488px;
	}

#aboutFooterRight .column {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding: 0 20px 0 0;
	width: 222px;
	}

#aboutFooterRight ul {
	margin: 0 0 0 10px;
	padding: 0;
	}

#homeIntro {
	float: left;
	padding: 0 20px 20px 30px;
	width: 280px;
	}

#homeVideo {
	float: left;
	width: 607px;
	}

#orderContent {
	height: 300px;
	padding: 0 30px;
	}

/*================================================================
*** MISC STYLES
================================================================*/
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	}