@charset "utf-8";
/* Visual Carnival CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 100%;
	background:#000 url(../images/back-sides.jpg) no-repeat scroll center top;
}
 p {
	margin:25px 0 5px 0;	
	line-height:18px;
 }
/*sort out the links*/
a,
a:visited{ 
	color: #CDCCB0;
	text-decoration: none;
}
	text-decoration: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

#wrapper {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	/*background: #000 url(../images/back-clip.jpg) no-repeat 9px 0;*/
	background: #000 url(../images/back-clip3.jpg)  no-repeat;
}
#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: 0.9em;
	clear: both;
	height: auto;
}

#header {
	width: 900px;
	height:172px; 
	position: relative;
	}
/*headings*/
h1 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFCC8;
	font-weight:400;
}	
h2 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:400;
	margin: 10px 0 20px 0;
		}

#header h1 a {
	float:left;
	margin-top:2px;
	width: 400px;
	height: 170px;
	background: url("../images/logo.png") no-repeat;
		}

#header h1 a span {
	display: none;
		}
/*headings ends*/		
#header-contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:40px 0 0 0;
	float:right;
	width:215px;
}
#header-contact div {
	margin-bottom: 10px;
}
.details {
	font: 20px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFCC8;
	font-weight:400;
}
#nav { /*menu section*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	width: 900px;
	height:215px; 
	position: relative;
	}
#nav .menu {
	margin:16px 0 0 2px;
	position: absolute;
	width: 231px;
	}
#nav .menu a, #nav.menu a:visited{
	background: url(../images/menu_bgh.jpg) center no-repeat;
	color: #FFFCC9;
	display: block;
	height: 42px;
	margin: 3px 0px;
	padding-top: 2px;
	text-align: left;
	width: 231px;
}
#nav .menu a:hover, #nav.menu a:focus {
	background: url(../images/menu_bg.jpg) center no-repeat;
	color: #FFFCC9;	
	}
#nav .menu a span {
	padding: 15px 0 0 11px;
	}
#word-box {
	float:right;
	width:295px;
	height:85px;
	margin: 120px 0 0 0;
	font-size:30px;
	font-weight:400;
	line-height: 35px
	}
.indent {
	margin-left:30px
}
/*menu section ends*/
/*content*/
#content {
	width: 900px;
	min-height:400px;
	padding-top:15px;
}
#content h1 {
	margin:10px 0 20px;
	}
#content h2 {
	margin:30px 0 20px;
	}	
#content a:hover {
	text-decoration:underline;
	/*background-color: #CDCCB0;
	color: #ffffff;*/	
}
ul {
	margin:10px 0 0 20px;	
}
ul li {
	padding: 2px;	
}
#slider {
	width: 612px;
	height:470px;
	float:left;
	}
#side-bar {
	float:right;
	width:268px;
	height:419px;
	}
#content .right {
	float:right;
	}
#content-page img, #portfolio img {
	border:1px solid #DDDDDD;
	float:left;
	margin:5px 8px 0;
	padding:5px;
	}
#side-content {
	background-color:#070906;
	width:268px;
	height:406px;
	}
#worked-for {
	width: 900px;
	height:220px;
	float:left;
	margin-top:30px;
	border-top: 1px solid #62735C;
	}
#worked-for img {
}
#worked-for h1 {
	margin:20px 0 0;/*mod*/
}
#content-page {
	width: 612px;
	float:left;
	padding:10px;
	}
#content-page p {
	width:95%;	
}	
#portfolio {
	float:left;
	padding:10px;
	width: 100%;
	}
#portfolio .top {
	margin-top: 30px; 
 }
#portfolio .dvd	{
	text-align:center;
	padding:20px;
	margin:0 auto;
}
/*footer*/
#footer {
	border-top: 1px solid #62735C;
	margin:0 auto;
	width: 890px;
	height:60px;
	padding:5px;
	color: #CDCCB0;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	}
#footer a { 
	color: #CDCCB0;
	font-size: 0.9em;
}
/*contact*/

fieldset {
position: relative;
float: left;
clear: left; /*changed from both*/
width: 100%;
margin: 0 0 -1em 0;
padding: 0 0 1em 0;
border-style: none;
}
legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 135%;
}

legend {
padding: 0;
color: #545351;
font-weight: bold;
}

fieldset ol {
padding: 1.5em 1em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: 1em;
}

form fieldset input.submit {
	background-color: #858036; 
	width: 80px; 
	height: 40px; 
	color: #fff; 
	margin:0 0 40px 154px; 
	cursor:pointer;}

form fieldset input { 
	line-height: 22px; 
	height:24px; 
	width: 320px; 
	border: 1px solid #383531; 
	padding: 5px; 
	background-color: #fff; 
	font: 1.4em Georgia, Times, sans-serif; 
	color:#726e66;}

form fieldset textarea { width: 320px; height: 
145px; border: 1px solid #383531; padding: 5px; 
background-color: #fff; font: 1.4em Georgia, Times, sans-serif; color:#726e66; }

label {
float: left;
width: 7em;
margin-right: 1em;
text-align: right;
font-size: 1.4em; color:#858036; line-height: 25px;
}

#myForm {
	position: relative;
	margin-bottom:20px;
}
.error {
	 font-weight:bold;
	 font-size:1.2em;
	 color: #C00;	
}

.floatr{
	float: right;
}
.floatl{
	float: left;
	width: 400px;
}

