@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.7272%;
	padding-left: 1.1363%;
	padding-right: 1.1363%;
	clear: none;
	float: none;
}
body {
	background-color: #000000;
	font-family: Arial;
	color: #FFFFFE;
	margin-top: 20px;
}
#ContentBGK {
}
#TopCBKG {
}
#BottomCBKG {
}
#Content {
width: 100%;
margin-left: 0;
}
#Head {
}
#Logo {
	width: 100%;
	text-align: center;
}
#HeadContact {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	color: #FFF000;
}
#HeadContact b {
	display: block;
	font-size: large;
}
#HeadContact a {
	color: #FFF000;
	text-decoration: none;
}
#DeskNav {
display: none;
}
#Footer {
}
#FootContent {
	text-align: center;
}
#PAGEBKG {
	border-radius: 20px;
	background-color: #696969;
}
#FootContent a {
	color: #fffffe;
	text-decoration: none;
}
#MobTabNav {
display: block;
}
#IndexSlideShow {
	width: 95%;
}
#ContentText {
	margin-top: 20px;
}
.imgRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
#Content a {
	color: #fffffe;
}
#Content p {
	margin-left: 10px;
	margin-right: 10px;
}
#Content h1 {
	margin-left: 10px;
	margin-right: 10px;
}
.imgLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
#Content h2 {
	margin-left: 10px;
	margin-right: 10px;
}
#PriceCol {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#PriceCol hr {
	width: 80%;
	margin-left: 10%;
}














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

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98.8636%;
	padding-left: 0.5681%;
	padding-right: 0.5681%;
	clear: none;
	float: none;
	margin-left: auto;
}
#ContentBGK {
}
#TopCBKG {
}
#BottomCBKG {
}
#Content {
width: 100%;
margin-left: 0;
}
#Head {
}
#Logo {
	width: 49.4252%;
	text-align: left;
}
#HeadContact {
	width: 49.4252%;
	clear: none;
	margin-left: 1.1494%;
	text-align: right;
}
#DeskNav {
display: none;
}
#HeadContact b {
	margin-right: 20px;
	display: block;
	margin-top: 30px;
	font-size: large;
}
#Footer {
}
#FootContent {
}
#PAGEBKG {
}
#MobTabNav {
display: block;
}
#IndexSlideShow {
}
#ContentText {
}
#PriceCol {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}

/* 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: 89.3181%;
	max-width: 1200px;
	padding-left: 0.3409%;
	padding-right: 0.3409%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	min-width: 1200px;
}
#ContentBGK {
}
#TopCBKG {
	background-image: url(../_graphics/TopCBKG.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#BottomCBKG {
	background-image: url(../_graphics/BottomCBKG.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
#Content {
	width: 83.2061%;
	margin-left: 8.3969%;
	min-height: 400px;
}
#Head {
	height: 180px;
}
#Logo {
	width: 49.6183%;
}
#HeadContact {
	width: 49.6183%;
	clear: none;
	margin-left: 0.7633%;
	height: 170px;
}
#DeskNav {
	margin-top: 10px;
	display: block;
}
#HeadContact b {
	margin-right: 20px;
	display: block;
	margin-top: 35px;
	font-size: large;
}
#Footer {
}
#FootContent {
	margin-top: 10px;
	margin-bottom: 10px;
}
#PAGEBKG {
}
#MobTabNav {
display: none;
}
#IndexSlideShow {
	margin-top: 20px;
}
#ContentText {

}
#Content p {
	margin-right: 0px;
	margin-left: 0px;

}
#Content h1 {
	margin-right: 0px;
	margin-left: 0px;
}
#Content h2 {
	margin-right: 0px;
	margin-left: 0px;
}
#PriceCol {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}




}
