/*
Description:  type-s - Content Design Styles
Authored by: Agua Web Design - www.aguawebdesign.com, Copyright (c) 2008
Created:  August 10, 2008
*/




/*  GENERAL TAGS  */
h1 {
	color: #FCFC2C;
	background: #5F799C;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 3px;
	text-align: center;    
}
h2 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.1em;
	color: #5F799C;
	margin-bottom: 5px;
	padding: 2px;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 5px;	
}
a {
	color: #FF6600;
	text-decoration: none;
}
a.blue {
	color: #1E2931;
}

a:hover {
	color: #003399;
	text-decoration: none;
}
a.blue:hover {
	color: #FF9933;
}

ul {
	margin-left: 15px;
	padding-left: 5px;
	list-style: square;
	margin-bottom: 5px;
}
ul ul {
	list-style: disc;
	margin-left: 15px;
}
ol {
	margin-left: 15px;
	padding-left: 5px;
}
table {
}
table caption {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #1E2931;
	background: #A6A6A6;
	text-transform: capitalize;
	padding: 3px;
	border: 1px solid #1E2931;
}
tr.altrow {
	background: #DDEBF4;
}
th {
	background: #7897AA;
	color: #1E2931;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 0px;
}
td {
	margin: 0px;
	padding: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
form.contactpage {
	margin-left: 20px;
}
fieldset {
	border-style: none;
}
input.contact_field {
	border-top: 1px solid #B1B1B1;
	border-right: 2px solid #1E2931;
	border-bottom: 2px solid #1E2931;
	border-left: 1px solid #B1B1B1;
	width: 300px;
	font-size: 1em;
	padding: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1E2931;
}
textarea.contact_field {
	border-top: 1px solid #B1B1B1;
	border-right: 2px solid #1E2931;
	border-bottom: 2px solid #1E2931;
	border-left: 1px solid #B1B1B1;
	width: 300px;
}
input.submit {
	margin-top: 10px;
	border-top: 1px solid #A8A8A8;
	border-right: 2px solid #1E2931;
	border-bottom: 2px solid #1E2931;
	border-left: 1px solid #A8A8A8;
	background: #5F799C;
	color: #FFFF2F;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
label {
	font-weight: bold;
	color: #1E2931;
}


/*  TEXT CLASSES  */
.whitebold {
	color: #FFFFFF;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	background: #E0E5EC;
	border-style: none;
}
.redbold {
	font-weight: bold;
	color: #990000;
}
.orangebold {
	font-weight: bold;
	color: #F60;
}

.required {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.smallfont {
	font-size: .85em;
}




/*  UNIVERSAL CLASSES  */
.clear {
	clear:both;
}
.hide {
    display:none;
}
.noborder {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.border {
	border: 1px solid #1E2931;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}

.section {
	margin-bottom: 10px;
}
.section_content {
	margin: 5px;
}
.section_large {
	margin-bottom: 20px;
}
.section_center {
	margin-bottom: 10px;	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.section_border_bottom {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #5F799C;
	border-bottom-style: solid;
}

.section_float_right {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.section_space {
}
.verification {
	width: 1px;
	visibility: hidden;
}

.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
}


/*  CUSTOM SECTION STYLES  */
.riders {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 260px; 
	height: auto !important;
	height: 260px; 
	width: 380px; 
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}
.riders h1 {
	background: url(/images/headings/riders.jpg) no-repeat; 
	height: 25px; 
	width: 380px; 
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}

.usa_dealers{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 130px; 
	height: auto !important;
	height: 130px; 
	width: 353px; 
	margin-bottom: 20px;
	behavior: url(/styles/iepngfix.htc);
}
.usa_dealers h1 {
	background: #5F799D url(../images/headings/usa_dealers.jpg) no-repeat;
	height: 27px;
	width: 353px;
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}

.inter_dealers{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	width: 328px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	float: right;
}
.inter_dealers h1 {
	background: url(/images/headings/inter_dealers.jpg) no-repeat;
	height: 27px;
	margin: 0px;
	padding: 0px;
	font-size: 0.5em;
}

.dealers{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	width: 328px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}
.dealers h1 {
	background: #5F799C url(/images/headings/usa_dealers.jpg) no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 0.5em;
}

.prod_line{
	width: 381px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	background-color: #DDE3EA;
	background-repeat: repeat;
}
.prod_line h1 {
	height: 25px;
	width: 381px;
	margin: 0px;
	padding: 0px;
	font-size: .5em;
	background-image: url(/images/headings/products.jpg);
	background-repeat: no-repeat;
}

.prod_detail {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 420px; 
	height: auto !important;
	height: 420px; 
	width: 310px; 
	margin: 0px;
	padding: 0px;
	float: right;
}
.prod_detail h1 {
	background: #738AA7 url(/images/headings/product_details.jpg) no-repeat;
	height: 25px;
	width: 310px;
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}
.wheel_size_bg {
	background: url(/images/bg_wheel_size.jpg);
	text-align: center;
	height: 130px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
}
.wheel_detail_top {
	background: url(/images/wheel_img_top.jpg);
	height: 17px;
	width: 310px;
}
.wheel_detail_middle {
	background: url(/images/wheel_img_bg.jpg);
	width: 310px;
	text-align: center;
}
.wheel_detail_bottom {
	background: url(/images/wheel_img_bottom.jpg);
	height: 16px;
	width: 310px;
}

.wheel_size_bg img {
	margin-top: 10px;
}
.products{
	background: #DDE3EA repeat;
	width: 381px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}
.products h1 {
	background: url(/images/headings/apparel.jpg) no-repeat; 
	height: 25px; 
	width: 381px; 
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}

.prod_list {
	text-align: center;
	width: 123px;
	float: left;
	padding: 5px 0;
	margin-bottom: 10px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
.prod_list img {
	border: none;
	margin-bottom: 5px;
}
.prod_list p {

}
.prod_title {
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}


.pros{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	width: 300px;
	margin-bottom: 20px;
	behavior: url(/styles/iepngfix.htc);
	float: left;
}
.pros h1 {
	background: url(/images/headings/pros.jpg) no-repeat; 
	height: 25px; 
	width: 300px; 
	margin: 0px;
	padding: 0px;
}

.am {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	width: 140px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	float: left;
}
.am h1 {
	background: url(/images/headings/am.jpg) no-repeat; 
	height: 25px; 
	width: 140px; 
	margin: 0px;
	padding: 0px;
	font-size: .5px;
}
.girl {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	width: 140px;
	padding: 0px;
	behavior: url(/styles/iepngfix.htc);
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.girl h1 {
	background: #5F799C url(/images/headings/girls.jpg) no-repeat;
	height: 25px;
	width: 140px;
	font-size: .5em;
	margin: 0px;
	padding: 0px;
}
.groms {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	width: 140px;
	padding: 0px;
	behavior: url(/styles/iepngfix.htc);
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.groms h1 {
	height: 25px;
	width: 140px;
	font-size: .5em;
	margin: 0px;
	padding: 0px;
	background-color: #5F799C;
	background-image: url(../images/headings/groms.jpg);
	background-repeat: no-repeat;
}
.riders_info{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	width: 350px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	float: right;
}
.riders_info h1 {
	background: url(/images/headings/riders.jpg) no-repeat; 
	height: 25px; 
	width: 350px; 
	margin: 0px;
	padding: 0px;
}
.riders_photo  {
	min-height: 100px; 
	height: auto !important;
	height: 100px; 
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: right;
}
.riders_photo img {
	border: 1px solid #FF9933;
}
.riders_list {
}
.riders_list p {
	font-size: .85em;
	font-weight: bold;
	width: 50%;
	float: left;
}
.riders_list_small {
}
.riders_list_small p {
	font-size: .85em;
	font-weight: bold;
}
.news{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 400px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}
.news h1 {
	background: url(/images/headings/news_topic.jpg) no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 0.5em;
}
.news_date {
	color: #1E2931;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}
.news_title {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px;
}
.news_date_home {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #1E2931;
}

.upcoming_events {
	background: url(/images/bg_section_content.png) repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 273px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	float: right;
}
.upcoming_events h1 {
	background: #607A9D url(../images/headings/upcoming_events.jpg) no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font: 5px Georgia, "Times New Roman", Times, serif;
}
.event_date {
	font-weight: bold;
	margin-right: 10px;
	float: left;
	width: 50px;
	text-align: center;
	border: 1px solid #1E2931;
	padding: 5px;
	color: #FFFFFF;
	background: #FF9933;
	height: 40px;
}
.event_date_month {
	font-size: 1.2em;
	text-transform: uppercase;
}
.event_date_day {
	font-size: 1.8em;
}

.event_info {
	float: right;
	width: 180px;
}



.riders_news{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 200px; 
	height: auto !important;
	height: 200px; 
	width: 293px; 
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}	
.riders_news h1 {
	background: url(/images/headings/riders_news.jpg) no-repeat; 
	height: 25px; 
	width: 293px; 
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}

.contact{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 375px; 
	height: auto !important;
	height: 375px; 
	width: 363px; 
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	float: right;
}
.contact h1 {
	background: url(/images/headings/contact_info.jpg) no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 0.5em;
}
.section_contact_info{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	width: 305px;
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
}
.section_contact_info h1 {
	background: url(/images/headings/contact.jpg) no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 0.5em;
}
.about{
	background: url(/images/bg_section_content.png) repeat;
	min-height: 200px; 
	height: auto !important;
	height: 200px; 
	width: 490px; 
	margin-bottom: 10px;
	behavior: url(/styles/iepngfix.htc);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.about h1 {
	background: url(/images/headings/about.jpg) no-repeat; 
	height: 30px; 
	width: 490px; 
	margin: 0px;
	padding: 0px;
	font-size: .5em;
}
.wide_admin {
	width: 425px;
}
