

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	 
	.clearfix {
		display: inline-block;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	
	html {
		height: 100%;
		}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Styles */

a {
	text-decoration:none;
	}

body { 
	/*background:url("http://www.ovalconcepts.com/images/bg_main.jpg") no-repeat fixed center top #090909;*/
	color:#000;
	font: 14px Roboto, Helvetica, "Trebuchet MS", Arial, sans-serif;
	margin:0 auto;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	}

h1{
	font-size:30px;
	}

h2{ font-size:30px;}

h3{ font-size:18px;}

h4{ font-size:14px;}

h5{ font-size:12px;}

h6{ font-size:10px;}


/*Font style*/

.headbold{
	font-size: 20px !important;
    font-weight: bold;
    line-height: 35px !important;
    text-decoration: underline;
}


/*Sid CSS*/

#header,#container,#footer{
	margin:0 auto;
	width:900px;
}

	
/*HEADER*/

#header{
	/*background:url("http://ovalconcepts.com/images/ovalopacity.png") repeat scroll 0 0;*/
	background:#f9f9f9 ;
	font-size:10px;
	/* font-family: Helvetica, "Trebuchet MS", Arial, sans-serif; */
	height: 50px;
	width:100%;
	border-bottom:1px solid #eee;
}

#header #headerbox{
	/*background:url("http://ovalconcepts.com/images/navbar.jpg") no-repeat scroll 0 0;*/
	height: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px;
    position: relative;
    width: 940px;
}

#headerbox #headerlogo{
	padding-top:10px;
	float:left;
	margin-right:50px;
}

#headerbox #header-menu-bar {
	float:left;
}

#headerbox #header-menu-bar ul {
	float: left;
    position: relative;
}

#headerbox #header-menu-bar ul li {
	display: inline;
    float: left;
	text-align: center;
    line-height: 50px;
    padding: 0 15px;
	margin-left: 10px;
}

#headerbox #header-menu-bar ul li a {
	text-transform:uppercase;
	font-size:12px;
	/*font-weight:bold;*/
	display: block;
	position: relative;
	color: #333333;
}

#headerbox #header-menu-bar ul li a:hover {
	color:#ed1b2e;
}

#headerbox #menu-container {
	position: absolute;
	top: 50px;
	left: 203px;
	/*background: url(http://www.ovalconcepts.com/images/menu_bg.jpg) no-repeat #000;*/
	background-color: #fff;
	width: 420px;
	min-height: 175px;
	color: #d6d6d6;
	font-size: 11px;
	letter-spacing: .5px;
	padding: 10px;
	z-index: 100;
	display: none;
	/*-moz-box-shadow: 0 12px 30px 5px #999;
	-webkit-box-shadow: 0 12px 30px 5px #999;
	box-shadow: 0 12px 30px 5px rgba(43, 43, 43, 0.56);*/
	border: 1px solid #eee;
	}

#headerbox #menu-container a {
	color: #000;
	background: transparent url(../images/arrow_nav.png) 0px 50% no-repeat;
	padding-left: 10px;
	}
	
#headerbox #menu-container #menu-categories a{
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	}
	
#headerbox #menu-container #menu-subcategories a {
	width: inherit;
	height:100%;
	display: block;
	}

#headerbox #menu-container a:hover {
	color: #e32121;
	}
	
#headerbox a.menu-active {
	color: #e32121 !important;
	}	
	
	
#headerbox #menu-container ul li {
	line-height: 20px;
	}	
	
#headerbox #menu-container #menu-categories,
#headerbox #menu-container #menu-subcategories {
	padding: 15px;
	/* width: 130px; */
	float: left;
	/* height: 200px; */
	transition: .2s all ease;
	}

#headerbox #menu-container #menu-subcategories li.toggle-view-all {
	float: left;
	}	
	
#headerbox #menu-container #menu-categories {
	font-weight: bold;
	min-width: 140px;
	/* border-right: 1px dotted #d6d6d6; */
	}

#headerbox #menu-container #menu-subcategories {	
	/* border-left: 1px dotted #AAA;
	width: 450px; */
	}
	
#headerbox #menu-container #menu-subcategories ul {
	white-space: nowrap;
	}
		
#headerbox #menu-container #menu-subcategories li {
	width: 150px;
	}

#container{
	min-height:600px;
	overflow:hidden;
	    margin-bottom: 100px;
}

#container.product-container {
/*background-color: transparent;
	background-color: rgba(225, 225, 225, 0.2);*/
	}
	
/* Section Specific */

.aero-section {
	/*background:url("http://www.ovalconcepts.com/images/bg_aero.jpg") no-repeat fixed center top #090909;*/
	}

.road-section {
	/*background:url("http://www.ovalconcepts.com/images/bg_road.jpg") no-repeat fixed center top #090909;*/
	}
	
.mountain-section {
	/*background:url("http://www.ovalconcepts.com/images/bg_mtb.jpg") no-repeat fixed center top #090909;*/
	}

.aero-section #aero, .road-section #road, .mountain-section #mountain, .athletes-section #nav4, .distributors-section #nav5 {
	color: #e32121 !important;
	border-top: 2px solid #e32121;
	line-height: 46px;
	}
	
	
/*Home Page*/

#container #content{
	width:900px;
	min-height: 500px;
	overflow:hidden;
	clear: left;
	margin-top: 20px;
}

.home-nav-holder{
	/*margin-left:25px;*/
}

.home-nav {
	width: 250px;
	margin-right: 50px;
	float: left;
	height:500px;
	text-align: center;
	margin-bottom: 25px;
	transition: .1s all ease-in;
	}
	
.home-nav:hover {
	opacity: .6;
	}

.home-nav.last {
	margin: 0;
	}
	
.home-nav .btn {
	text-align: center;
	position: relative;
	bottom: 30px;
	}

#container #sidebar {
	background: url("/images/oval_logo_50px.jpg") no-repeat scroll 64px 9px #FFFFFF;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    padding: 10px 20px 20px 20px;
    width: 860px;
}

#sidebar ul#newsfeed li{
	margin-left: 175px;
    text-align: left;
    width: 700px !important;
}

#sidebar ul#newsfeed li a{
	color:#666666;
	font-size:16px;
	display:block;
}

#sidebar ul#newsfeed li a:hover{
	color:#333333;
}

span#newsdate{
	color: #FF0000;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.nav{
	text-align:center;
	width:900px;
	margin-top:10px;
	margin-bottom: 10px;
}

.nav a{
	color:#eeeeee;
	padding: 0px 10px;
	font-weight:bold;
}

.nav a:hover{
	color:#ed1b2e;
}

#cathead {
	padding-top:10px;
	padding-bottom:30px;
	color: #FFF;
	/* position: absolute; */
}

#cathead a {
	color: #EEE;
	padding-bottom: 1px;
	}
	
#cathead a:hover {
	color: #e32121 ;
	}
	
#cat-desc {
	font-size: 13px;
	line-height: 20px;
	width: 600px;
	float: left;
	margin-top: 20px;
	}	

#breadcrumbs {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	}
	
#breadcrumbs a {
	/*background: transparent url(../images/arrow_breadcrumb.png) 0px 5px no-repeat;
	margin-left: 10px;
	padding-left: 17px;*/
	color: #ccc;
	}
	
#breadcrumbs a::after{
	content: "     >    ";
}	
	
#breadcrumbs a.active-link {
	/*font-weight: 900;*/
	}
	
#breadcrumbs a.active-link::after{
	content: ""
}	

#breadcrumbs a#home-link {
	background: transparent;
/*	margin-left: 13px;
    padding-left: 3px;*/
	}

#productgrid {
    float: left;
    height: 300px;
    margin: 10px;
    width: 280px;
	transition: .1s all ease-in;
	box-shadow: inset 0px 0px 85px rgba(255,255,255,.3);
}

#productgrid:hover #productname a{
	color:#ff0000;
}

#productgrid:hover{
	opacity:0.8;
}

#productimage{
	display:block;
	width:280px;
	height:240px;
}

#productname{
	/* padding:5px;
	text-align:center;
	background:#ffffff;
	border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    text-transform:uppercase;
    font-size:11px;
    display:block; */
	color: #666;
    font-size: 15px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 90%;
	/* font-family: Helvetica, "Trebuchet MS", Arial, sans-serif; */
}

#productname a{
	color: #666;
    display: block;
    font-size: 15px;
    font-weight: bold;
}


/*Product Page*/

.prodnav{
	width:50px;
	height:100px;
	float:left;
	padding-top: 30px;
}

.prodimage-container {
	/* width:500px;
	height:500px; */
	background: transparent;
	position: relative;
}

.quick-links {
position: absolute;
    right: 0px;
    top: -30px;
	}
	
.quick-links a {
	padding: 5px 10px;
	color: rgb(0, 0, 0);
	font-size: 11px;
	margin-left: 10px;
	background-color: #FFF;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.quick-links a:Hover {
	opacity: .7;
	}
	
.prodimage{
	width: 900px;
	height: 600px;
	 border-top: 1px solid #eee;
	 border-bottom: 1px solid #eee;
	 padding: 50px 0;
}

.prodtitle{
  color: #000;
    display: inline;
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
}

h4.msrp {
	margin-left: 17px;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	}
	
.cycle {
	text-align: center;
	}
	
.cycle a {
		background-color: transparent !important; /* For stupid IE */
		}

#pager {
	position: relative;
	z-index: 30;
	text-align: center;
	opacity: .8;
	transition: .2s all ease;
	margin-bottom: 30px;
}

#pager:hover {
	opacity: 1;
	}

.slide-tick {
	border: 1px solid black;
	background-color: #BBB;
	margin: 2px;
	text-align: center;
	padding: 1px 32px;
	font-size: 6px;
	display: inline;
	border-radius: 3px;
	transition: .1s all ease;
	margin-top:7px;
	}
	
.slide-tick:hover {
	background-color: #FFF;
	}
	
.slide-tick.activeSlide {
	background-color: #ED1B2E;
}

.prod-overview {
	color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 0 120px;
	}
	
.prod-overview em {
	font-weight: 700;
	font-style: normal;
	}
	
.prod-overview p {
	margin-bottom: 2em;
	}

.prodinfo{
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
}

.prodspecs{
	margin-left: 90px;
}

.prodspecs h3{
font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}

.prodspecs ul {
	list-style: none inside none;
	margin-bottom: 9px;
}

.prodspecs li {
  background: transparent url("//www.ovalconcepts.com/images/sprites.png") no-repeat scroll 0 -78px;
    font-size: 15px;
      line-height: 22px;
    padding-left: 35px;
	}
	
#previousproductpop {
	position:absolute;
	width:200px;
	height:100px;
	background:#ffffff;
	top:60px;
	margin-left:10px;
	border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    display:none;
}

#nextproductpop {
    background: none repeat scroll 0 0 #ffffff;
    height: 100px;
    margin-left: 690px;
    position: absolute;
    top: 60px;
    width: 200px;
  	border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    display:none;
}

#previousproductpop span,
#nextproductpop span {
	font-size: 15px;
    font-style: italic;
    font-weight: bold;
    padding: 25px 40px;
    position: absolute;
}


/* Athletes */

.athlete-box {

	}
	
a.athletes-name {
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: -1px 1px 0px #000;
	letter-spacing: 1px;
	transition: .1s all ease;
	position: relative;
	}
	
a.athletes-name:hover {
	color: #FFF;
	opacity: .7;
	}
	
a.athletes-name span {
	display: block;
	margin: 0 auto;
	bottom: 21px;
	width: 100%;
	padding: 5px 0px;
	background-color: #000;
	font-size: 11px;
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.3);*/
	}

.athlete-thumb {
	float: left;
	width: 300px;
	text-align: center;
	}
	
.athlete-banner {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 13px;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #D3D3D3;*/
	}

.feature-image {
	position: relative;
	}
	
.athlete-name {
	position: absolute;
	right: 0px;
	bottom: 13%;
	text-align: center;
	color: #DDD;
	width: 850px;
	}

.athlete-name h3 {
	font-size: 35px;
	text-shadow: 3px 3px 36px #999;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.8;
	background:#000;
}
	
.athlete-heading {
	width: 830px;
	display: block;
	font-size: 14px;
	background-color: #000;
	color: rgb(151, 151, 151);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 15px;
	margin: 0 auto;
	}
	
.athlete-section {
	/*background-color: rgba(0, 0, 0, .75);*/
	padding: 15px;
	font-size: 1em;
	line-height: 1.9em;
	color: #000;
	margin: 3px auto 40px;
    padding: 0px 120px 0px;
	
	}

#athlete-bio{
	background:#e32121;
	color:#000;
}

.athlete-section a {
	color: #000;
	text-decoration: none;
	}

.athlete-section p{
	margin-bottom: 20px;
	line-height:1.4em;
	}	

.athlete-section p a {
	color: #e32121 ;
	text-decoration: none;
	}

.athlete-section p a:hover {
	color: #ccc ;
	}	
	
.athlete-images {
	text-align: center;
	}
	
.athlete-image {
	padding: 5px;
	}
	
.athlete-image:hover {
	opacity: .8;
	}
	
.athlete-links a {
		/*background: url(../images/sprites.png) no-repeat;*/
		text-decoration: none;
		padding-left: 19px;
		margin-right:20px;
		font-size: 25px;
		}

.athlete-links a:hover {
	color: #AAA;
	background-position: 0px -35px;
	}
		
.athlete-links .website {
	background-position: 0px 3px;
	}

/*Distributors*/

#distcountry {
	width:250px;
	float:left;
	border-right:1px solid #ccc;
	margin-bottom: 10px;
}

#distcountry ul {
	margin-bottom: 20px;
	}

#distcountry li {
	padding:5px;
	cursor:pointer;
	color:#000;
	/*font-weight:bold;*/
	text-transform:uppercase;
	list-style:none;
	padding-left: 25px;
}

#distcountry li:hover {
	color:#cccccc;	
}

#distaddress {
	padding-left:30px;
	float:left;
}

.dist-continent {
    color: #000;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 32px;
	}

.distaddressinfo {
	display:none;
}

.distaddressinfo li {
	list-style:none;
	color:#000000;
}

.distaddressinfo li a {
	color:#ff0000;
}

.distaddressinfo li a:hover {
	text-decoration:underline;
}

.distaddressinfo h3 {
	color:#000;
}

#notice{
	background: none repeat scroll 0 0 #333333;
	border-bottom: 1px solid #999999;
	color: #EEEEEE;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px;
}


/*About Us*/

#aboutus {
	color:#000;
	 margin-bottom: 100px;
}

#aboutus p{
		padding:0px 120px;
	font-size:15px;
	line-height: 22px;
	margin-bottom:15px;
}


/*Contact Us*/

#contact {
	margin-top:30px;
	margin-left:300px;
}

label{
	color:#444444;
	/*font-weight:bold;8/
}

.errormessage{
	margin-top:20px;
}

.errors{
	padding:5px;
	color:#ff0000;
}

.formbutton {
  /*  background: url("../images/submit_button.png") no-repeat scroll 0 0 transparent;*/
  
    border: medium none;
    cursor: pointer;
height: 40px;
    width: 100px;
}

.formbutton:hover {
	opacity:0.9;
}

/*Technology*/

#technology {
	color:#EEEEEE;
}

#technology p {
	padding:10px 10px;
	font-size:15px;
	line-height: 22px;
	text-shadow: 2px 2px 4px #666666;
}

#technology img {
	border:5px solid #cccccc;
}

#technology b {
	font-size:20px;
}


/*Warranty*/

#warranty{
	color:#000;
	 margin-bottom: 100px;
}

#warranty p{
	padding:0px 120px;
	font-size:15px;
	line-height: 22px;
	margin-bottom:15px;
/*	text-shadow: 2px 2px 4px #666666;*/
}

#warranty p a{
	color:#ff0000;
}


/*FOOTER*/

#footer{
	border-top: 1px solid #999999;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}

#footer #footermenu{
	float:left;
}

#footer #footermenu ul#footerlinks{
	float: left;
    position: relative;
}

#footer #footermenu ul#footerlinks li{
	display: inline;
    float: left;
    line-height: 40px;
    padding: 0 15px;
}

#footer #footermenu ul#footerlinks li a{
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	
}

#footer #footermenu ul#footerlinks li a:hover{
	color:#ccc;
}

#footer #footershare{
	float:right;
	padding-top: 5px;
}


/*Sitemap*/

.categorymap{
	margin-bottom:30px;
}

.categorymap h2{
	border-bottom:1px solid #999999;
	color:#ffffff;
	text-transform:uppercase;
}

.categorymap li{
	list-style:none;
	padding:5px 0px;
}

.categorymap li a{
	color:#eeeeee;
}

.categorymap li a:hover{
	color:#cccccc;
}

