/* CSS Document */

/*Layout*/
html {	overflow: -moz-scrollbars-vertical;}
body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	color:#5f6568;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#F70202;
}
a:hover {
	color:#F70202;
	text-decoration:none;
}
#wrapper {
	width:960px;
	margin:5px auto; /*centers your design on the page*/
}
#header {
	background-image:url(../resources/bg_hedur.png);
	background-position:top;
	height:180px;
	width:960px;
	clear:both;
}
#logo {
	width:290px; /*change this width and height to match your logo image*/
	height:60px;
	float:left;
	margin:35px 0 0 20px;
}
#logo img {
	border:0
}

/*home*/
#top_column {
	width:930px; /*minus the padding*/
	padding:15px;
	min-height:290px;
	background:#f2f3f3 url(../resources/hometc_bg.png) top left no-repeat;
}

#mid_column {
	width:930px; /*minus the padding*/
	padding:15px;
	min-height:236px;
	background-color:#f2f3f3;
	border-top: 8px solid #5f6568;
}
#merk_column {
	width:960px; /*minus the padding*/
	min-height:96px;
	background-color:#f2f3f3;
}

/*menu*/
#header_menu { /*the container that holds the main menu*/
	width:950px;
	height:27px;
	margin:45px 0px 0px 5px;
	float:left;
}
ul#navigation {
	margin:0px;
	padding:0px;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/
}
ul#navigation li {
	float:left; /*makes the text sit beside each other not down the page*/
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
	text-align:center;
}
ul#navigation a {
	height:22px; /*height 27 minus padding*/
	display:block;
	color:#ffffff; /*menu color normal*/
	padding:5px 10px 0px 15px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; /*menu text size and font*/
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover, ul#navigation .current {
	color:#F70202;
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:27px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:151px;/*161px minus padding*/
	display:none;
	background:url(../resources/drop_down_bg.png) no-repeat top left;
	border-bottom:1px solid #F70202;
}
ul#navigation ul.second-level li {
	width:151px;
	margin:0;
}
ul#navigation ul.second-level a {
	display:block;
	float:none;
	width:130px;
	border:none;
	padding:0 10px;
	background:none;
	font:12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif; /*font size and line height*/
	color:#FFFFFF;
	border-bottom:1px solid #F70202;
	text-transform:capitalize;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#FFFFFF;
	background-color:#F70202;
	background-image:none;
}
/*Home banner*/

#home_banner_wrapper {
	width:960px;
	height:326px;
	margin-bottom:12px;
}
/* home tabs */
#home_tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:47px;
}
#home_tabs li {
	list-style:none;
	margin:0 3px 0 0;
	padding:0;
	float:left;
}
#home_tabs li.end {
	margin:0;
}
#home_tabs li a, #home_tabs li a:visited, #home_tabs li a:link {
	display:block;
	float:left;
	width:233px;
	height:27px;
	text-align:center;
	padding:13px 0 7px 0;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../resources/banner_tab_off.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#ffffff;
}
#home_tabs li.current a {
	background-image:url(../resources/banner_tab_on.gif) !important;
	color:#354d5c !important;
}
#home_tabs li.current a:focus, #home_tabs li.current a:active {
	outline:none;
	border:0;
}
#home_tabs li a:hover {
	text-decoration:underline;
}
#tab_content {
	height:278px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../resources/banner_bg.gif) no-repeat top left;
}
#tab_content li {
	position:absolute;
	height:278px;
	width:960px;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
#tab_content li .left {
	width:425px;
	margin:20px 0 0 25px;
	float:left;
}
#tab_content li .right {
	width:460px;
	margin:20px 0 0 0px;
	float:right;
}
#tab_content li .left h1 {
	font-size:28px;
	font-family:"Century Gothic", Arial, sans-serif;
	color:#037db0;
	margin:0px 0px 10px 0;
	line-height:28px;
	font-weight:normal;
}
#tab_content li .left .text {
	color:#5f6568;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4em; /* vertical spacing between your lines of text*/
}
#tab_content li .left p {
	padding:0px;
	margin:0px 0px 13px 0px;
}
/*Home page content*/

#home_content_wrapper {
	width:960px;
}
#home_content_wrapper h2 {
	font-size:20px;
	font-family:"Century Gothic", Arial, sans-serif;
	margin:0px 0px 9px 0px;
	padding:0px;
	color:#FFF;
	font-weight:normal;
}
.large_blue_box {
	width:640px;
	height:254px;
	float:left;
	background-image:url(../resources/home_main_box_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.large_blue_box .content {
	color:#FFF;
	padding:20px 20px 0px 20px;
	height:234px; /*pushes the bottom rounded corners down to their correct position*/
}
.large_blue_box .left {
	width:280px;
	float:left;
}
.large_blue_box .right {
	width:280px;
	float:right;
	border-left:1px solid #023d55;
	padding-left:26px;
}
.large_blue_box .bottom {
	height:6px;
	width:640px;
}
.service_box_container {
	width:280px;
	height:50px;
	margin:10px 0 15px 0;
}
.service_box_container .image {
	float:left;
	width:48px;
	height:48px;
	margin:0px 0px 0px 0px;
}
.service_box_container h3 {
	color:#CBFF5B;
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px;
}
.service_box_container h3 a, .service_box_container h3 a:link, .service_box_container h3 a:visited {
	text-decoration:none;
	color:#CBFF5B;
}
.service_box_container .text {
	float:right;
	width:215px;
	font-size:11px;
	padding:0px 0px;
	line-height:normal;
}
.service_box_container .text p {
	padding:0px;
	margin:0px;
}
/*right buttons*/

#home_right_buttons {
	width:291px;
	float:right;
}
.side_button {
	width:261px; /*291px minus padding*/
	height:70px; /*80px minus padding*/
	margin:0px 0px 10px 0px;
	padding:10px 10px 0px 20px;
	background-repeat:no-repeat;
	background-position:left top;
}
.side_button .title {
	font-family:"Century Gothic", Arial, sans-serif;
	color:#bcebff;
	font-size:18px;
}
.side_button .image {
	float:right;
	width:48px;
	height:48px;
	margin:0px 0px 0px 0px;
}
.side_button .text {
	float:left;
	width:200px;
	font-size:12px;
	padding:0px 0px;
	line-height:normal;
	color:#FFFFFF;
}
.side_button .text p {
	padding:0px;
	margin:0px;
}
.side_button a, .side_button a:visited, .side_button a:link, .side_button a:hover {
	text-decoration: none;
	color:#bcebff;
}
/*general*/

h1 {
	font-size:22px;
	color:#7d7b7e;
	font-weight:normal;
	margin:0px 0 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
	color:#7d7b7e;
	colo
	font-weight:normal;
	margin:0px 0 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color:#7d7b7e;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 5px;
}
h4 {
	font-size:14px;
	color:#7d7b7e;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.size11 {
	font-size:11px;
}
hr {
	border: 0;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	width: 100%;
	clear:both;
}

#left_column p {
margin-top: 2px;
}

#left_column h3 {
	color:#7d7b7e;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 2px 0;
}

.cimgLt {
	float:left;
	margin: 0 15px 10px 0;
}

.cimgRt {
	float:right;
	margin: 0 0 10px 15px;
}

.false {
	color: red;
}

/*footer*/
#footer {
	height:28px;
	width:931px;
	margin:4px auto 10px auto;
	color:#CCC;
	font-size:11px;
	padding:8px 10px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	background-color:#7d7b7e;
}
#footer a, #footer a:link, #footer a:visited {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:350px; /*make this wider to fit more links in your footer*/
	float:right;
	text-align:right;
}
#footer .right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .right ul li {
	float:right;
	margin:0;
	padding:0 3px 0 3px;
}
#footer .right ul li a, #footer .right ul li a:link, #footer .right ul li a:visited {
	color:#CCC;
	text-decoration:none;
}
#footer .right ul li a:hover {
	text-decoration:underline;
}
#footer .left {
	width:400px;
	float:left;
}
.clear {
	clear:both;
}
/*inside page 2 column layout*/
	
	#content_bg { /*the 2 columns*/
	background-image:url(../resources/bg_main_content_fill.gif);
}
#content_bg .top {
	width:960px;
	background-image:url(../resources/bg_main_content_top.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#content_bg .bottom {
	width:960px;
	height:6px;
}
#left_column {
	float:left;
	width:675px; /*640px minus the padding on left and right*/
	padding:15px;
	margin-left:20px;
	min-height:200px;
	background:#FFF url(../resources/content_test_bg.jpg) top left no-repeat;
}
#right_column {
	float:right;
	width:210px; /*260px minus the padding on left and right*/
	padding:0px 0 5px 0;
	margin-right: 20px;
}
/*side bar*/

.top_title {
	width:184px; /*260px minus the padding*/
	height:23px; /* 26px minus padding*/
	margin:0px;
	padding:6px 3px 0px 13px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	background-color:#F70202;
}
.news_item {
	font-size:11px;
	background: #CCCCCD url(../resources/side_bar_divider.gif) repeat-x bottom;
	padding:5px;
	margin:0 0 10px 0;
	color:#7D7B7E;
	width:190px;
}
.news_item a:link, .news_item a:visited, .news_item a {
	color:#fff;
}
.news_item p {
	margin:0px;
	padding:0px;
}
.news_title {
	color:#F70202;
	font-weight:bold;
}
.news_title a, .news_title a:link, .news_title a:visited {
	text-decoration:none;
	color:#F70202;
}
.news_title a:hover {
	text-decoration:underline;
}

.top_bike_box {
	width:184px; 
	height:23px; 
	margin:10px 0 0 0;
	padding:6px 3px 0px 13px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	background-color:#F70202;
}

.bike_box {
	width:180px; /*260px minus padding*/
	height:155px;
	margin:0px 0 10px 0;
	background:url(../resources/side_bar_divider.gif) repeat-x bottom;
	background-color:#cccccd;
	padding:10px ;
	font-size:12px;
	line-height:normal;
	color:#FFFFFF;
}
.bike_box .title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#bcebff;
	font-size:18px;
	width:180px;
}

.bike_box p {
	padding:0px;
	margin:3px 0px;
}
.bike_box a, .bike_box a:visited, .bike_box a:link, .bike_box a:hover {
	text-decoration: none;
	color:#F70202;
}
.bike_box form {
	margin:0px;
	padding:0px;
}
.bike_box label {
	float:left;
	clear:left;
	height:20px;
	margin:3px 0 5px 0;
	padding:4px 0 0 0;
}
.bike_box input {
	float:right;
	clear:right;
	margin:3px 0 5px 0;
}
.bike_box .input {
	height:16px;
	padding:3px;
	width:120px;
	background-color:#bfe1f7 !important;
	border:1px solid #F70202 !important;
}
.bike_box #quote_submit {
	height:19px;
	width:78px;
	border:none;
}
.openingstijden {
	padding:10px 0 8px 0px;
	background: #CCCCCD url(../resources/side_bar_divider.gif) repeat-x bottom;
	font-size:11px;
	line-height:17px;
	color:#908e91;
	margin-top:0;
	width:200px;
}
.openingstijden table {
	width:100%;
}

.openingstijden td {
	color:#7D7B7E;
	padding-left:5px;
}
.openingstijden .text {
	padding:5px;
}
.openingstijden p {
	padding:0px;
	margin:0px;
}
.openingstijden .vdaag  {
	background-color:#4E4E4E;
}


.vdaag td {
	color:#CCC;
}

.box .vdaag  {
	background-color:#7d7b7e;
}

.box .vdaag td {
	color:#CCC;
}

.italic {
	font-style:italic;
}
/*service page*/

ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../resources/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
.inruilers-table td {
	padding:3px 8px;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#7d7b7e;
	padding:3px 8px;	
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	height:28px;
	text-align:left;
}
.row1 {
	background-color:#ccc;
}
.row2 {
	background-color:#FFFFFF;
}

/*tab container*/

		#tab-container {
			float: left;
			margin:10px 0 10px 0;
			}	

		#tab-container h2 {
			margin-top: 5px;
			font-size: 32px;
			display:none;
		}

		#tab-container div.zkader {
			width: 670px;
			z-index: 100;
			position: relative;
			border-top: 1px solid #cccccd;
			background: white url(../resources/cbg.jpg) repeat-x;
		}
		
		#tab-container div.kader {
			width: 670px;
			-moz-box-shadow: 0 -1px 3px #535353;
			-webkit-box-shadow: 0 -1px 3px #535353;
			z-index: 100;
			position: relative;
			background: white url(../resources/cbg.jpg) repeat-x;
		}		
		
		#tab-container ul {margin: 0; padding: 0;background: white; width: 100%; overflow: hidden;}

		#tab-container ul li {
			float: left;
			list-style: none;
			margin-right: .1em;
		}

		#tab-container ul li.tab-selected a, #tab-container ul ul li:hover a {
			background: #F70202;
			color:#FFF;
			cursor: pointer;
			position: relative;
			z-index: 101;
		}

.inruilers-table a{	
padding: 0 ;
}

		#tab-container li a {
			padding: .2em 1.3em;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;	
			-webkit-border-top-right-radius: 2px;		
			-webkit-border-top-left-radius: 2px;			
			background: #c8c8c8;
			display: block;
			outline: none;
			text-decoration: none;
			color: #363636;
		}
.wink {
	display:none;
}

/*nieuws pagina*/

.nieuws_box_container {
	width:670px;
	margin-bottom:15px;
}
.nieuws_box_container .image {
	float:left;
	width:130px;
	height:130px;
	padding:4px;
	border:1px solid #dedede;
	background-color:#f3f3f3;
}
.nieuws_box_container .text {
	float:right;
	width:515px;
	height:auto;
	padding:0px 0px;
	font-size:13px;
	line-height:17px;
}

.nieuws_box_container .text p {
	padding:0px;
	margin:0px;
}
.nieuws_box_container .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width:515px;
	margin-top:15px;
}
.nieuws_box_container .stats a, .news_box_container .stats a:link, .news_box_container .stats a:visited {
	color:#999999;
}
.nieuws_box_container .text h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F70202;
	font-weight:bold;
}
.nieuws_box_container a, .nieuws_box_container a:link, .nieuws_box_container a:visited {
	text-decoration:none;
}
.nieuws_box_container a:hover {
	text-decoration:underline;
}


/*home nieuws pagina*/

.home_nieuws_container {
	width:460px;
	margin:0 0 10px 0;
	border-right: 1px solid #CCC;
}
.home_nieuws_container .image {
	float:left;
	width:221px;
	height:167px;
	padding:4px;
	border:1px solid #dedede;
	background-color:#f3f3f3;
	border:0;
}
.home_nieuws_container .text {
	float:right;
	width:200px;
	height:138px;
	padding:0px 0px;
	font-size:13px;
	line-height:17px;
}
.home_nieuws_container .text p {
	padding:0px;
	margin:0px;
}
.home_nieuws_container .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width:409px;
}
.home_nieuws_container .stats a, .home_nieuws_container .stats a:link, .home_nieuws_container .stats a:visited {
	color:#999999;
}
.home_nieuws_container .text h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F70202;
	font-weight:bold;
}
.home_nieuws_container a, .home_nieuws_container a:link, .home_nieuws_container a:visited {
	text-decoration:none;
}
.home_nieuws_container a:hover {
	text-decoration:underline;
}
hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

/*bike nieuws pagina*/

.nieuws_bike_container {
	width:670px;
	margin:10px 0;
}
.nieuws_bike_container .image {
	float:left;
	width:240px;
	height:167px;
	padding:4px;
	border:1px solid #dedede;
	background-color:#f3f3f3;
	border:0;
}
.nieuws_bike_container .text {
	float:right;
	width:409px;
	height:150px;
	padding:0px 0px;
	font-size:13px;
	line-height:17px;
}
.nieuws_bike_container .text p {
	padding:0px;
	margin:0px;
}
.nieuws_bike_container .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width:409px;
}
.nieuws_bike_container .stats a, .nieuws_bike_container .stats a:link, .nieuws_bike_container .stats a:visited {
	color:#999999;
}
.nieuws_bike_container .text h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F70202;
	font-weight:bold;
}
.nieuws_bike_container a, .nieuws_bike_container a:link, .nieuws_bike_container a:visited {
	text-decoration:none;
}
.nieuws_bike_container a:hover {
	text-decoration:underline;
}
hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
.stats ul {
	list-style:none;
	margin:0;
	padding:0;
}
.stats ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
.stats ul li a, .stats ul li a:link, .stats ul li a:visited {
	color:#1871b6;
	text-decoration:none;
}
.stats ul li a:hover {
	text-decoration:underline;
}
/*inside page no column plain layout*/
	
	#plain_content_bg {
	background-image:url(../resources/background_main_plain_tile.gif);
	background-repeat:repeat-y;
}
#plain_content_bg .top {
	width:940px;
	background-image:url(../resources/background_main_plain_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#plain_content_bg .bottom {
	width:940px;
	height:6px;
}
#plain_content_bg .content {
	padding:15px;
}
/*Portfolio*/

.portfolio_box {
	width:431px;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.margin_left {  /*this pushes the boxes across the page*/
	margin-left:18px;
}
.portfolio_box .image {
	width:410px;
	height:189px;
	border:1px solid #dedede;
	background-color:#f3f3f3;
	padding:9px;
	margin-bottom:5px;
}
.portfolio_box .clear {
	height:20px;
	clear:both;
	margin-top:10px;
}
.portfolio_box .title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#037db0;
	float:left;
	width:330px;
}
.portfolio_box .button {
	float:right;
	width:92px;
}
.portfolio_box .description {
	font-size:11px;
	margin-bottom:5px;
	color:#717171;
}
.portfolio_box .date {
	font-size:10px;
	height:20px;
	color:#999999;
	border-top:dashed 1px #e2e2e2;
	border-bottom:solid 2px #e2e2e2;
}
.portfolio_box .date ul {
	list-style:none;
	margin:0;
	padding:0;
}
.portfolio_box .date ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
.portfolio_box .date ul li a, .portfolio_box .date ul li a:link, .portfolio_box .date ul li a:visited {
	color:#88b5c8;
	text-decoration:none;
}
.portfolio_box .date ul li a:hover {
	text-decoration:underline;
}
.bottom_bar {
	height:25px;
	clear:both;
	background-color:#f3f3f3;
	margin:10px auto;
	text-align:center;
	padding:10px 0 0 0;
	border-bottom:1px solid #dedede;
}
.buttons {
	width:180px;
	float:right;
	margin-right:160px;
}
.view_all {
	width:110px;
	float:right;
	margin-right:100px;
	margin-top:-3px;
}
/*tooltip*/
#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:100;
	}
	
#odelen {
	width: 213px;
	float:right;
	margin: 3px;
	text-align:center; 
}	
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #e2e2e2;
	margin-bottom:10px;
	color:#666666;
}
.contact_title {
	color:#666666;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	width:120px;
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #e2e2e2 !important;
	margin:3px 0px;
	padding:4px;
	color:#666666 !important;
}
#nbform {
	float:left;
	border:0;
	width:211px; /*this width keeps the form fields in line*/
	margin: 0;
	font-size:11px;
}
#nbform label {
	float:left;
	width:50px;
	margin-right:4px;
	clear:left;
	color:#666666;
	font-weight:bold;
	text-align:right;
	height:32px;
	padding: 2px;
}

#nbform h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F70202;
	font-weight:bold;
}
#nbform input, #contact textarea {
	margin-right:5px;
}
#nbform #submit {
	
}

#label.error {
	float:right;
	padding: 5px;
	background-color: #eee;
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	margin-left:-100px;
	font-weight: bold;
	display: none;
}

.masque a {
color:#7F8C57;
font-size:0.6em;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

/* 
*************************
homebikebox 
*************************
*/


#top_column .intro{
	float:right;
	margin:2px 0px 2px 0px;
	width:222px;
	height:290px;
	color:#333;
}

#top_column .intro p{
	margin-top:0;

}

#top_column .intro h1{
	padding:4px 0;
	font-size:24px;
	color:#F70202;
}

#mid_column .subintro{
	float:left;
	margin:2px 0px 2px 0px;
	width:222px;
	height:235px;
	color:#333;
	padding:0;
}

#mid_column .box h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F70202;
	font-weight:bold;
	margin-top:0;
}

#mid_column .box{
	float:left;
	margin:2px 0 2px 15px;
	width:211px;
	height:235px;
	padding: 0 5px 5px 5px;
}

.homebix{
	float:right;
	margin:2px 0 2px 15px;
	width:221px;
	height:260px;
	background-color:#FFF;
}

.homebix h2{
	padding:4px 4px;
	font-size:20px;
	background:#FFF;
}
.homebix h2 a{
	color:#F70202;
	padding:0 4px 3px 4px;
	line-height:22px;
	overflow:hidden;
	height:22px;
	display:block;
	text-decoration:none;
}
.homebix h2 a:hover{
	color:#F70202;
	text-decoration:none;
}

.homebix a img{
	border: 0;
	position:absolute;
	top: 0px;
		}	
.homebix h3 {
	position:absolute;
	width:221px;
	height:249px;
	margin:0;
}
.mask{
	position:absolute;
	background-color:#FFF;
	width:205px;
	bottom:0px;
	height:0;
	padding:8px;
	display:none;
	font-size:0.8em;
	font-weight: normal;
	color:#333;
}
.mask a{
	color:#F70202;
	font-weight:bold;
}
.mask a:hover{
	text-decoration:underline;
}

/* ToolTip*/
a.tooltipIr span {display:none; padding:2px 3px; margin-left:8px; width:135px; font-size:10px;}
a.tooltipIr:hover span{display:inline; position:absolute;border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}


 /*	Validate
	tesdag form

*/

#myForm {
	padding: 5px;
}

#myForm label {
	float: left;
	margin-left: -180px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#myForm p {
	margin-bottom: 5px;
	color:#5f6568;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	width: 330px;
	clear: left;
	margin: 0 0 0 5px;
	padding: 5px 0 3px 0;
	padding-left: 180px; /*width of left column containing the label elements*/

}



#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #F60;
	background-color:#FFE6CC;
	color:#000;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
	color:#FFFFFF;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

.gallery_container { padding:5px;}

.gallery_photos {overflow: hidden; padding:0}
.gallery_photos ul {padding:0;}
.gallery_photos li {float:left; margin: 5px; font-size: 11px; list-style:none; }
.gallery_photos img {border:0;}
.gallery_photos li a {color: #171717; opacity:0.7; display: inline-block; border: 2px solid #666; }
.gallery_photos li a:hover {opacity:1;}
.current_gallery {font-size: 11px; padding-bottom: 10px; overflow: hidden;}
.current_gallery span {color:#000; font-size: 14px;}
.galleries {padding-bottom: 15px;}
.galleries h2 {padding-bottom: 5px;}
.gallery_list {padding: 0 0 10px 15px;}
.gallery_list li {list-style: disc; list-style-position: inside;}
.gallery_list li a {color: #6D829F; font-size: 16px; text-decoration: none;}
.gallery_list li a:hover {text-decoration: underline;}


/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 14px; font-weight:bold; }

input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-size:13px ; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #F70202; background:#F70202; color:#fff;  }
input.submit:hover { background:#F70202; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
_legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('success.gif') left no-repeat; padding-left:22px; }
