/*----------------------------------------------------------------------------*/
/*  Made by Ryan Schranz                                                      */
/*  Owner of Schranz Innovations                                              */
/*  Date last modified: 04/10/2008                                            */
/*  Please feel free to look at my code and get insperation                   */
/*----------------------------------------------------------------------------*/

/*General*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}

/*Body*/
body {
	background-color:#FFFFFF;
	color:#0F0F0F;
	font-size:12px;
	margin:0pt;
	padding:0pt;
	font-family:"Times New Roman",Georgia,Serif;
}
	
h3 {
	color:#007600;
	text-align:center;
}

h2 {
	color:#007600;
	font-size:20px;
	text-align:center;
}

p {
	font-size:14px;
	padding:8px;
	text-align:center;
}

#smalltext p {
	font-size:xx-small;
}

a {
	color:#007600;
	text-decoration:none;
}

a:hover {
	color:#9E292B;
	text-decoration:underline;
}

/*Wrapper*/
#wrapper {
	background-color:#FFFCC8;
	border-right:1px solid #9E292B;
	border-left:1px solid #9E292B;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:800px;
}

/*Header*/
#header {
	background:#FFFCC8 url('images/logo/banner.jpg') center no-repeat;
	height:200px;
	margin-top:10px;
	border-top:1px solid #9E292B;
	border-bottom:1px solid #9E292B;
}

/*Content*/

#content {
	margin-left:10px;
	padding:10px;
	min-height:350px;
}

.section1 {
	float:left;
	margin-bottom:8px;
	margin-right:10px;
	padding:5px;
	width:365px;
}
.section1 img {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #9E292B;
}
.section1 span {
	color:#9E292B;
}
.section1 ul, li {
	padding-top:0.5em;
	list-style:none;
	text-align:center;
	font-size:14px;
}

.section2 {
	float:left;
	margin-bottom:8px;
	margin-right:10px;
	width:180px;
}
.section2 img {
	margin-bottom:10px;
	border:1px solid #9E292B;
}
.section2 p {
	font-size:small;
}

.noborder img {
	border:1px solid #FFFCC8;
}

/*Shop Nav*/

#shopnav {
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	clear:both;
	font-size:15px;
	height:30px;
	line-height:30px;
	padding-left:15px;
}

#shopnav a {
	color:#007600;
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	text-decoration:none;
	display:block;
	float:left;
	height:30px;
	padding-left:170px;
	padding-right:170px;
}

#shopnav a:hover {
	background:#9E292B url('images/logo/tophover.gif') repeat-x;
	color:#FFFCC8;
}

/*Sandwich Nav*/

#sandwichnav {
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	clear:both;
	font-size:15px;
	height:30px;
	line-height:25px;
	padding-left:10px;
}

#sandwichnav a {
	color:#007600;
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	text-decoration:none;
	display:block;
	float:left;
	height:30px;
	padding-left:30px;
	padding-right:30px;
}

#sandwichnav a:hover {
	background:#9E292B url('images/logo/tophover.gif') repeat-x;
	color:#FFFCC8;
}

/*Top Navigation*/

#navigation {
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	clear:both;
	font-size:18px;
	height:30px;
	line-height:25px;
	padding-left:15px;
}

#navigation a {
	color:#007600;
	background:#FFFCC8 url('images/logo/topmenu.gif') repeat-x;
	text-decoration:none;
	display:block;
	float:left;
	height:30px;
	padding-left:40px;
	padding-right:40px;
}

#navigation a:hover {
	background:#9E292B url('images/logo/tophover.gif') repeat-x;
	color:#FFFCC8;
}

/*Form*/
label {
	display:block;
}

fieldset {
	width:360px;
	margin:1.5em 0 0 0;
	padding:0;
}

fieldset ol {
	padding-top:0.5em;
	list-style:none;
}

fieldset li {
	padding-bottom:0.5em;
	list-style:none;
}

input {
	background-color: #C8E1C1;
	border:1px solid #9E292B;
}

textarea {
	background-color: #C8E1C1;
	border:1px solid #9E292B;
}

/*Footer*/
#footer {
	background:#007600 url('images/logo/footer.gif') repeat-x;
	border-bottom:1px solid #9E292B;
	border-top:1px solid #9E292B;
	clear:left;
	height:80px;
	margin:0pt 0pt 15px;
}

#footer a{
	color:#FFFCC8;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	color:#FFFFFF;
	line-height:10px;
	padding-top:5px;
	font-size:small;
	text-align:left;
}

#footer table {
	float:right;
}


