/* CSS Document */
/* Default Style Sheet - Cowgirl Swank */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid black;} */


/* HTML tag styles. */

body {
	background: url(images/bg-main.jpg) top center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #333;
}

a {
	color: #ee3024;
}

a:hover {
	color: gray;
}

h1, h2, h3, h4, h5 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;}
h1 {font-size: 30pt;}
h2 {font-size: 24pt; font-weight: normal;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt; font-weight: normal;}
h5 {font-size: 12pt;}


/* Layout Styles */

#main {
	width: 720px;
	margin: 50px auto 12px auto;
	border: 1px solid #ee3024;
	background: url(images/bg-page.gif) repeat-y;
}

#leftCol {
	float: left;
	width: 535px;
}

#contentWrap {
	margin: 12px;
}

.contentLeft {
	float: left;
	width: 200px;
}

.contentRight {
	float: right;
	width: 285px;
}

#header {
	position: relative;
	width: 535px;
	height: 197px;
	background: url(images/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: -35px;
	left: 22px;
}

#mainMenu {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 160px;
	text-align: right;
}

#rightCol {
	float: right;
	width: 184px;
	background: url(images/bg-sidebar.jpg) no-repeat; 
	text-align: center;
}

#footer {
	height: 12px;
	background: black;
	border-top: 2px solid #ee3024;
	clear: both;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	color: gray;
	font-size: 8pt;
}


/* Main Menu */

.menuItem {
	margin-bottom: 10px;
}

/* Gallery */

.galThumb {
	border: 2px solid #f9eedd;
	margin: 12px auto;
}

/* Forms */

form.contact {
	margin: 16px;
	width: 250;
}


/* Class Styles */

.preLoadImg {
	display: none;
}

.noMargin {
	margin: 0;
}

.smallText {
	font-size: 8pt;
	color: gray;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}
.tableWrap {
	margin: 10px;
}