/* Start of CMSMS style sheet 'Main CSS' */
/*		
		~
		WEB & CMS:
		Media Exposure E-marketing
		Reigerstraat 12, 3853 XC  Ermelo
		Tel. 06 - 44 185 199 - Fax. 084 - 740 18 52
		Internet: www.mediaexposure.eu

		Interesse in de services van Media Exposure?
		Neem contact op met info@mediaexposure.eu.
		~
*/


/* general preferences. */
html {
	margin: 0; padding: 0;
	height: 100%;
	background: #262261;
}

body {
	margin: 0;
	padding: 60px 0 0 0;
	background: #262261;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* header & menu. */
#header {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header .twitter {
	position: absolute;
	z-index: 999;
	margin: -20px 0 0 680px;
	display: block;
}

.twitter p {
	color: #fff;
	padding: 0; margin: 0;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left; 
}

.twitter p a {
	color: #fff;
}

.twitter p a:hover {
	text-decoration: none;
}

.twitter img {
	margin: -19px 0 0 5px;
	padding: 0;
	width: 50px;
	border: 0;
	float: right;
}

#header .logo {
	width: 870px;
	height: 120px;
	background: #fff;
	border: 5px solid #ccc;
	border-bottom: 0;
}

#header .logo .thelogo {
	padding: 30px 0 24px 30px;
	float: left;
}

.thelogo img {
	border: 0;
}

#header .logo .login {
	float: right;
	padding: 25px 25px 0 0;
}

.login form {
	margin: 0; padding: 0;
}

.login h3 {
	font-size: 12px;
	margin: 0; 
	padding: 0;
	color: #2D358F;
	font-weight: normal;
	text-align: right;
}

.login p {
	margin: 0; padding: 5px 0 0 0;
	color: #666;
	font-size: 10px;
}

.login p a {
	color: #666;
	padding: 0 5px 0 0;
}

.login p.error {
	position: absolute;
	margin: -3px 0 0 -190px;
	padding: 5px;
	background: #831212;
	border: 1px solid red;
	color: #fff;
	width: 160px;
	z-index: 300;
}

.login input {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; padding: 1px 5px;
}

.login .fillfield {
	display: inline;
}

.login .fillfield input {
	width: 90px;
	padding: 5px;
}

#header .menu {
	width: 870px;
	height: 30px;
	margin: 0 auto;
	background: #eee;
	border: 5px solid #ccc;
	border-top: 0;
}

/* #header .menu ul {
	list-style: none;
	margin: 0; padding: 0 0 0 30px;
}

#header .menu ul li {
	float: left;
	line-height: 30px;
	padding: 0;
	color: #ccc;
}

#header .menu ul li a {
	color: #2D358F;
	font-size: 12px;
	font-weight: normal;
	padding: 0 25px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

#header .menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #6571B5;
}

#header .menu ul li a.current {
	text-decoration: underline;
} */

/* portfolio preview. */
#preview {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#preview img {
	border: 0;
}

#slider_wrap {
	margin: 25px auto 0 auto;
	position: relative;
	width: 750px;
	border: 5px solid #373465;
}

/* quick deals. */
#deals {
	width: 870px;
	margin: 25px auto 0 auto;
	padding: 0 0 0 25px;
}

#deals .deal {
	float: left;
	width: 255px;
	height: 98px;
	background: #ddd;
	padding: 0;
	margin: 0 27px 0 0;
	border: 4px solid #373465;
}

#deals .deal img {
	width: 255px;
	height: 98px;
	z-index: 0;
	position: absolute;
}

#deals .deal h1 {
	position: absolute;
	color: #fff;
	margin: 15px 20px 0 20px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: normal;
	background: #2D358F;
	display: inline-block;
	z-index: 2;
}

#deals .deal h1 a {
	color: #fff;
}

#deals .deal h1 a:hover {
	text-decoration: none;
	color: #fff;
}

/* content. */
#content {
	width: 870px;
	background: #fff;
	margin: 25px auto 0 auto;
	border: 5px solid #ccc;
	padding: 0 0 20px 0;
}

#content h1 {
	color: #1B1B1B;
	padding: 20px 20px 0 20px; margin: 0;
	font-size: 18px;
}

#content p {
	color: #333;
	font-size: 13px;
	line-height: 1.7em;
	margin: 0; 
	padding: 5px 20px 0 20px;
}

#content ul {
	padding: 0;
	margin: 5px 35px 0 35px;
}

#content li {
	padding: 2px 0; 
	line-height: 1.5em;
	color: #333;
}

#content h2 {
	color: #6571B5;
	padding: 20px 20px 0 20px; margin: 0;
	font-size: 14px;
	font-weight: bold;
}

#content h3 {
	color: #333;
	padding: 20px 20px 0 20px; margin: 0;
	font-size: 13px;
	font-weight: bold;
}	

#content p a {
	color: #262261;
}

#content p a:hover {
	color: #606CB3;
	text-decoration: none;
}

/* footer. */
#footer {
	width: 870px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#footer p {
	color: #fff;
	font-size: 12px;
	margin: 0; padding: 15px 0 0 0;
	text-align: center;
	line-height: 1.5em;
}

#footer p a {
	color: #fff;
}

#footer p a:hover {
	text-decoration: none;
	background: #606CB3;
}

#footer ul {
	list-style: none;
	margin: 5px 0 0 0; padding: 0;
	text-align: center;
}

#footer ul li {
	display: inline;
	color: #ccc;
}

#footer ul li a {
	color: #ccc;
	font-size: 11px;
	padding: 0;
}

#footer ul li a:hover {
	text-decoration: none;
}

/* cornerdummies. */
.fullyrounded {}
.toprounded {}
.bottomrounded {}
.leftrounded{}
.rightrounded{}

/* transparency. */
.transparent {
	opacity: .35; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=35); /* IE lt 8 */
	-ms-filter: "alpha(opacity=35)"; /* IE 8 */
	-khtml-opacity: .35; /* Safari 1.x */
	-moz-opacity: .35; /* FF lt 1.5, Netscape */
}

/* clearfix. */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* accessibility. */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* End of 'Main CSS' */

