html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #FFFFFF;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #4f4a00;
	width: 100%;
}

.table tr td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f4a00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4f4a00;
}

a {
	outline: 0;
	color: #ffe903;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: 1px solid #FF0;
}

/*End Css Rest*/

.yellow {
	color: #ffe903;
	font-size: 14px;
}

.Red {
	color: #FF0000;
}

.Clear {
	clear: both;
	}
	
.Center {
	height: auto;
	width: auto;
	text-align: center;
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffe903;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ffe903;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
.text_block {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
	
.left {
	float: left;
	}
	
.smalldivider {
	background-image: url(../images/images/SmallDivider.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	}

.mediumdivider {
	background-image: url(../images/images/MediumDivider.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	}

/*Page Structure*/

#Content_Top {
	background-image: url(../images/images/Contenttop.jpg);
	height: 17px;
	width: 1000px;
}

#PageWrap {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #352901;
	margin-top: 10px;
	background-color: #000;
	margin-bottom: 20px;
	background-image: url(../images/images/ContentBg.jpg);
	}
	
/* Header*/
	
#Header {
	height: 278px;
	width: 1000px;
	}

#UpperHeader {
	height: 120px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/images/HeaderTop.jpg);
	text-indent: -9999px;
	}
	
#LowerHeader {
	height: 158px;
	width: 1000px;	
	}

#LowerLeft {
	height: 158px;
	width: 381px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/images/LeftHeader.jpg);
	text-indent: -9999px;
	}

#LowerRight {
	background-image: url(../images/images/RightHeader.jpg);
	height: 158px;
	width: 619px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	}

/*Main Navigation*/

#MainNavigation {
	background-image: url(../images/images/NavBg.jpg);
	height: 36px;
	width: 1000px;
	}

#MainNavigation #MainNav {
	height: 28px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	}

#MainNavigation #MainNav li {
    display: inline;
    float: left;
	list-style-type: none;
	margin-top: 8px;
	}

#MainNavigation #MainNav li a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.home a {
	background-image: url(../images/images/Home.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.home a:hover {
	background-image: url(../images/images/HomeOver.jpg);
	height: 20px;
	width: 143px;
	}
	
#MainNavigation #MainNav li.about a {
	background-image: url(../images/images/About.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.about a:hover {
	background-image: url(../images/images/AboutOver.jpg);
	height: 20px;
	width: 143px;
	}	

#MainNavigation #MainNav li.contact a {
	background-image: url(../images/images/Contact.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.contact a:hover {
	background-image: url(../images/images/ContactOver.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.prices a {
	background-image: url(../images/images/Prices.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.prices a:hover {
	background-image: url(../images/images/PricesOver.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.options a {
	background-image: url(../images/images/Options.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.options a:hover {
	background-image: url(../images/images/OptionsOver.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.gallery a {
	background-image: url(../images/images/Gallery.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.gallery a:hover {
	background-image: url(../images/images/GalleryOver.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.info a {
	background-image: url(../images/images/Info.jpg);
	height: 20px;
	width: 143px;
	}

#MainNavigation #MainNav li.info a:hover {
	background-image: url(../images/images/InfoOver.jpg);
	height: 20px;
	width: 143px;
	}

#SideBar {
	min-height: 569px;
	width: 199px;
	float: left;
	}
	
#General {
	height: auto;
	width: 160px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	}
	
#Specials {
	height: auto;
	width: 160px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	}
	
#Ads {
	height: 200px;
	width: 160px;
    margin-left: 20px;
    margin-top: 15px
	}

#ContentArea {
	float: left;
	height: auto;
	width: 771px;
	padding-top: 10px;
	padding-left: 9px;
	}
	
#MainHeading {
	background-image: url(../images/images/MainHeadingBg.jpg);
	background-repeat: repeat-x;
	width: 763px;
	border: 1px solid #4f4a00;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
    }
	
#Intro {
	width: 743px;
	border: 1px solid #352901;
	margin-top: 10px;
	padding: 10px;
	}

#Intro p {
	text-align: left;
	margin-left: 200px;
	padding: 0px;
	height: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#Now_Available {
	width: 743px;
	border: 1px solid #352901;
	margin-top: 10px;
	padding: 10px;
	}

#Now_Available p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	}

#Block_1 {
	height: 200px;
	width: 350px;
	border: 1px solid #352901;
	float: left;
	padding: 5px;
}

.ModularBlock_1 {
	width: 350px;
	border: 1px solid #352901;
	float: left;
	padding: 5px;
	height: 600px;
	margin-bottom: 10px;
}

.ModularBlock_1.Standard {
	width: 350px;
	border: 1px solid #352901;
	float: left;
	padding: 5px;
	height: auto;
	margin-bottom:10px;
}

.Modular_Sheds.photos{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: auto;
}

#Financing {
	height: 150px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#Financing a {
	padding-right: 10px;
	padding-left: 10px;
	

}

.Financing.photos{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height:298px;
}

.Financing a {
    padding-left: 10px;
}

.Financing img {
    margin-bottom: 13px;
}

#Financing a img {
    border:none;
}

#Metal_Sheds {
	height: 150px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#Metal_Sheds a {
	padding-right: 10px;
	padding-left: 10px;
}

.Metal_Sheds.photos{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height:298px;
}

.Metal_Sheds a {
    padding-left: 10px;
}

.Metal_Sheds img {
    margin-bottom: 13px;
}

#Block_2 {
	float: right;
	height: 200px;
	width: 350px;
	border: 1px solid #352901;
	padding: 5px;
}

.ModularBlock_2 {
	float: right;
	width: 350px;
	border: 1px solid #352901;
	padding: 5px;
	margin-bottom:10px;
}

.img_center {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 205px;
}

#Drill_Rig {
	width: auto;
	margin-top: 5px;
	height: 170px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#Drill_Rig p {
	text-align: left;
	margin-left: 138px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
#About {
	width: 743px;
	border: 1px solid #352901;
	margin-top: 20px;
	padding: 10px;
	}
	
#About p {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#Services {
	width: 743px;
	border: 1px solid #352901;
	margin-top: 40px;
	padding: 10px;
	}
	
#Services p {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#Services ul {
	list-style-type: none;
}
	
#Services ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
    margin-top: 8px;
	line-height: 1.2em;
	text-align: center;
	}
	
.Label {
	background-image: url(../images/images/LabelBg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	border: 1px solid #352901;
	text-align: center;
	}
	
.Label_Large {
	background-image: url(../images/images/LabelBg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	border: 1px solid #352901;
	text-align: center;
	}	
	
.Label.Space {
	margin-bottom: 10px;
}

.Label_ext {
	background-image: url(../images/images/LabelBg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	border: 1px solid #352901;
	text-align: center;
	}
	
#BlockHolder {
	width: 765px;
	margin-top: 10px;
	height: auto;
	}

#LeftBlock {
	height: 485px;
	width: 284px;
	border: 1px solid #352901;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#LeftBlock ul {
	color: #cccccc;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	}

#LeftBlock ul li{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
	line-height: 1.2em;
	text-align: center;
	}

#RightBlock {
	height: 485px;
	width: 422px;
	border: 1px solid #352901;
	margin-left: 25px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#PhotoHolder {
	margin-top: 10px;
	height: 90px;
	border: 1px solid #352901;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 21px;
	}

#PhotoHolder a img {
	margin-right: 9px;
	margin-left: 9px;
	}

#VideoHolder {
	border: 1px solid #352901;
	margin-top: 15px;
	height: 135px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFE903;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	padding-top: 75px;
	text-align: center;
	}

/* CONTACT PAGE CSS */
 
#Container {
	margin-right: 6px;
	height: auto;
	}

#ContactInfo {
	margin-top: 10px;
	height: auto;
	border: 1px solid #352901;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}

#MailForm {
	width: 600px;
	text-align: left;
	padding-right: 5px;
	padding-left: 6px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	border: 1px solid #4E3E00;
	}

#MailForm p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}

#MailForm h1 {
	text-align: center;
	}

#contactform {
	color: #FFFF00;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	}

.asterix {
	color: #F00;
	}

#BlockHolder1 {
	width: auto;
	margin-top: 10px;
	height: auto;
	}
	
#Options {
	height: auto;
	border: 1px solid #352901;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}

#Options ul {
	color: #cccccc;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	}

#Options ul li{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
	line-height: 1.2em;
	text-align: center;
	}
	
#Prices {
	height: auto;
	border: 1px solid #352901;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	}
	
.ModularPrices {
    border: 1px solid #352901;
    margin-top: 10px;
    padding: 10px;
    width: 743px;
}	

#PriceHolder {
	height: auto;
	padding-top: 10px;
	margin-bottom: 13px;
    }

#Prices ul, .ModularPrices ul {
	color: #cccccc;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	}

#Prices ul li, .ModularPrices ul li {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
	line-height: 1.2em;
	text-align: center;
	color: #FFFFFF;
	}

#RightEdge {
	background-image: url(../images/images/RightEdge.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 769px;
	width: 21px;
	}

#Footer {
	background-image: url(../images/images/FooterBg.jpg);
	height: 206px;
	width: 1000px;
	clear: both;
	background-repeat: no-repeat;
	position: relative;
	}


#Footer p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	}

#FooterInfo {
	text-transform: uppercase;
	position:absolute;
	left:419px;
	top:34px;
	width:335px;
	height:38px;
	z-index:1;
	}

#FooterNav {
	position:absolute;
	left:365px;
	top:92px;
	width:450px;
	height:45px;
	z-index:1;
	background-image: url(../images/images/FooterNav_Bg.jpg);
	background-repeat: no-repeat;
	}

#FooterNav #Nav {
	text-align: center;
	margin-top: 14px;
	}

#FooterNav #Nav li{
	display: inline;
	}

#FooterNav #Nav li a {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 8px;
	}

#Copyright {
	position:absolute;
	left:584px;
	top:187px;
	width:416px;
	height:16px;
	z-index:1;
	}

#Copyright p {
	color: #000;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	}
	
#Copyright a {
	color: #000;
	}

#Copyright a:hover {
	text-decoration: underline;
	}
	
#Code {
	text-align: center;
	height: 110px;
	width: 600px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #352901;
}

#Code h1 {
	color: #cccccc;
}


#Gallery {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	}
	
#Gallery2 {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #352901;
	padding-left: 6px;
	}	

#Sheds {
	margin-right: auto;
	margin-left: auto;
}


.photolinks {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	

.Center.spacer {
    margin-top: 10px;
}


.table.spacer {
    margin-top: 10px;
}

.closed h1 {
	color: #FF0000;
	text-align: center;
	width: 763px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	background-repeat: repeat-x;
}

.open h1 {
	color: #00bc12;
	text-align: center;
	width: 753px;
	margin-bottom: 10px;
	border: 1px solid #00bc12;
	background-repeat: repeat-x;
	margin-right:5px;
	margin-left:5px;
}

