@charset "utf-8";
/**
 * CSS Document
 * Website Vermarc Sport
 *
 * Filename:		style.css
 * Created by:		Dries Busselot, DWI.be
 * Date created:	08.02.2008
 * Last modified:	27.11.2009
 * Modified by:		Yoni Peeters
 **/
 
 *{
 margin:0;
 padding:0;
 }
 
 body{
 	background-color: #55AA33;
	background-image: url("http://www.vermarcsport.be/common/images/bg.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	color: #333333;
	vertical-align: top;
	text-align: left;
 }
 
 body.popup{
 	background: #55AA33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	vertical-align: top;
	text-align: center;
 }
 
 h1{
 	font-size: 16px;
	text-transform: uppercase;
	padding-bottom:20px;
 }
 
 h2 {
	font-size: 14px;
	font-weight:bold;
	padding-bottom:10px;
}
 h5{
 	margin-bottom: 5px;
	font-size: 11px;
 }
 
 ul{
	margin-left: 20px;
	list-style:none;
 }
 li{
 	padding-bottom:5px;
 }
 
 a{
	color:#333333;
	text-decoration:none;
 }
 a:hover{
	color:#55aa33;
	text-decoration:none;
 }
 
 p{
 	padding-bottom:20px;
 }
 
 hr{
 	margin-bottom:10px;
	color:#d5d5d5;
	margin-top:3px;
 }
 
 tr{
 	vertical-align: top;
 }
 
 div{
 	border: 0px solid;
	background: #FFFFFF;
	margin: 0px;
	font-style: normal;
	color: #333333;
 }
 
 /***************** Container *****************/
 #container{
 	width:966px; 
	background-color:none; 
	margin-left:15px; 
	margin-top:10px;
}

#left{
	width:242px; 
	float:left; 
	background-color:none;
}
#right{
	width:709px; 
	float:left; 
	background-color:none; 
	margin-left:15px;
}

/************* Nav ******************/
#nav{
	padding-bottom:10px;
}
.logo{
	z-index:2;
	position:absolute;
	margin-left:130px;
        margin-top:-10px;
}
#menutop{
	margin-top: 20px;
	z-index:0;
	position:relative;
}
#menu{
    background-color:#ccff99;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li a{
	display: block;
	padding: 5px 0 5px 20px;;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	text-transform:uppercase;
}
#menu ul li a:hover{
	background-color: #087301;
	color:#fff;
}

/*********** News ***************/
.newsdetail a{
	color:#087301;
}
.newsdetail img{
	float: right;
	padding-left:10px;
} 
.newsdetail .fotos img{
	padding:8px;
	border:0;
	float: left;
} 
 div#contactCountry{
 	width: 230px;
	float: left;
	margin-bottom: 15px;
 }
 
 div#contactCountry2{
 	width: 160px;
	float: none;
	margin-bottom: 15px;
 }
 
 
 
 
 div#productinthepicture{
 	background-image: url("http://www.vermarcsport.be/common/images/productbg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
 	width: 242px;
	height: 199px;
	text-align: center;
	vertical-align: middle;
 }
 #contenttop{
 	background-image:url(/common/images/contenttop.png);
	height: 30px;
 }
 div#content{
 	width: 669px;
	text-align: left;
	vertical-align: middle;
	min-height:690px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
 }

 #tblcatalog td{
	padding-bottom:20px;
	min-width:205px;
 }
 #tblcatalog img{
 	padding-bottom:3px;
	border-bottom: 1px solid #d5d5d5;
 }
 #tblcatalog br{
 	margin-bottom:5px;
 }
 #tblcatalog a{
 	text-decoration: none;
 }
 
 
 #tblteams{
 	width:100%;
 }
 #tblteams img{
 	padding-bottom:20px;
 }
 
 input{
 	width: 270px;
	border: 1px solid #333333;
	margin-bottom:10px;
 }
 
 textarea{
 	font-family: Arial, Helvetica, sans-serif;
 	width: 270px;
	height: 100px;
	border: 1px solid #333333;
	margin-bottom:10px;
 }
 
 .button{
 	border: 1px solid #333333;
	width: 135px;
 }
 #tbldealers td p{
 	margin-left:20px;
 }