/*	=============================================================================

The Homepage of:	- Jcp-performance.com
					- Invidia-europe.com
					- Injen-europe.com
					- Stri-racing.com
					
WebSite created by www.edit4u.nl

(c) Copyright Edit4U 2006

=============================================================================	*/



/*	=============================================================================

	Homepage :: STYLESHEET

=============================================================================	*/
body {
	margin: 0;
	padding: 0;
	background: url(bg_index.jpg) repeat-x;
	}

div#topBalk {
	position: relative;
	float: left;
	width: 100%;
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
	}
div#topBalk a,
div#topBalk span {
	position: relative;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 10px 20px;
	}

div#container {
	position: relative;
	float: left;
	width: 100%;
	}

div#logo {
	position: relative;
	width: 292px;
	height: 93px;
	margin: 20px 0;
	}

div#content {
	position: relative;
	width: 440px;
	height: 312px;
	}

a.button {
	position: relative;
	float: left;
	width: 198px;
	height: 138px;
	display: block;
	border: 1px solid #CCC;
	background: #EFEFEF;
	}
a:hover.button {
	border: 1px solid #999;
	}

a#jcp {
	background: url(a_jcp.jpg) no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	}
a#invidia {
	background: url(a_invidia.jpg) no-repeat;
	margin-bottom: 20px;
	}
a#injen {
	background: url(a_injen.jpg) no-repeat;
	margin-right: 20px;
	}
a#stri {
	background: url(a_stri.jpg) no-repeat;
	}

div#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 10px;
	color: #666;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#footer a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	}
div#footer a:hover {
	color: #333;	
	}



















