/* GLOBAL DEFINITIONS */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 1em;
	list-style: none;
	font-family: Arial, Sans-Serif;
}

body {
	color: #363636;
	font-size: 62.5%;
}

a {
	color: #680a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper .formitem {
	float: left;
	width: 100%;
	font-size: 1.2em;
}

#wrapper .formitem .label {
	float: left;
}

#wrapper .formitem .item {
	float: left;
}

#wrapper .input1 {
	width: 100%;
}

#wrapper .select1 {
	
}

#wrapper .button1 {
	
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

#wrapper .fl { float: left; }
#wrapper .fr { float: right; }
#wrapper .al { text-align: left; }
#wrapper .ar { text-align: right; }
#wrapper .ac { text-align: center; }
#wrapper .clearing { clear: both; }
#wrapper .print_hidden { display: none; }

#wrapper .fc:after { 
	height: 0; 
	font-size:0; 
	clear: both;  
	content: "."; 
	display: block;
	visibility:hidden; 
}
#wrapper .fc {
	display: inline-block;
}


/* BUTTONS */

#wrapper .buttons a,
#wrapper button {
	margin:0 7px 0 0;
	text-decoration:none;
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	padding:5px 10px 6px 7px;
	cursor:pointer;
	font-size:1em;
	line-height:1.3em;
	color:#333;
	font-weight:bold;
}

#wrapper button {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	width:auto;
	overflow:visible;
	font-weight:bold;
	padding:4px 10px 3px 7px;
}

#wrapper button[type] {
	width:auto;
	padding:5px 10px 5px 7px;
	line-height:17px;
}

*:first-child+html #wrapper button[type] {
	padding:4px 10px 3px 7px;
}

#wrapper button img,
#wrapper .buttons a img {
	margin:0 3px -3px 0 !important;
	width:16px;
	height:16px;
	padding:0 !important;
	border:none !important;
}

#wrapper button:hover,
#wrapper .buttons a:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}

#wrapper .buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

#wrapper button.positive,
#wrapper .buttons a.positive{
	background-color:#ddf5df;
	border:1px solid #69C057;
}

#wrapper .buttons a.positive:hover,
#wrapper button.positive:hover {
	color:#529214;
}

#wrapper .buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

#wrapper .buttons {
	clear:both;
	padding:0;
	font-size:1em;
}

#wrapper .buttons .button {
	font-size:1.2em;
	cursor: pointer;
	padding:0 10px;
}


/* LAYOUT */

#wrapper {
	width: 783px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#header {
	width: 100%;
	height: 119px;
	position: relative;
}

#header #logo {
	top: 15px;
	left: 8px;
	width: 150px;
	position: absolute;
}

#header #navigation {
	left: 10px;
	bottom: 15px;
	position: absolute;
}

#header #navigation li {
	display: inline;
}

#header #navigation li a {
	color: #363636;
	font-size: 1.3em;
	margin-right: 25px;
	padding-left: 20px;
	text-decoration: none;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/navigation_off.gif) top left no-repeat;
}

body.home #header #navigation li.home a,
body.dealers #header #navigation li.dealers a,
body.products #header #navigation li.products a,
body.reviews #header #navigation li.reviews a,
body.history #header #navigation li.history a,
body.blog #header #navigation li.blog a,
body.contact #header #navigation li.contact a,
#header #navigation li a:hover {
	color: #680a00;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/navigation_on.gif) top left no-repeat;
}

#main {
	width: 100%;
	padding-bottom: 20px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/main_bg.gif) top left repeat-y;
}

#wrapper .main_topbottom {
	height: 1px;
	width: 783px;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/main_bg_topbottom.gif) bottom left no-repeat;
}

#main #sidebar {
	float: left;
	width: 148px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/sidebar_header_bg.jpg) top left no-repeat;
}

#main #sidebar h2 {
	margin: 6px 10px;
	font-size: 1.3em;
}

#main #sidebar li {
	display: block;
	margin: 20px 10px;
}

#main #sidebar li a {
	color: #363636;
	font-size: 1.2em;
	padding-left: 20px;
	text-decoration: none;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/subnav_off.gif) top left no-repeat;
}

body.road_bikes #main #sidebar li.road_bikes a,
body.mountain_bikes #main #sidebar li.mountain_bikes a,
body.lifestyle_bikes #main #sidebar li.lifestyle_bikes a,
body.womens_road_bikes #main #sidebar li.womens_road_bikes a,
body.trial_bikes #main #sidebar li.trial_bikes a,
body.track_bikes #main #sidebar li.track_bikes a,
body.cyclo_cross_bikes #main #sidebar li.cyclo_cross_bikes a,
#main #sidebar li a:hover {
	color: #680a00;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/subnav_on.gif) top left no-repeat;
}

#main #content {
	float: right;
	width: 628px;
}

#footer1 {
	width: 100%;
	margin-top: 10px;
}

#footer1 .reviews,
#footer1 .dealers,
#footer1 .blogs {
	float: left;
	width: 257px;
	height: 105px;
	margin-right: 6px;
}

#footer1 .reviews {
	width: 115px;
	padding: 85px 7px 0 135px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/footer1_bg_review.jpg) top left no-repeat;
}

#footer1 .dealers {
	width: 105px;
	padding: 85px 7px 0 145px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/footer1_bg_dealer.jpg) top left no-repeat;
}

#footer1 .blogs {
	width: 105px;
	margin-right: 0;
	padding: 85px 7px 0 145px;
	background: transparent url(http://www.fujiuk.co.uk/media/layout/footer1_bg_blog.jpg) top left no-repeat;
}

#footer1 .reviews h3,
#footer1 .dealers h3,
#footer1 .blogs h3 {
	color: #680a00;
	font-size: 1.5em;
}

#footer1 .reviews p,
#footer1 .dealers p,
#footer1 .blogs p {
	margin-top: 5px;
	font-size: 1.2em;
}

#footer2 {
	width: 100%;
	margin-top: 10px;
	font-size: 1.1em;
}

#footer2 .fl,
#footer2 .fl a {
	color: #97999c;
	text-decoration: none;
}

#footer2 .fr a {
	color: #363636;
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration: underline;
}



/* SITEWIDE STYLES */

#main #content .text_item {
    margin: 20px;
    font-size: 1.2em;
}




/* HOMEPAGE */

body.home #main #content {
	height: 399px;
}

body.home #main {
        padding-bottom: 0;
}


/* PRODUCTS LISTINGS */

body.products #content .product_listing {
	margin: 20px 0 20px 30px;
}

body.products #content .product_listing .title {
	font-size: 1.6em;
	margin-bottom: 10px;
}

body.products #content .product_listing .bike  {
	float: left;
	width: 195px;
	margin-bottom: 10px;
}

body.products #content .product_listing .bike img {
	border: 1px solid #6d6f71;
}

body.products #content .product_listing .bike h3 {
	font-size: 1.2em;
	margin-top: 10px;
}



/* BIKES */

body.products .bike_page {
	padding: 10px;
        margin-left: 20px;
}

body.products .bike_page h2 {
        font-size: 3em;
        margin-bottom: 20px;
}

body.products .bike_page .fl {
        margin-right: 40px;
}

body.products .bike_page .info_links ul {
        margin-top: 100px;
}

body.products .bike_page .info_links li {
        font-size: 1.2em;
        padding-bottom: 5px;
}

body.products .bike_page .table_header { 
        padding: 5px 5px 5px 10px;
        font-weight: bold;
        font-size: 1.3em;
	background: #eaeaea url(http://www.fujiuk.co.uk/media/layout/table_header.jpg) top left no-repeat;
        border: 1px solid #6d6f71;
        border-bottom: none;
        width: 550px;
        margin-top: 20px;
        padding-bottom: 20px;
}

body.products .bike_page table {
        font-size: 1.2em;
        background: #eaeaea;
        border: 1px solid #6d6f71; 
        border-top: none; 
        border-bottom: none;
        width: 567px;
}

body.products .bike_page .dl-item {
        font-size: 1.2em;
        background: #eaeaea;
        border: 1px solid #6d6f71; 
        border-top: none; 
        border-bottom: none;
        width: 565px;
}

body.products .bike_page .dl-item:after { 
	height: 0; 
	font-size:0; 
	clear: both;  
	content: "."; 
	display: block;
	visibility:hidden; 
}
body.products .bike_page .dl-item {
	display: inline-block;
}

body.products .bike_page table td {
        padding: 5px;
}

body.products .bike_page .disclaimer {
        font-size: 1.2em;
        text-decoration: italic;
        text-align: center;
        background: #eaeaea;
        border: 1px solid #6d6f71;  
        padding-top: 10px; 
        padding-bottom: 10px;
        border-top: none;
        width: 565px;
}



/* BLOG */

body.blog .blog_entry {
    margin: 20px;
    background: #b6b6b6;
}


body.blog .blog_entry h2 {
    padding: 5px;
    font-size: 1.3em;
    border-bottom: 2px solid #FFFFFF;
}

body.blog .blog_entry .content {
    padding: 10px;
    font-size: 1.1em;
    background: #ebebeb;
    border: 1px solid #b6b6b6;
}

body.blog .blog_entry .content .float_left {
    margin-bottom: 5px; 
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0;
}

body.blog .blog_entry .content .float_right {
    margin-bottom: 5px; 
    margin-right: 0;
    margin-left: 10px;
    margin-top: 0;
}

body.blog .blog_entry h4 {
    float: right;
    margin-top: 10px;
}

body.blog .archive_links {
    margin: 20px 20px 0 0;
    text-align: right;
    font-size: 1.5em;
}

body.blog .archive_links .link {
    margin: 5px;
    display: inline;
}

body.blog .pagination {
    margin: 10px 20px 0 0;
    text-align: right;
    font-size: 1.3em;
}

body.blog .back_link {
    margin: 20px 0 0 20px;
    font-size: 1.3em;
    font-weight: bold;
}



/* REVIEWS */

body.reviews .blog_entry {
    margin: 20px; 
    background: #b6b6b6;
}

body.reviews .blog_entry h2 {
    padding: 5px;
    font-size: 1.3em;
    border-bottom: 2px solid #FFFFFF;
}

body.reviews .blog_entry .content {
    padding: 10px;
    font-size: 1.1em;
    background: #ebebeb;
    border: 1px solid #b6b6b6;
}

body.reviews .blog_entry .content .float_left {
    margin-bottom: 5px; 
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0;
}

body.reviews .blog_entry .content .float_right {
    margin-bottom: 5px; 
    margin-right: 0;
    margin-left: 10px;
    margin-top: 0;
}

body.reviews .blog_entry h4 {
    float: right;
    margin-top: 10px;
}

body.reviews .archive_links {
    margin: 20px 20px 0 0;
    text-align: right;
    font-size: 1.5em;
}

body.reviews .archive_links .link {
    margin: 5px;
    display: inline;
}

body.reviews .pagination {
    margin: 10px 20px 0 0;
    text-align: right;
    font-size: 1.3em;
}

body.reviews .back_link {
    margin: 20px 0 0 20px;
    font-size: 1.3em;
    font-weight: bold;
}



/* DEALERS */

#wrapper .dealers_form {
    margin: 20px; 
}

#wrapper .dealers_form .formitem {
    float: left;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#wrapper .dealers_form .formitem .label {
    width: 80px;
    margin-right: 10px;
}

#wrapper .dealers_form .formitem .item input {
    width: 250px;
    border-bottom: 1px solid #999999;
}

#wrapper .dealers_form .formitem .item button {
    margin-top: 10px;
}



/* CONTACT */

#wrapper .contact_form {
    margin: 20px; 
}

#wrapper .contact_form .formitem {
    float: left;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#wrapper .contact_form .formitem .label {
    width: 80px;
    margin-right: 10px;
}

#wrapper .contact_form .formitem .item input {
    width: 250px;
    border-bottom: 1px solid #999999;
}

#wrapper .contact_form .formitem .item textarea {
    width: 350px;
    height: 150px;
    border: 1px solid #999999;
}

#wrapper .contact_form .formitem .item button {
    margin-top: 10px;
}



/* CLASSES TO APPEAR IN TINY MCE EDITOR */

.float_left { float: left; }
.float_right { float: right; }

.features_title {
    width: 25%;
    font-weight: bold;
    text-align: right;
}

.red {
	color: #680a00;
}

.alert_box {
    margin: 10px;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    border: 1px solid #680a00;
}

.dl-item {
		clear: both;
		padding-bottom: 1px;
	}

	.dt {
		float: left;
		clear: left;
		width: 24%;
		padding: 0 10px 10px 5px;
		text-align: right;
		font-weight: bold;
		line-height: 1.2em;
	}

	.dd {
		float: left;
		width: 69%;
		line-height: 1.2em;
		padding-bottom: 10px;
	}

	.dd p {
		padding-bottom: .5em;
	}



/* PRODUCT REGISTRATION */

#wrapper .prodreg_form {
    margin: 20px; 
}

#wrapper .prodreg_form .formitem {
    float: left;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#wrapper .prodreg_form .formitem .label {
    width: 80px;
    margin-right: 10px;
}

#wrapper .prodreg_form .formitem .item .input1 {
    width: 250px;
    border-bottom: 1px solid #999999;
}

#wrapper .prodreg_form .formitem .item .textarea1 {
    width: 250px;
    height: 60px;
    border: 1px solid #999999;
}

#wrapper .prodreg_form .formitem .item button {
    margin-top: 10px;
}

#wrapper .pr {}