/* ---------------------------------------- */
/* MOUNTAIN GIRL SILVER (2008)				*/
/* VERSION: 1.0.1							*/
/* CREATED BY: GREEN TANGERINE MEDIA		*/
/* ---------------------------------------- */

/* ---------------------------------------- */
/* BEGIN LAYOUT								*/
/* ---------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #111;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	#font-size: 12px;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #EEE;
	}
	
#wrapper {
	width: 940px;
	margin: 10px auto 0px auto;
	border: #6B6B6B 1px solid;
	background-color: #000;
	}
	
#header {
	width: 940px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	}
	
#navigate {
	width: 940px;
	height: 25px;
	margin: 0px;
	padding: 10px 0px;
	background-image: url(images/navbackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	}
	
#navbar {
	width: 740px;
	height: 20px;
	border: #81020D 4px solid;
	background-image: url(images/leafbar.jpg);
	margin: 00px auto 0px auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	}

	
#hometext {
	width: 465px;
	margin: 15px 15px 0px 15px;
	#margin: 15px 15px 0px 15px;
	_margin: 15px 15px 0px 10px;
	float: left;
	}
	
#homeproducts {
	width: 430px;
	margin: 15px 0px 10px 0px;
	#margin: 15px 0px 10px 0px;
	_margin: 15px -5px 10px 0px;
	float: right;
	}
	
#page {
	width: 910px;
	margin: 15px 15px 15px 15px;
	}
	
#homephoto {
	width: 200px;
	height: 160px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	float: left;
	}
	
#verticalphotoright {
	width: 207px;
	margin: 0px 0px 10px 15px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #EEE;
	font-style: italic;
	}
	
#resellerbox {
	width: 200px;
	padding: 15px;
	margin: 0px 0px 10px 15px;
	float: right;
	border: #6B6B6B 1px solid;
	background-color: #222;
	}
	
#footer {
	width: 940px;
	height: 25px;
	margin: 5px auto 5px auto;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	}
	
#sidebar {
	width: 160px;
	padding: 10px;
	background-color: #222;
	border-top: #6b6b6b 1px solid;
	border-right: #6b6b6b 1px solid;
	border-bottom: #6b6b6b 1px solid;
	float: left;
	margin: 15px 0 15px 0;
	}
	
#content {
	width: 720px;
	float: right;
	padding: 15px 15px 15px 0;
	}
	
#clear {
	clear: both;
	}
	
/* ---------------------------------------- */
/* BEGIN FONT STYLES						*/
/* ---------------------------------------- */

h1 {
	text-indent: -10000px;
	width: 940px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	}
	
#content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	}
	
h3 {
	font-size: 15px;
	font-weight: normal;
	}
	
.attention {
	font-weight: bold;
	color: #DA0D2C;
	}
	
#content a:link, #content a:visited {
	color: #DA0D2C;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
.entry {
	margin-top: 12px;
	}
	
#content p {
	margin-bottom: 12px;
	}
	

	
/* ---------------------------------------- */
/* BEGIN NAVIGATION BEHAVIORS				*/
/* ---------------------------------------- */
	
#navbar ul {
	display: inline;
	}
	
#navbar li {
	display: inline;
	text-decoration: none;
	list-style-type: none;
	padding-top: 5px;
	margin: 0px 15px 0px 10px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	}
	
#navbar a:link, #navbar a:visited {
	color: #999;
	text-decoration: none;
	}
	
#navbar a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
#footer ul {
	display: inline;
	padding-bottom: 15px;
	}
	
#footer li {
	display: inline;
	text-decoration: none;
	list-style-type: none;
	margin: 0px 15px 15px 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
.redtext (
	color: #81020D;
	)
	
#sidebar ul {
	list-style-type: none;
	}
	
#sidebar ul li {
	list-style-type: none;
	}
	
#sidebar ul li li {
	list-style-type: none;
	margin-left: 15px;
	}
	
#sidebar h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0 5px 0;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #DA0D2C;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #CCC;
	text-decoration: underline;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

