body {
margin-top: 30px;
font-family: Helvetica, Arial, sans-serif;
font-size:13px;
color:#666666;
line-height:18px;
background:url(../images/bg-main.jpg) no-repeat top center #181c23;
}

#container {
margin:0 auto;
width:793px;
}

#head {
width:793px;
height:110px;
float:left;
}

#logo {
float:left;
width:100px;
height:102px;
background:url(../images/logo.png) no-repeat;
}

#navigation {
width: 593px;
height:35px;
margin: 45px 0 30px 100px;
float:left;
overflow:hidden;
}

#nav ul {
margin:0;
padding:0;
}

#nav li {
width:72px;
height:34px;
margin-right:25px;
float:left;
list-style-type:none;
}

#showcase-container {
height:343px;
width:793px;
float:left;
background:#231f20;
}

#showcase {
width:793px;
height:303px;
margin:20px 0;
float:left;
}

#carousel-container {
margin-top:20px;
height:140px;
width:793px;
float:left;
background:#4f4c4d;
}

#carousel {
height:120px;
width:723px;
margin:10px 35px;
float:left;
background:#ffffff;
}

#carousel-shadow {
width:793px;
height:10px;
float:left;
background:url(../images/subshowcase-shadow.png) no-repeat;
}

#main-body-container {
width:793px;
float:left;
background:#ffffff;
}

#main-body {
width:583px;
float:left;
background: url(../images/sidebar-shadow.png) no-repeat top left;
}

#main-body-content {
padding: 10px 60px;
width:463px;
float:left;
min-height:250px;
}

#sidebar {
width:100px;
padding:50px 55px;
float:left;
}

#footer {
	margin:5px 0;
	width:793px;
	float:left;
	
}

#footer-content {
	color:#f1f1f1;
	font-size:11px;
	text-align:center;
	float:left;
	width:793px;
	
}

#signature {
	margin:0 auto;
	width:125px;
	}

#kreatif {
	float:left;
	background:url(../images/kreatif-logo.gif) no-repeat;
	width:125px;
	height:20px;
	margin:0 auto;
}

/*TEXT STYLES */

.contentheading {
font-size:24px;
font-weight:bold;
letter-spacing:-0.5px;
color:#181c24;
line-height:34px;
}

.contentsubheading {
font-size:14px;
font-weight:bold;
letter-spacing:-0.5px;
color:#c1330f;
}

.minisubheading {
font-size:13px;
font-weight:bold;
letter-spacing:-0.5px;
color:#181c24;
}

.readmore {
	font-size:11px;
	font-style: italic;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
}


#box 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 2%;
	width:960px;
	height: 560px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:960px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #c1330f;
	background-color: #fff;
	color:#333;
	text-align:center;
	size:14px;
	font-weight:bold;
}

/* STANDARD */

a:link {
	color:#777777;
	text-decoration:none;
}

a:visited {
	color:#777777;
	text-decoration:none;
}

a:hover {
	color:#777777;
	text-decoration:underline;
}

p {
margin:0;
padding:0;
}

img {
border: 0;
}

* {
margin:0;
padding:0;
}

ul.list {
	margin:10px;
}

li.list {
	margin:8px;
}

/* FORMS */

.mandatory {
	color:#FF0000;
}

.instructions {
	font-size:10px;
}

.submit {
	border: 1px solid #181c23;
	padding:2px;
	background: #f2f2f2;
	font-size:11px;
	font-weight:bold;
}

.inputbox {
		border: 1px solid #181c23;
	background: #f2f2f2;
	padding:2px;
}

.comments {
		border: 1px solid #181c23;
	background: #f2f2f2;
		padding:4px;
	
}

