@charset "UTF-8";

/* ####################################################################
General Tags and Classes
#################################################################### */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #0D0D0D;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666;
}

.oneColFixedCenter {
	background-image:url(../../images/cyclingwear/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

a,
a:link,
a:visited
{
	color:#00A2EA;
	text-decoration:none;
}

a:hover,
a:active
{
	color:#00A2EA;
	text-decoration:underline;
}

a img {
	border:none;
}

h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	color:#FFF;
}

ul, li {
	margin:0;
	padding:0;
}

h1 {
	font-size:21px;
}

.clear {
	clear:both;
}

.hr {
	clear:both;
	margin-top:6px;
	margin-bottom:6px;
	border-bottom:solid 1px #999;
}

/* ####################################################################
Global Structure
#################################################################### */

#container {
	width: 1024px;  
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#header {
	text-align:center;
}

#logo_link {
	display:block;
	width:400px;
	height:135px;
	margin: 0 auto;
}

#nav {
	text-align:center;
	padding-bottom:12px;
}

#nav a.parent,
#nav a:link.parent,
#nav a:visited.parent {
	display: inline-block;
	font-size: 18px;
	text-transform:uppercase;
	padding: 0 20px;
}

#nav a:hover.parent,
#nav a:active.parent {
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
}

#footer {
	padding-top:50px;
}

#crumbtrail {
	position:absolute;
	top:72px;
	left:25px;
}

#crumbtrail a {
	color:#fff;	
}

/* ####################################################################
Home Page
#################################################################### */

.oneColFixedCenter.homepage {
	background-image:url(../../images/cyclingwear/home_bg.jpg);
}

.homepage #container {
	padding-top:350px;
}

.homepage #nav {
	padding-bottom:0px;
}

#home_features {
	padding:40px;
	width:850px;
	margin: 0 auto;
}

#home_features .feature {
	width:254px;
	padding-top:5px;
	float:left;
	text-align:right;
}

#home_features .divider {
	height:168px;
	padding-left:21px;
	margin-right:21px;
	border-right:dotted 1px #00A2EA;
	float:left;
}


/* ####################################################################
Products Landing Page
#################################################################### */

img.lifestyle {
	float:left;
}

.landing_text {
	width:312px;
	padding-left:12px;
	float:left;
}

.product_area {
	width:637px;
	height:286px;
	overflow:hidden;
	padding:12px;
	float:left;
	
	background-color:#FFF;
	color:#000;
	text-align:left;
}

.product_area h1 {
	color:#000;
	font-weight:normal;
	font-size:18px;
}

.product_text {
	width:265px;
	float:left;
}

.product_text .list_title {
	font-weight:bold;
}

.product_text ul {
	margin-bottom:18px;
	margin-left:12px;
	color:#666;
}

.product_group {
	float:left;
	width:372px;
}

.product_group a.product {
	float:right;
	border:solid 1px #fff;
	width:84px;
	height:140px;
	text-align:center;
	color:#000;
	font-size: 10px;
}

.product_group a.product:hover {
	border:solid 1px #00A2EA;
	text-decoration:none;
}

.landing_links a {
	display:block;
	color:#fff;
}

#swatch_region {
	
}

#swatch_region .swatch {
	float:right;
	margin-left:3px;
	border:solid 1px #666;
	
	width:20px;
	height:20px;
}


/* LIne up */

#lineup {
	width:890px;
	height:150px;
	margin: 0 auto;
	background-image:url(../../images/cyclingwear/blue-line.gif);
	background-repeat:repeat-x;
	background-position: 0px 60px;
}

#lineup .line_item {
	width:84px;
	padding-top:12px;
	text-align:center;
}

#lineup_links {
	text-align:center;	
}


/* ####################################################################
Technology Page
#################################################################### */

#tech_nav {
	float:left;
	width:210px;
	padding-right:12px;
	text-align:right;
}

#tech_nav a {
	display:block;
	color:#FFF;
	font-size:14px;
	padding-bottom:8px;
}

#tech_content {
	float:left;
	width:788px;
	padding-left:12px;
}

#tech_text {
	width:625px;
	padding-right:25px;
	margin-top:24px;
	height:250px;
	overflow:auto;
	font-size:12px;
	color:#fff;
}


/* ####################################################################
Distributors Page
#################################################################### */

#dist_area {
	width:810px;
	height:450px;
	background-image:url(images/world-map.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
}

#dist_form {
	text-align:right;
}

#dist_area .results {
	width:370px;
	height:360px;
	margin: 0 auto;
	text-align:left;
}

#dist_area .results .dist {
	margin-bottom:18px;		
	color:#FFF;
}

#dist_area .results .dist h3 {
	float:left;
}

#dist_area .results .dist .phone {
	float:right;
}


#lineup .product {

    float: left;
    text-align: center;  
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

.hidden {
    display: none;   
}


/* ####################################################################
Sizing Page
#################################################################### */


#sizing_content {
	float:left;
	width:900px;
	padding-left:72px;
}

#sizing_text {
	width:855px;
	padding-right:25px;
	margin-top:24px;
	height:350px;
	overflow:auto;
	font-size:12px;
	color:#fff;
}

#sizing_text .shimanocomponents_table {
	padding-bottom:24px;
	width:680px;
}

#sizing_text .shimanocomponents_table .table_header {
	background-color:#666;
	padding:5px;
}

#sizing_text .shimanocomponents_table .table_cell {
	background-color:#333;
	padding:5px;
}

/* ####################################################################
Padding Page
#################################################################### */

#sizing_text .pad {
	
	margin-top:12px;
	padding-top:12px;
	border-top: dotted 1px #666;
}

#sizing_text .pad img {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

#sizing_text .pad_desc {
	float:left;
	width:615px;
}


/* ####################################################################
News Page
#################################################################### */


#news_content {
	float:left;
	width:788px;
	padding-left:12px;
}

#news_text {
	width:625px;
	padding-right:25px;
	height:450px;
	overflow:auto;
	font-size:12px;
	color:#fff;
}

#news_text .newspic_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	width: 200px;
}


#nav {
	position:relative;
}

.dropDownNav {
	background-color: #222;
	border: 1px solid;
	position: absolute;
	text-align: left;;
	top: 20px;
	width: 175px;
	font-size: 12px;
}

.dropDownNav a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
}

.dropDownNav a:hover,
.dropDownNav a:active {
	font-weight: bold;
	color: #fff;
}

.feature img {
	margin-bottom: 4px;
}

.feature img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 0;
}

.full_content,
.article .side_content {
	width:900px;
	padding-left:72px;
}

.text_content,
.article .side_content .text_content {
	width:855px;
	padding-right:25px;
	margin-top:24px;
	height:450px;
	overflow:auto;
	font-size:13px;
	color:#fff;
}

.header {
	height:250px;
}

.side_content {
	float:left;
	width:788px;
	padding-left:12px;
}

.side_content .text_content {
	width:625px;
}

.side_nav {
	float:left;
	width:210px;
	padding-right:12px;
	text-align:right;
}

.side_nav a {
	display:block;
	color:#FFF;
	font-size:16px;
	padding-bottom:8px;
}

.shimglobal_parsys_cell {	
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom: dotted 1px #666;
}

#article .text_content {
	height: 450px;
}

#article .newspic_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	width: 200px;
}

#article .newspic_right img {
	margin-bottom: .5em;
	background: url(../../images/cyclingwear/loading-sm.gif) no-repeat center center;
	display: block;
	cursor: pointer;
}

#article .info {
	margin-bottom: 1em;
	font-style: italic;
}

#news .text_content {
	background: url(../../images/cyclingwear/loading-lg.gif) no-repeat center center;
}

#lineup {
	position: relative;
	height: 190px;
	margin-top: 20px;
}

#lineup .title {
	font-weight: bold;
	color: #fff;
}

#lineup .product {
	display: block;
	text-align: center;
	color: #666;
}

#lineup .product:hover,
#lineup .product:active {
	text-decoration:none;
}

#lineup .product img {
	display: block;
	margin: 0 auto;
}

.product_id {
	font-size: 12px;
	margin-bottom: 1em;
}

#lineup_links a {
	text-transform: uppercase;
	color: #fff;
}

.product_area {
	float: none;
	width: auto;
	padding: 0;
	height: 340px;
}

.type_area {
	height: 310px;
	overflow: hidden;	
	background-color:#FFF;
	color: #000;
	text-align: left;
}

.type_area h1 {
	color: #000;
	font-size: 16px;
	
}

.type_text {
	float: left;
	display: inline;
	width: 371px;
	padding: 12px;
}

.product_area h1 {
	margin-bottom: 6px;
	text-transform: uppercase;
}

.product_area h2 {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 14px;
}

.product_text {
	padding: 12px;
}

.product_group {
	width: 348px;
	padding: 12px;
}

#large_image {
	float: left;
	height: 310px;
	background-repeat: no-repeat;
	background-position:center center;
}

.type_area #large_image {
	width: 629px;
}

.product_area #large_image {
	width: 363px;
}

#skus .product {
	cursor: pointer;
}

.product_image_overlay {
	padding: 5px;
	background-color: #000;
}

.shimglobal_locationdealerlocator {
	background-image:url(../../images/cyclingwear/world-map.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
}

#locator_form {
	text-align:right;
	margin-right:20px;
}

#dealerlist {
	width:400px;
	height:380px;
	margin: 0 auto;
	text-align:left;
	overflow: auto;
	padding-right: 15px;
}

#dealerlist .dealer {
	margin-bottom:18px;		
	color:#FFF;
}

#dealerlist .dealer .name {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#dealerlist .dealer .phone {
	border-bottom:1px solid #999999;
	display:block;
	margin-bottom:6px;
	padding-bottom:6px;
	text-align:right;
}

.shimglobal_navigation {
	float: right;
	text-align: right;
	width: 600px;
}

.shimglobal_texttitleimage .left {
	margin-right: 10px;
}

.shimglobal_texttitleimage .right {
	margin-left: 10px;
}

.shimglobal_texttitleimage .style1 {
	font-size: 1.4em;
}


#logos img {
	cursor: pointer;
}

#crumbMenu {
	position:absolute;
	top:72px;
	left:25px;
}

#crumbMenu a {
	color:#fff;	
}

#nav .current {
	color: #fff;
}

#article .shimglobal_parsys {
	clear: both;
}