/* tags */
body{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin:0;
	padding:0;
	background-color:#FFF;
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase
}
h1{
	font-weight:normal;
	font-size:20px;
}
h2{
	font-size:11px;
	clear:both;
}
h3{
	font-size:10px;
	color:#828282;
	font-weight:normal;
}

a{
	text-decoration:none;
	color:#000;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul li{
	display:inline;
}
ul li a{
	text-transform:uppercase;
}
#content ol{
	border:1px solid #CCC;
	margin:0;
	padding:0 10px 0 27px;
}
#content ol li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0;
}

#content ol p{
	margin:0 0 10px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;

}
a img{
	border:none;
}

/* IDs */
#wrapper{
	width:830px;
	border:1px solid #000;
	margin:15px auto;
	background:transparent url(../images/content-bg2.gif) no-repeat scroll left bottom;
}
#header{
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#logo{	
	height:0;
	padding:108px 0 0;
	margin:0 276px 0 0;
	width:405px;
	overflow:hidden;
	float:left;
	background: url(../images/logo.gif) left center no-repeat;
}
#nav{
	width:148px;
	height:108px;
	float:left;
	font-size:9px;
	border-left:1px solid #000;
}
#nav a{
	display:block;
	vertical-align:middle;
	line-height:90%;
	padding:3px 20px 3px 1px;
	color:#000;
}

#nav ul{
	margin: 0;
	padding:0;
}
#nav li{
	display:block;
	text-align:right;
}
#nav li.home a,
#nav li.fundamentals a,
#nav li.technology a,
#nav li.dealers a,
#nav li.news a,
#nav li.team a,
#nav li.video-vault a{
	height:0px;
	padding:15px 0 0 0;
	overflow:hidden;
	background: transparent url(../images/nav-txt.png) top right no-repeat;
}
#nav li.home a{
	background-position:22px 3px;
}
#nav li.fundamentals a{
	background-position:22px -17px;
}
#nav li.technology a{
	background-position:22px -37px;
}
#nav li.dealers a{
	background-position:22px -57px;
}
#nav li.news a{
	background-position:22px -77px;
}
#nav li.team a{
	background-position:22px -97px;
}
#nav li.video-vault a{
	background-position:22px -117px;
}
#nav ul li:hover{
	background: #EDEDED url(../images/menu-bg.png) right top no-repeat;
}
#nav ul ul{
	position:absolute;
	top:16px;
	display:none;
	width:180px;
	margin:0 0 0 -182px;
	border-left:1px solid #000;
	text-align:right;
	height:108px;
	font-weight:normal;
}
#nav li.home ul a,
#nav li.fundamentals ul a,
#nav li.technology ul a,
#nav li.dealers ul a,
#nav li.news ul a,
#nav li.team ul a{
	display:block;
	vertical-align:middle;
	border:none;
	line-height:90%;
	padding:3px 20px 3px 1px;
	color:#000;
	background:none;
	height:9px;
	overflow:visible;
}
#nav ul ul a{
	border:none;
}
#nav ul ul a:hover{
	background: #EDEDED url(../images/menu-bg.png) right top no-repeat;
}
#nav ul li:hover ul{
	display:block;
}
#shopnav{
	height:20px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	clear:both;
}
#shopnav ul{
	width:681px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	z-index:2000;
	display:inline;
}

#shopnav li{
	display:inline;
	float:left;
	list-style:none;
	margin:0 14px;
}
#shopnav a{
	color:#828282;
	line-height:20px;
	vertical-align:middle;
	text-transform:uppercase;
	display:block;
	margin:0;
}
#shopnav a:hover{
	color:#000;
}
#shopnav li.active a{
	color:#000;
}
#shopnav ul ul{
	position:absolute;
	visibility:hidden;
	border:solid 1px #000;
	background:#FFF;
	width:150px;
	margin-left:-4px;
	float:none;
	z-index:58;
	padding:0;
	margin:0;
}
#shopnav ul ul li{
	float:none;
	margin:0;
	padding:0;
}
#shopnav ul ul a{
	font-weight:normal;
	color:#000;
	padding:1px 3px;
}
#shopnav ul ul a:hover{
	background:#DEDEDE;
}
#shopnav ul.cart{
	width:148px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}
#shopnav ul.cart li{
	margin: 0 10px;
}
#shopnav ul.cart li a{
	/*color:#9DEBE9;*/  
}
#content{
	width:645px;
	padding:18px;
	border-right:1px solid #000;
	display:inline;
	float:left;
	min-height:360px;
}
#content.cart{
	width:794px;
}
#content.index{
	overflow:hidden;
	padding:0;
	width:681px;
}
#content b, #content strong{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
}
#content p.odd{
	padding:10px 0;
	margin:0;
}
#content p{
	padding:0;
	margin:10px 0;
}
ul.download li{
	margin:6px 0;
}
ul.download li a{
	text-transform:none;
	font-weight:bold;
}
ul.download li:after{
	content:" [pdf]";
}
ul.download li a:hover{
	text-decoration:underline;
}
a.mailto{
	text-transform:none;
	font-weight:bold;
}
a.mailto:hover{
	text-decoration:underline;
}
#flashmain{
	height:478px;
	overflow:hidden;
}
#sidebar.none{
	display:none;
}
#sidebar .module{
	height:239px;
	float:left;
}
#sidebar .module a{
	margin:0;
	padding:0;
}
#sidebar .module p{
	margin:0;
}
#product-images{
	float:left;
	width:350px;
}
#product-images h1{
	background-repeat:no-repeat;
	/*background-position: center center;*/
	margin:0;
}
#product-images .carousel{
	width:350px;
	overflow:hidden;
	position:relative;
}
#product-images .carousel .nav{
	margin:5px 0;
	overflow:auto;
}
#product-images .carousel .nav h3{
	margin:0;
	float:left;
	width:310px;
}
#product-images .carousel .nav li{
	/*display:none;*/
}
#product-images .carousel .nav li a{
	width:6px;
	height:0;
	padding-top:10px;
	overflow:hidden;
	display:block;
	float:left;
	margin:2px 0 0 14px;
}
#product-images .carousel .nav li.previous a{
	background:url(../images/arrow-left.png) no-repeat;
	/*overflow:auto;*/
}
#product-images .carousel .nav li.next a{
	background:url(../images/arrow-right.png) no-repeat;
	/*overflow:auto;*/
}
#product-images .carousel ul.thumbnails{
	clear:both;
	height:100px;
	width:9999px;
	position:relative;
}
#product-images .carousel ul.thumbnails li{
	display:block;
	float:left;
	height:70px;
	margin-right:10px;
	overflow:hidden;
	width:110px;
}
#product-images .carousel ul.thumbnails li a{
}
#product-info{
	float:left;
	width:275px;
	margin:0 0 0 20px;
}
#product-info .lightbox_links{
	float:right;
}
#product-info .lightbox_links a{
	border:1px solid #B7B7B7;
	color:#B7B7B7;
	font-family:Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	font-size:12px;
	margin:0 2px 0 0;
	padding:2px 4px;
}
#product-info .lightbox_links a:hover{
	background:#B7B7B7;
	color:#FFF;
}
#product-info .out_of_stock_text{
	margin-top:10px;
}
form.purchase{
	overflow:auto;
	margin:0 10px 20px 0;
}
form.purchase .price{
	font-weight:bold;
	text-align:right;
	float:right;
	font-size:18px;
}
form.purchase label{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	float:left;
	display:block;
	clear:left;
	width:70px;
	margin:5px;
	text-align:right;
}
form.purchase select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	display:block;
	margin:5px 0;
	
}

form.purchase a.right-arrow,
a.right-arrow,
#content.team #bio .product-quote a{
	float:right;
	background: url(../images/arrow-right.png) right no-repeat;
	padding:0 11px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:8px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	vertical-align:middle;
}
form.purchase input.submit{
	font-family:Arial, Helvetica, sans-serif; 
	float:right;
	clear:both;
	background:#B7B7B7;
	color:#FFF;
	border:none;
	text-transform:uppercase;
	padding:2px 10px;
	font-size:12px;
	margin:10px;
	cursor:pointer;
	width:80px;
}
h2.testimonial{

}
div.testimonial{
	border:1px solid #ccc;
	min-height:80px;
	padding:10px 10px 10px 90px;
}
div.testimonial q{
	font-style:italic;
}
div.testimonial p{
	text-align:right;
	margin-bottom:0;
}

ul.technology{
	border:1px solid #ccc;
	min-height:80px;
	padding:10px;
	text-align:justify;
	line-height:110%;
}
ul.technology img{
	float:left;
	margin:0 10px 10px 0;
}
#product-list{
	border-bottom:1px solid #CCCCCC;
	float:left;
}
#product-list h3{
	margin: 10px 0;
}
#product-list li{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:inline;
	float:left;
	height:300px;
	padding:0 26px;
	width:270px;
	margin-bottom:-1px;
}
#product-list .find-your-size{
	font-size:10px;
	margin:0 5px;
}
.size_chart{
	background:#FFF;
}
#product-list li .retail_price{
	font-weight:bold;
	text-align:right;
	margin:0 0 5px;
}
#product-list li img{
	background:#FFF;
	margin:0 0 10px;
	
}
#product-list li a.image{
	width:157px;
	display:block;
	float:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#product-list li form.purchase{
	float:left;
	display:inline;
	margin:-24px 0 0;
	text-align:right;
	width:113px;
}

#product-list li a.info{
}
#product-list li form.purchase select,
#product-list li form.purchase label,
#product-list li form.purchase input{
	font-size:10px;
}
#product-list li form.purchase select{
	width:100px;
	float:right;
	margin:0 0 5px;
}
#product-list li form.purchase label{
	clear:right;
	float:right;
	margin:0;
	text-align:left;
	width:100px;
}
#product-list .out_of_stock_text{
	float:left;
	margin: 0 0 0 10px;
	width:103px;
}
#sidebar{
	width:148px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border-left:1px solid #000;
	margin-left:-1px;
	display:inline;
}
#sidebar li{
	list-style:none;
	
	display:block;
}
#sidebar a{
	color:#828282;
	display:block;
	padding:6px 20px 4px 1px;
	vertical-align:middle;
	line-height:90%;
}
#sidebar a:hover{
	color:#000;
}
#sidebar li.active a{
	color:#000;	
}
#sidebar li.current-cat a,
#sidebar.products li.active a,
#sidebar.technology li.active a,
#sidebar.gallery li.active a{
	background: transparent url(../images/arrow-down-sm.png) 134px 8px no-repeat;
}
#sidebar li.current-cat ul a,
#sidebar.products li.active ul a,
#sidebar.technology li.active ul a,
#sidebar.gallery li.active ul a,
#sidebar li.active  a{
	background: transparent url(../images/circle-gray.png) 135px 7px no-repeat;
}
#sidebar li.active ul a:hover,
#sidebar li.active ul li.active a{
	background: transparent url(../images/dot-black.png) 135px 7px no-repeat;
}
#sidebar ul{
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
}
#sidebar ul ul{
	font-weight:normal;
	margin:0 0 20px 0;
	display:none;
}
#sidebar ul li.active ul{
	display:block;
}
#kanagawa{
	clear:both;
	background: url(../images/footer-bg.gif) 0 0 no-repeat;
	height:106px;
	overflow:hidden;
}
#the-moment{
	width:100px;
	height:20px;
	padding: 34px 568px 0 14px;
	float:left;
	font-family:"Comic Sans MS",cursive;
	font-size:16px;
	font-style:italic;
	color:#555;
}
#the-moment div{
	width:33px;
	height:20px;
	float:left;
	text-align:center;
}
#gallery{
	width:148px;
	height:106px;
	overflow:hidden;
	display:block;
	float:left;
}
#gallery .voyeur a{
	overflow:hidden;
	display:block;
	height:0;
	padding-top:30px;
}
#gallery .contributors a{
	overflow:hidden;
	display:block;
	height:0;
	padding-top:76px;

}
/* social media bar */
.server_response{
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #CCC;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	color:#828282;
	text-transform:uppercase;
}
ul.social-media{
	border-top:1px solid #000;	
	height:20px;
}
ul.social-media li{
	display:block;
	float:left;
	padding:2px 3px 0 1px;
	margin:0;
}
#add-this{
}
#email-signup{
	height:16px;
}
#email-signup form{
	margin:0;
	padding:0;
	height:16px;
	display:inline;
}
#email-signup input.submit{
	height:16px;
	width:22px;
	text-indent:-999px;
	border:none;
	background: url(../images/email-go.gif) no-repeat;
	cursor:pointer;
}
#email-label{
	padding:0;
	margin:0 1px 0 0;
	border:1px solid #CCC;
	float:left;
}
#email_address{
	border:none;
	width:116px;
	height:12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
}
.widget-subscribe input.email{
	border:1px solid #CCC;
	width:116px;
	height:12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
}
.widget-subscribe input.submit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:0;
	padding:0;
	background:#FFF;
	cursor:pointer;
	color:#000;
}
.widget-subscribe input.submit:hover{
 	color:#C03;
	text-decoration:underline;
 }
#sidebar .widget-subscribe form{
	margin:0;
}
/* footer menu */
#footer{
	width:830px;
	margin:0 auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#footer ul{
	margin:0 auto;
	padding:0 0 20px 0;
	width:754px;
}
#footer li{
	display:block;
	float:left;
	list-style:none;
	margin:0 10px;
}
#footer a{
	height:0px;
	padding-top:8px;
	background:url(../images/footer-txt.png) no-repeat;
	overflow:hidden;
	display:block;
}
#footer li.contact a{
	background-position:-43px 0;
	width:45px;
}
#footer li.privacy a{
	background-position:-105px 0;
	width:76px;
}
#footer li.resellers a{
	background-position:-199px 0;
	width:72px;
}
#footer li.business a{
	background-position:-288px 0;
	width:104px;
}
#footer li.vintage a{
	background-position:-410px 0;
	width:61px;
}
#footer li.warranty a{
	background-position:-488px 0;
	width:98px;
}
#footer li.online a{
	background-position:-604px 0;
	width:111px;
}
#footer li.news a{
	background-position:-735px 0;
	width:27px;
}


#footer li.contact a:hover{
	background-position:-43px -30px;
}
#footer li.privacy a:hover{
	background-position:-105px -30px;
}
#footer li.resellers a:hover{
	background-position:-199px -30px;
}
#footer li.business a:hover{
	background-position:-288px -30px;
}
#footer li.vintage a:hover{
	background-position:-410px -30px;
}
#footer li.warranty a:hover{
	background-position:-488px -30px;
}
#footer li.online a:hover{
	background-position:-604px -30px;
}
#footer li.news a:hover{
	background-position:-735px -30px;
}
/* classes */

h2.concept{
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-1.png) no-repeat;
}
h2.testimonial{
	height:28px;
	line-height:28px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-2.png) no-repeat;
}
h2.purchase{
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-3.png) no-repeat;
}
h2.features{
	height:27px;
	line-height:27px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-4.png) no-repeat;
}
h2.technology, #album h2{
	height:33px;
	line-height:39px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-5.png) no-repeat;
}


/*  
*  Shopping Cart
*/
table.cart{
	width:100%;
	border-collapse:collapse;
}
table.cart th, table.cart td{
	padding:2px 10px;
}
table.cart th{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
table.cart th.item,table.cart th.quantity{
	text-align:left;
}
table.cart th.total,table.cart th.price{
	text-align:right;
}
table.cart td,table.cart th{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
table.cart td.image{
	width:110px;
}
table.cart td.item{
	font-size:12px;
}
table.cart td.price{
	text-align:right;
}
table.cart td.quantity{

}
table.cart td.total{
	text-align:right;
}
table.cart td.image img{
	float:left;
	margin:4px;
	padding:2px;
	background:#FFF;
	border:1px solid #000;
}
form.cart div.actions{
	text-align:right;
}
form.cart div.actions a.button{
	float:left;
}
#checkout-button{
	background:#900;
}
table.cart .item a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
a.button, input.button{
	font-family:Arial, Helvetica, sans-serif;
	background:#B7B7B7;
	color:#FFF;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	padding:2px 10px;
	font-size:12px;
	margin:10px;
	cursor:pointer;
}
a.button{
	padding:4px 10px;
}
a.button-small, input.button-small{
	font-family:Arial, Helvetica, sans-serif;
	background:#B7B7B7;
	color:#FFF;
	border:none;
	text-transform:uppercase;
	padding:2px;
	font-size:10px;
	margin:5px;
	cursor:pointer;
}

/* x-sell */
h2.xsell{
	margin-top:-22px;
}
ul.xsell{
	padding:0;
	width:760px;
	margin:auto;
}
ul.xsell li{
	width:110px;
	margin:0 40px;
	float:left;
}
ul.xsell li h3{
	height:27px;
}
/*
*
*	Rider Page
*/
#content.team{

}
#content.team h2.bio{
	height:33px;
	line-height:39px;
	padding:0 0 0 10px;
	vertical-align:middle;
	background: url(../images/brush-stroke-wide.png) no-repeat;
	
}
#content.team #photo{
	width:350px;
	float:left;
	margin:16px 0;
}
#content.team #photo h1{
	font-weight:100;
	text-align:center;
}
#content.team #photo #team_portrait{
	background: transparent url(../images/team/frame.jpg) no-repeat;
	padding: 43px 52px 60px 48px;
}
#content.team #album{
	float:left;
	padding:0 10px 162px;
	width:275px;
	background: url(../images/team/family-seal.png) no-repeat bottom;
}
#content.team #album .slides li{
	display:block;
	float:left;
	border:1px solid #CCC;
	padding:2px;
	margin:5px;
	background-color:#FFF;
}

#content.team #album .slides a{
	
	display:block;
	width:110px;
	height:73px;
	overflow:hidden;
}
#content.team #album img{
	
}
#content.team #album .viewport{
	height:267px;
	overflow:hidden;
	padding:0 8px;
	position:relative;
	z-index:1;
}
#content.team #album .slides{
	z-index:1;
	position:absolute;
}
#content.team #album  ul.nav{
	float:right;
	padding:0 18px;
}
#content.team #album  ul.nav a{
	display:block;
	float:left;
	height:0;
	margin:2px 0 0 14px;
	overflow:hidden;
	padding-top:10px;
	width:6px;
}
#content.team #album .nav li.previous a{
	background:url(../images/arrow-left.png) no-repeat;
	overflow:auto;
}
#content.team #album .nav li.next a{
	background:url(../images/arrow-right.png) no-repeat;
	overflow:auto;
}
#content.team #bio{
	clear:both;
	background:url(../images/paper1.jpg) no-repeat;
	float:left;
	width:545px;
	height:710px;
	padding:55px;
	font-size:14px;
}
#content.team #bio #team_product{
	float:right;
	margin:-100px -40px;
}
#content.team #bio #team_logo{
	margin:0 10px 10px 0;
}
#content.team #bio .product-quote{
	width:230px;
}

#content.team #bio #team_signature{
	display:block;
}
#content.team #bio .content{
	min-height:460px;
}
#content.team #bio div.pullquote{
	background:transparent url(../images/l-quote.png) no-repeat scroll left top;
	float:right;
	font-size:18px;
	margin:40px 40px 20px 20px;
	padding:12px 12px -5px 12px;
	width:200px;
}
#content.team #bio div.pullquote p{
	background:transparent url(../images/r-quote.png) no-repeat scroll right bottom;
	margin:32px 0 0;
	padding-bottom:32px;
	font-weight:bold;
}

/*
*
* Dealer Locator
*
*/
#content.wide{
	width:794px;
}
#content.wide #sidebar{
	display:none; 
}

#address_form, #state_form, #country_form{
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	padding:5px 0;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#address_form{
	width:390px;
	border-right:1px solid #000;
}
#state_form{
	border-right:1px solid #000;
	width:180px;
}
#country_form{
	width:210px;
}
.resultcount{
	width:220px;
	border-bottom:1px solid #000;
	padding:20px 0 10px 0;
}
a.maplink,a.pagenav{
	text-decoration:underline;
}

a.maplink{
	color: #CC0033;
}
.pagenav{
	padding:3px;
	font-size:10px;
	text-transform:uppercase;
}
div.page_nav{
	padding:20px 0 0 0;
}
label.address{
	display:block;
	float:left;
	width:45px;
}
.location_name, .resultcount, div.page_nav a{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
}
.div_col_left{
	float:left;
	display:block;
	width:220px;
}
.div_col_right{
	float:left;
	width:550px;
	margin:50px 0;
	background:url(../images/logo-huge.gif) 50% 50% no-repeat;
	min-height:300px;
}
.caps, .resultcount{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
/*
* Gallery
*/
#content.loading{
	background: transparent url(../images/loading.gif) no-repeat center center;
} 

#contibutor-list li{
	width:195px;
	float:left;
	height:250px;
	padding:10px;
}
#contibutor-list li a.image{
	width:200px;
	height:200px;
	display:block;
	overflow:hidden;
}

#contibutor-list li img{
	width:200px;
	height:200px;
}

#voyeur-list li{
	clear:both;
	display:block;
	padding:20px 0;
	width:100%;
	float:left;
	border-bottom:1px solid #CCC;
}
#voyeur-list li a.image{
	width:200px;
	display:block;
	overflow:hidden;
	float:left;
}
#voyeur-list li  .caption{
	width:200px;
	margin:10px;
	float:left;
}

#voyeur-list li img{
	/*width:180px;
	height:180px;*/
}
div.gallery h3{
	color:#000;
	font-weight:bold;
}
div.gallery .image-tall{
	background:transparent url(../images/shadow-tall.jpg) no-repeat scroll top left;
	
	height:400px;
	margin:0;
	overflow:hidden;
	padding:1px 10px 10px 1px;
	width:270px;
}
div.gallery .image-tall img{
	height:400px;
	width:270px;
	overflow:hidden;
}
div.gallery .image-wide{
	background:transparent url(../images/shadow-wide.jpg) no-repeat scroll 0 0;
	height:270px;
	margin:0;
	overflow:hidden;
	padding:1px 10px 10px 1px;
	width:400px;
}
div.gallery .image-wide{
	height:270px;
	width:400px;
}
div.gallery #image-container{
	float:left;
	height:425px;
}
div.gallery .info{
	width:150px;
	float:left;
	margin:0 0 0 20px;
}
div.gallery .credit{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
}
#gallery-carousel{
	float:none;
	clear:both;
}
#gallery-carousel .window{
	overflow:hidden;
	width:563px;
	float:left;
	position:relative;
}
#gallery-carousel ul{
	width:9999px;
	position:relative;
}
#gallery-carousel ul li,
#gallery-carousel .previous,
#gallery-carousel .next{
	float:left;
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:0 5px;
}
#gallery-carousel ul li a{
	display:block;
	widt:50px;
	height:50px;
	background-position:center center;
}
#gallery-carousel .previous,
#gallery-carousel .next{
	background: transparent url(../images/arrow-right-big.png) center center no-repeat;
	height:0px;
	padding-top:50px;
}
#gallery-carousel .previous{
	background: transparent url(../images/arrow-left-big.png) center center no-repeat;
}

#gallery-carousel ul li{
	border:1px solid #000;
}
#gallery-footer{
	clear:both;
	height:63px;
	padding-top:22px;
	background: url(/images/gallery_homefooter_bg.jpg) bottom center no-repeat;
}
/* size chart */
table.sizes{
	width:700px;
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	font-size:12px;
}
table.sizes th{
	text-align:left;
}
table.sizes th h2{
	margin-top:20px;
}
table.sizes td{
	border:1px solid #000;
	padding:1px 5px;
}
table.sizes tr.odd td{
	background:#EEE;
}

#content table.sizes{
	width:600px
}

/* fundamentals */
#content.meaning{
	padding:18px 218px;
	width:245px;
}

#content.mission{
	padding:48px 118px 0 218px;
	width:345px;
}
#content.text{
	width:605px;
	padding:38px;
}
#content.text ul{
	padding:0 0 0 20px;
	list-style:outside disc;
}
#content.text ul ul{
	list-style-type:circle;
}
#content.text ul li{
	display:list-item;
}
#content.text ol{
	border:none;
}
#content.text ol li{
	font-weight:normal;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
#content.text p.odd{
	background-color:#EEE;
}
/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../images/mediabox/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.mbLoading {
	background: #000 url(../images/mediabox/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 11px;
	color: #999;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #fff;
	line-height: 20px;
	font-size: 11px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 46px;
	background: transparent url(../images/mediabox/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(../images/mediabox/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(../images/mediabox/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url(../images/mediabox/BlackClose.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}

body.standalone{
	font-size:14px;
	margin:20px;
}