/* Developed by Quicksolve BV */
/* Website: http://www.quicksolve.nl */
/* Last edit: 18-01-2008 */


/* WEBSITE BASICS */

html, body { 
	height: 							100%;
	width:							100%;
	margin:							0px;
	padding:							0px;
} 

body {
	font-family: 					Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 						12px;
	font-weight: 					normal;
	color: 							#373737;
	text-align: 					center; 					/* for IE */
	margin: 							0px;
	
	background-image: 			url(../images/layout/background.png);
	background-repeat: 			repeat-x;
}

table {
	font-family: 					Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 						12px;
	font-weight: 					normal;
	color: 							#373737;
}

/* WEBSITE CONTAINERS */

#mainContainer {
	margin: 							0 auto;   				/* align for good browsers */
	text-align: 					left; 					/* counter the body center */
	width: 							848px;
	min-height: 					100%;
 	height: 							auto !important;
 	height: 							100%;
	background-image:				url(../images/layout/content.png);
}

#headerContainer {
	margin-left:					24px;
	width: 							800px;
	height: 							281px;
	background-image:				url(../images/layout/header.png);
}

#menuHomeContainer {
	position:						relative;
	top:								225px;
	left:								14px;
	width: 							106px;
	height:							35px;
}

#menuServicesContainer {
	position:						relative;
	top:								190px;
	left:								120px;
	width: 							106px;
	height:							35px;
}

#menuContactContainer {
	position:						relative;
	top:								155px;
	left:								226px;
	width: 							106px;
	height:							35px;
}

#submenuContainer {
	position:						absolute;
	top:								300px;
	margin-left:					35px;
	width: 							180px;
	height:							300px;
}

#contentContainer {
	width:							848px;
}

#contentPadding {
	padding-top:					15px;
	padding-left:					225px;
	padding-right:					30px;
	padding-bottom:				15px;
}

#footerContainer {
	height: 							15px;
	text-align:						left;
	font-size: 						9px;
	color: 							#c0c0c0;
	padding-left:					25px;
	position:						absolute; 
	bottom:							10px;

}

/* WEBSITE FONTS / NAVIGATION */

#contentContainer a {
	text-decoration:				none;
	color: 							Blue;
}

#contentContainer a:hover {
	text-decoration:				underline;
	color: 							Red;
}

#menuContainer a {
	text-decoration:				none;
	color: 							#FFFFFF;
}

#menuContainer a:hover {
	text-decoration:				underline;
	color:							#FFFFFF;
}

#footerContainer a {
	text-decoration:				none;
	color: 							#c0c0c0;
}

#footerContainer a:hover {
	text-decoration:				underline;
	color:							#c0c0c0;
}

#submenuContainer a {
	padding-left: 					0px;
	padding-bottom:				4px;
	padding-top:					4px;
	height: 							25px;
   font-family: 					Verdana, Arial, Tahoma;
   font-size: 						12px;
	font-weight:					normal;
   color: 							#000000;
	text-decoration:				none;
}

#submenuContainer a:hover {
	text-decoration: 				none;
	color: 							#000000;
}