
body {

	margin: 0px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url('/img/gui/bg.gif');

}

img {

	border: none;
	max-widtH: 100%;

}

*:visited, *:active { outline: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.lightblue { color: #25AAE1; }
.darkblue, li { color: #262565 !important; }

div, p, td, li {

	font-size: 13px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	color: #222222;

}

td { vertical-align: top; }

a { color: #262565; }

a:hover { color: #25AAE1; }

div.div {

	max-width: 900px;
	margin: 0 auto 0 auto;

}

div#content {

	background-repeat: repeat-y;
	background-image: url('/img/gui/contentbg.gif');
	padding-top: 15px;

}

div#left {

	float: left;
	width: 280px;

}

div#right {

	margin-left: 322px;

}

div#clear, div.clear {

	clear: both;

}

h1 {

	color: #262565;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;

}

h1 span {

	font-weight: bold;
	color: #25AAE1;

}

h2 {

	color: #25AAE1;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px;

}

div#bottom {

	width: 100%;
	height: 56px;
	background-repeat: repeat-x;
	background-image: url('/img/gui/bottom.gif');

}

div#bottomtext {

	padding-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;

}

div#bottomtext a {

	text-decoration: none;
	color: #FFFFFF;

}

div#bottomtext a:hover {

	text-decoration: underline;
	color: #FFFFFF;

}

div#leftcontactbox {

	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;

}

div#leftcontactbox strong {

	width: 60px;
	float: left;
	display: block;

}

div.p {

	margin-bottom: 18px;

}

.right {

	text-align: right;

}

.center {

	text-align: center;

}

div#thanks {

	padding: 5px;
	text-align: center;
	border-top: 1px solid #007F00;
	border-bottom: 1px solid #007F00;
	background-color: #B5ECB5;
	color: #007F00;

}

input, textarea {

	font-size: 13px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	color: #262565;
	border: 1px solid #CCCCCC;
	width: 200px;

}

.large {

	font-size: 17px;

}

.small {

	font-size: 10px;

}

.light {

	color: #999999;

}

img.leftimg {

	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;

}

img.rightimg {

	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;

}

img.galleryimg {

	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px;

}

img.galleryimg:hover {

	background-color: #EEEEEE;
	border: 1px solid #999999;

}

div#contactright {

	float: right;
	width: 45%;

}

img#pdf { vertical-align: middle; }

div#homequote {

	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F9F9F9;
	padding: 10px;
	color: #666666;
	font-style: italic;
	font-size: 14px;

}

div#dirtbagsflash {

	width: 100%;
	max-width: 100%;
	height: 280px;
	background-repeat: repeat-x;
	background-image: url('/img/gui/flashbg.gif');
	text-align: center;

}

div#dirtbagsflash div.text { display: none; }

.red { color: red; }

div#mobile-header { display: none; }

div#banner span.title { display: none; }

@media only screen and (max-width: 900px) {

	div#top,
	div#left,
	div#banner img { display: none; }

	div#banner {

		padding: 20px;
		background: transparent url('/img/gui/nonhomeright.jpg') left center no-repeat;
		background-size: cover;

	}

	div#banner span.title {

		display: inline-block;
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		text-shadow: 0 1px 1px #000000;

	}

	div.div { width: auto; }

	body,
	div#content { background: none; }

	div#right {

		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;

	}

	div#bottom {

		padding-left: 20px;
		padding-right: 20px;
		width: auto;

	}

	div#mobile-header { display: block; }

	div#mobile-header a.logo {

		display: block;
		height: 71px;
		background: transparent url('/img/gui/logo-mobile-bg.png') center center repeat-x;

	}

	div#mobile-header a.logo img {

		display: block;
		height: 71px;
		margin: 0 auto 0 auto;

	}

	div#mobile-header nav {

		background-color: #111111;
		display: none;

	}

	div#mobile-header nav.active { display: block; }

	div#mobile-header nav a,
	div#mobile-header a.button {

		display: block;
		width: 50%;
		float: left;
		background-color: #333333;
		color: #FFFFFF;
		font-size: 14px;
		text-transform: uppercase;
		text-shadow: 0 1px 1px #000000;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 1px;

	}

	div#mobile-header a.button {

		width: auto;
		float: none;

	}

	div#mobile-header a.button.active { display: none; }

	div#mobile-header div.contact {

		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCCCCC;

	}

	div#mobile-header div.contact div { display: inline-block; }

	div#dirtbagsflash {

		height: auto;
		background: transparent url('/img/gui/nonhomeright.jpg') left center no-repeat;
		background-size: cover;

	}

	div#dirtbagsflash img { display: none; }

	div#dirtbagsflash div.text {

		display: block;
		padding: 50px 20px;

	}

	div#dirtbagsflash div {

		color: #FFFFFF;
		text-shadow: 0 1px 1px #000000;
		text-align: left;
		line-height: 1.2;

	}

	div#dirtbagsflash div.title {

		font-size: 24px;
		font-weight: bold;

	}

	div#dirtbagsflash div.description {

		font-size: 18px;
		padding-top: 20px;

	}

}

@media only screen and (max-width: 550px) {

	div#mobile-header nav a {

		float: none;
		width: auto;

	}

	img.leftimg,
	img.rightimg {

		float: none;
		display: block;
		margin: 10px auto 10px auto;
		padding: 0;
		border: none;

	}

	div#contactright {

		float: none;
		margin-left: 0;

	}

}
