@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cssmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phonenumber {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
#social {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	
	
}
#socialDivgroup
{
    margin-left: 0%;
	max-width: 300px;
}

#subDiv1
{
	float: right;
    margin-left: 0%;
	width: 50%;
}
#subDiv2
{
	float: right;
    margin-left: 0%;
	width: 50%;
}

#mainimage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#page-break {
	clear: both;
	float: left;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	background-color:#5a5a5a;
}
#page_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-bg.jpg);
}
#page_content h1 {
    padding: 0px 0px 3px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#333;
}
#page_content h3 {
	
	margin: -10px -10px 0px -0px;
    display: block;
	text-align:left;
    font-size: 16px;
	font-style:italic;
	color: #666;
}
#pc1 {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
	width: 96%;
	display: block;
}

#form {
	clear: none;
	float: left;
	margin-left: 0%;
	margin-top: 20px;
	width: 100%;
	display: block;
}
/* #### Contact Form #### */
.dark-matter {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	background-color:#5a5a5a;
	padding: 20px 20px 20px 20px;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	text-shadow: 1px 1px 1px #444;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.dark-matter h1 {
    padding: 0px 0px 0px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#F4F4F4;
}
.dark-matter h1>span {
    display: block;
    font-size: 12px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 5px;
}
.dark-matter label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select {
	border: none;
	color: #525252;
	height: 15px;
	line-height:15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #F4F4F4;
}
.dark-matter select {
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 35px;
	color: #525252;
	line-height: 25px;
}
.dark-matter textarea{
    height:50px;
	padding: 5px 0px 0px 5px;
	width: 100%;
}
.dark-matter .button {
	background: #dbdada;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 0px 0px #FFE477;
	font-weight: bold;
	box-shadow: 1px 1px 1px #3D3D3D;
	-webkit-box-shadow:1px 1px 1px #3D3D3D;
	-moz-box-shadow:1px 1px 1px #3D3D3D;
}

.dark-matter .button:hover {
    color: #dbdada;
    background-color: #333333;
}

#pc_image {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0%;
	margin-top: 10px;
	width: 100%;
	display: block;
}

#pc_list {
	clear: none;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
	width: 100%;
	display: block;
}
ul.myClass li { 
    margin-left: -25px; 
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
} 

#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}

#body-home1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	background: #5a5a5a;
	padding: 5px 0px 20px 0px;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	text-align:center;
}

#body-home2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	background: #5a5a5a;
	padding: 0px 0px 20px 0px;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	text-align:center;
}

#body-home3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	background: #5a5a5a;
	padding: 0px 0px 20px 0px;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	text-align:center;
}

#body-home4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	background: #5a5a5a;
	padding: 0px 0px 20px 0px;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	text-align:center;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #5a5a5a;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #D3D3D3;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#promo_banner {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
}
#promo_banner_container {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cssmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.1712%;
	display: block;
}
#phonenumber {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 49.1712%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	position:relative;
}
#social {
    clear: none;
    float: left;
    margin-left: 1.6574%;
	margin-top: 5px;
    width: 49.1712%;
    display: block;
}
#socialDivgroup
{
    margin-left: 0%;
	max-width: 200px;
}

#subDiv1
{
	float: right;
    margin-left: 0%;
	width: 50%;
}
#subDiv2
{
	float: right;
    margin-left: 0%;
	width: 50%;
}

#mainimage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page-break {
	clear: both;
	float: left;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	background-color:#5a5a5a;
}
#page_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-bg.jpg);
}
#page_content h1 {
    padding: 0px 0px 3px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#333;
}
#page_content h3 {
	
	margin: -10px -10px 0px -0px;
    display: block;
	text-align:left;
    font-size: 16px;
	font-style:italic;
	color: #666;
}
#pc1 {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
	width: 96%;
	display: block;
}

#form {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 96%;
	display: block;
}
/* #### Contact Form #### */
.dark-matter {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	background-color:#5a5a5a;
	background-image:url(_images/texture-black.jpg);
	padding: 20px 20px 20px 20px;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	text-shadow: 1px 1px 1px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dark-matter h1 {
    padding: 0px 0px 0px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#F4F4F4;
}
.dark-matter h1>span {
    display: block;
    font-size: 12px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 5px;
}
.dark-matter label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select {
	border: none;
	color: #525252;
	height: 15px;
	line-height:15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #F4F4F4;
}
.dark-matter select {
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 35px;
	color: #525252;
	line-height: 25px;
}
.dark-matter textarea{
    height:50px;
	padding: 5px 0px 0px 5px;
	width: 100%;
}
.dark-matter .button {
	background: #dbdada;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 0px 0px #FFE477;
	font-weight: bold;
	box-shadow: 1px 1px 1px #3D3D3D;
	-webkit-box-shadow:1px 1px 1px #3D3D3D;
	-moz-box-shadow:1px 1px 1px #3D3D3D;
}

.dark-matter .button:hover {
    color: #dbdada;
    background-color: #333333;
}

#pc_image {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 10px;
	width: 55%;
	display: block;
}

#pc_list {
	clear: none;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
	width: 42%;
	display: block;
}
ul.myClass li { 
    margin-left: -25px; 
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
} 
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}
#body-home1 {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 43%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#body-home2 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 43%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#body-home3 {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 43%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#body-home4 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 43%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #5a5a5a;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #D3D3D3;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#promo_banner {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
}
#promo_banner_container {
	clear: both;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 0;
	width: 80%;
	display: block;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cssmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
}
#phonenumber {
	clear: none;
	float: left;
	margin-left: 22.4489%;
	width: 38.7755%;
	display: block;
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
}
#social {
    clear: none;
    float: left;
    margin-left: 22.4489%;
	margin-top: 10px;
    width: 38.7755%;
    display: block;
	
}
#socialDivgroup
{
    margin-left: 0%;
	max-width: 200px;
}

#subDiv1
{
	float: right;
    margin-left: 0%;
	width: 50%;
}
#subDiv2
{
	float: right;
    margin-left: 0%;
	width: 50%;
}

#mainimage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page-break {
	clear: both;
	float: left;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	background-color:#5a5a5a;
}
#page_content {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-bg.jpg);
}
#page_content h1 {
    padding: 0px 0px 3px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#333;
}
#page_content h2 {
	margin: 5px 0px 10px 0px;
    display: block;
	font-size: 16px;
	font-style: normal;
	color: #333;
}
#page_content h3 {
	
	margin: -10px -10px 0px -0px;
    display: block;
	text-align:left;
    font-size: 16px;
	font-style:italic;
	color: #666;
}
#pc1 {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-top: 20px;
	width: 59%;
	display: block;
	margin-bottom: 20px;
}

#form {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
	width: 33%;
	display: block;
}
/* #### Contact Form #### */
.dark-matter {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	background-color:#5a5a5a;
	background-image:url(_images/texture-black.jpg);
	padding: 20px 20px 20px 20px;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	text-shadow: 1px 1px 1px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dark-matter h1 {
    padding: 0px 0px 0px 40px;
    display: block;
    border-bottom: 0px solid #444;
    margin: -10px -10px 10px -40px;
	color:#F4F4F4;
}
.dark-matter h1>span {
    display: block;
    font-size: 12px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 5px;
}
.dark-matter label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select {
	border: none;
	color: #525252;
	height: 15px;
	line-height:15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #F4F4F4;
}
.dark-matter select {
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    background: #F4F4F4 url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 35px;
	color: #525252;
	line-height: 25px;
}
.dark-matter textarea{
    height:50px;
	padding: 5px 0px 0px 5px;
	width: 100%;
}
.dark-matter .button {
	background: #dbdada;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 0px 0px #FFE477;
	font-weight: bold;
	box-shadow: 1px 1px 1px #3D3D3D;
	-webkit-box-shadow:1px 1px 1px #3D3D3D;
	-moz-box-shadow:1px 1px 1px #3D3D3D;
}

.dark-matter .button:hover {
    color: #dbdada;
    background-color: #333333;
}

#pc_image {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 10px;
	width: 55%;
	display: block;
}

#pc_list {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-top: 10px;
	width: 41%;
	display: block;
}
ul.myClass li { 
    margin-left: -25px; 
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
} 

#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	background-image:url(_images/white-silk-bg.jpg)
}
#body-home1 {
	clear: both;
	float: left;
	margin-left: 3%;
	width: 19%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	
}
#body-home2 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 19%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#body-home3 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 19%;
	display: block;
	margin-top: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#body-home4 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 19%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #5a5a5a;
	padding: 10px 10px 10px 10px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
	font-weight: bold;
	text-shadow: 0px 0px 0px #444;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #5a5a5a;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #D3D3D3;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#promo_banner {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
}
#promo_banner_container {
	clear: both;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	margin-bottom: 0;
	width: 60%;
	display: block;
}



}