@import url('containers.css');
@import url('home.css');

* {
	/*behavior: url('http://webdev3.campai.nl/lilCin3/css/iepngfix.htc');*/
}

body{
	font-family:Century Gothic;
	color: #786854;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 907px;
	margin-top: 30px;
}

.bg{
	background: url('../img/bg.gif');
	font-family:Century Gothic;
}

a{
	color: #a58b76;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/* because the attributes of the element * fuck up the CMS we have to specify the paragraphs seperately */
p {
	font-family:Century Gothic;
}

.hidden {
	position: absolute;
	margin-left: -4000px;
}

.clearBoth{
	clear: both;
}

.frameLink {
	color: #242424;
}

.contentTitle{
	font-weight: 700;
	font-size: 18px;
	color: #786854;
}

.contentTitle h1{
	font-weight: 700;
	font-size: 18px;
	color: #786854;
	margin: 0px;
	padding: 0px;
}

span.radio { 
	width: 15px; 
	height: 20px; 
	padding-right: 5px;
	background: url('../img/shop/product/customize/radio.gif') no-repeat; 
	display: block; 
	clear: left; 
	float: left;
	border: 0px;
} 



#overlayFrame{
	position: absolute;
	background: #000000; 
	width: 100%; 
	height:100%;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	margin:0px;
	z-index: 1;
	left:0;
	top:0;
}

#overlayFrameDiv{
	text-align: center;
	padding-top: 100px;
	position: absolute;
	margin: 0px;
	z-index: 5;
	width: 100%; 
	left:0;
	top:0;
}

#overlayContentVlak{
	text-align: center;
	margin:0 auto;
	z-index: 6;
	position: relative;
	width: 300px;
	height: 200px;
	background: #FFFFFF;
	color: #786854;
	border: 3px solid #e2bcb9;
}

.overlayInput{
	border: 1px solid #786854;
	width: 160px;
	height: 20px;
	color: #786854;
	padding-left: 5px;
}
	
.overlaySubmit{
	border: 1px solid #786854;
	background:#e2bcb9;
	color: #786854;
	float: left;
	margin-left: 84px;
}

#overlayForm{
	padding-left: 32px;
}

#overlayInput{
	margin-bottom: 4px;
}

#overlayLogo{
	margin-left: 13px;
	margin-top: 15px;
	margin-bottom: 10px;
}