/*--------------------------------------------------
Grognard Bicycle Company Style Sheet

Version: 1.0
Author: Blast Advanced Media
E-mail: info@blastam.com
Website: http://www.blastam.com
--------------------------------------------------*/



/* =General
--------------------------------------------------*/
img {
border:none;
behavior: url(js/iepngfix.htc);
}


a	{
	color: #000000;
	text-decoration: none;
}

a:hover	{
	text-decoration: none;
}


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: auto;
}

body {
	height: 100%;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background: #717015 url(../images/bg.jpg) repeat-x left top;
	line-height: 1.5em;
}

/* =Main Containers
--------------------------------------------------*/
#wrapper {
    min-height: 100%;
	margin: 0 auto;
    height: auto;
	width: 1000px;
	padding: 0 0 30px 0;
	position: relative;
	background: none;
}

html>body #wrapper { /* Hack for Firefox */
	overflow: visible;
}

* html #wrapper { /* Hack for IE */
    height: auto;
}

#left {
	width: 90px;
	float: none;
	display: none;
}

#middle {
	width: 600px;
	float: none;
}

#right {
	width: 185px;
	float: none;
	display: none;
}


/* =Sub Containers
--------------------------------------------------*/
#logo {
	height: 112px;
	display: none;
}

#logo img {
	padding: 10px 0 0 0;
}

#logoPrint {
	display: block;
	height: 105px;
}

#nav {
	height: 35px;
	display: none;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul a {
	display: block;
	float: left;
	padding: 0 9px 0 9px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	text-decoration: none;
	background: url(../images/bg_sep.gif) no-repeat left top;
	font-weight: normal;
}

#nav ul a:hover {
	color: #3c1e07;
	background: url(../images/bg_nav_o.gif) no-repeat left top;
}

#nav .selected a	{
	background: url(../images/bg_nav_o.gif) no-repeat left top;
	color: #3c1e07;
}


/*

#nav ul .first a {
	background: none;
}

#nav ul .first a:hover {
	color: #3c1e07;
	background: url(../images/bg_nav_o_first.gif) repeat-x left top;
}

*/

#content {
	padding: 25px 0 25px 9px;
	width: 650px;
}

#footer {
	clear: left;
	padding: 45px 0 0 48px;
}

#footer br {
	clear: left;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	color: #4f4e07;
}

#footer ul li a {
	display: block;
	float: left;
	padding: 2px 10px 0 10px;
	color: #bbbbba;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#footer ul li a:hover {
	text-decoration: none;
}


/* =Sub Sub Containers
--------------------------------------------------*/
#header {
	width: 700px;
	height: 150px;
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #293133;
	background: none;
}

#header h1 {
	padding: 16px 0 0 0px;
	color: #e1bc7f;
	font-size: 1.8em;
	font-weight: normal;
}

#header h2 {
	padding: 9px 0 0 0px;
	font-size: 1.5em;
	font-weight: normal;
}

#header h3 {
	color: #000000;
	padding: 16px 0 0 0px;
	font-size: 1.1em;
	font-weight: normal;
}

#headerInside {
	width: 700px;
	height: 211px;
	display: none;
}

#headerInside img {
	border-bottom: 1px dotted #293133;
}

#insideContent {
	margin: 0px;
	float: none;
}

#insideContent img	{
	margin: 10px;
}

#insideContent h1 {
	padding: 0 0 15px 0;
	color: #e1bc7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
}

#insideContent h2 {
	padding: 0 0 10px 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}

#insideContent h3 {
	padding: 0 0 5px 0;
	color: #293133;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
}

#insideContent p {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 22px;
	
}

#intro {
	width: 600px;
	margin: 0 35px 0 0;
	float: none;
}

#intro h1 {

	padding: 0 0 15px 0;
	color: #e1bc7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	
}

#intro p {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 21px;
}


/* =Classes
--------------------------------------------------*/
.callOut {
	width: 600px;
	float: none;
	margin: 0 0 5px 0;
	padding: 5px 5px 15px 5px;
	background: none;
	line-height: normal;
}

.callOut a {
	margin: 10px 0 0 0;
	display: block;
	color: #bbbbba;
	font-size: .7em;
	text-align: right;
	text-decoration: none;
}

.callOut a:hover {
	text-decoration: none;
}

.callOut img {
	/*border: 1px solid #cf994f;*/
	margin: 0 5px 5px 0;
}

.callOut h4 {
	clear: right;
	padding: 5px 0 0 0;
	color: #e1bc7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
}

.callOut p {
	clear: right;
	margin: 5px 0 0 0;
	color: #000000;
	font-size: .7em;
}

.galleryImage {
	border:2px solid #FFF;
}

.list1 ul	{
	margin: 10px 0px 25px 20px;
}

.list1 ul li	{
	background: url(../images/bullet1.gif) no-repeat left center;
	line-height: normal;
	list-style: none;
	padding: 3px 0px 3px 35px;
	font-size: 12px;
}

.finePrint	{
	font-size: 14px;
	/*border-top:1px dotted #c0c0c0;*/
	padding-top:15px;
	line-height: normal;
}

.dotLine	{
	border-top:1px dotted #c0c0c0;
}

.frames li	{
	list-style: none;
	font-size: 12px;
	padding: 3px 0px 15px 0px;
	margin:1px;
	border-bottom: 1px dotted #000000;
	line-height: 18px;
}

.frames li a	{
	padding: 2px;
	font-weight: normal;
}

.gallery	{
	font-size: 12px;
	color: #cdcf4d;
	line-height: normal;
}

.gallery a	{
	text-decoration: none;
}

.gallery a:hover	{
	text-decoration: none;
}

.galleryComment	{
	padding:10px 10px 10px 10px;
	color: #c6c69c;
}

.galleryBtn	{
	background: url(../images/galleryBtnBkgrd.gif) no-repeat;
	width: 191px;
	height: 25px;
	text-align:center;
	vertical-align: center;
	padding: 12px 0px 0px 0px;
}

.galleryBtn	a	{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.galleryBtn a:hover	{
	color: #52510b;
}

.button	{
	background: url(../images/galleryBtnBkgrd.gif) no-repeat;
	width: 191px;
	height: 28px;
	text-align:center;
	vertical-align: center;
	padding: 8px 0px 0px 0px;
}

.button	a	{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

.button a:hover	{
	color: #000000;
	text-decoration: underline;
}

.contact	{
	line-height: normal;
	font-size: 12px;
	float:left;
	width: 200px;
}


.contact input	{
	margin: 3px 0px 10px 0px;
	font-size: 12px;
	padding: 3px;
	color: #717015;
	border:1px solid #49480b;
	font-family: Arial, Helvetica, sans-serif;
}

.contact textarea	{
	font-size: 12px;
	padding: 3px;
	color: #717015;
	border:1px solid #49480b;
	font-family: Arial, Helvetica, sans-serif;
}

.submitBtn	{
	margin: 4px 0px 0px 1px;
}

.submitBtn input	{
	cursor: pointer;
	background-color: #cdcf4d;
	font-weight: bold;
	border:1px solid #ffffff;
	color: #484707;
}

.submitBtn input:hover	{
	cursor: pointer;
	background-color: #e8da9b;
}

.required	{
	color: #f5bb5c;
	padding:2px 2px 2px 5px;
	width: 320px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	clear: left;
}

.errorText {
	color: #9b0b0b;
}

.dirtBtn	{
	background: url(../images/dirtBtnBkgrd.gif) no-repeat;
	width: 190px;
	height:35px;
	padding-top: 18px;
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
	float:right;
	margin-top: -10px;
	color: #cdcf4d;
}

.orderForm	{
	background-color: #8a8928;
	padding:20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:650px;
}

.orderForm td	{
	padding: 2px;
}

.formTitle	{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	border-bottom:1px dotted #000000;
}

.measurement	{
	line-height: normal;
}

.donateNow	{
	position: absolute;
	top:0px;
	left:500px;
	display: none;
}

#donateArea	{
	background: url(../images/donateBkgrd.gif) no-repeat;
	width: 522px;
	height:132px;
	color: #4e400d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 20px 20px 20px;
	line-height: 18px;
}

.donateTitle	{
	color: #4e400d;
	font-size: 26px;
	margin-bottom: 10px;
}

#donateInfo	{
	position: absolute;
	top:100px;
	left:400px;
	background-color: #8a881b;
	color: #ffffff;
	border: 1px solid #ffffff;
	width:370px;
	font-size: 12px;
	padding: 20px;
	z-index:2;
}

#donateInfo h2	{
	color: #000;
	font-weight: normal;
}

#bikePromo	{
	background: url(../images/bikePromo.gif) no-repeat;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e1bc7f;
	font-weight: bold;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	width: 300px;
}

#bikePromo table	{
	margin: 10px 0px 0px 10px;
}

#bikePromo2	{
	background: url(../images/bikePromo.gif) no-repeat;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e1bc7f;
	font-weight: bold;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	width: 450px;
}

#bikePromo2 table	{
	margin: 10px 0px 0px 10px;
}