/* resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	list-style-image: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height:15px;
}
:focus {
	outline: 0;
}

/*end resets*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #231F20 url(../images/bodybgdark.jpg) no-repeat center top;
	margin: 0 0 100px 0;
	color: #606060;
}
#topBar {
	background: #C5D82E;
	border-bottom: 1px solid #231F20;
	height: 10px;
}
#wrapper {
margin: 0 auto;
position: relative;
width: 960px;
overflow: hidden;
}


#logo {
border: 0 0;
background: #231F20;
position: absolute;
top: 40px;
left: -4px;
}

#nav {
border: 0 0;
background: #231F20 url(../images/navbg.png);
width: 421px;
height: 63px;
position: absolute;
top: 40px;
right: -1px;
padding: 10px 14px 10px 10px;
}

#splash {
padding: 0px 7px 7px 7px;
border: none;
background: #FFFFFF url(../images/spashbg-carlolee-logo.jpg) no-repeat scroll 0 0;
position: relative;
}

#mid {
padding: 20px 20px;
border: none;
background: #231F20 url(../images/bodybgdark.jpg) no-repeat 20% 30%;
position: relative;
overflow: none;
}

#bot {
padding: 16px 26px;
border: none;
background: white url(../images/bubble.jpg) no-repeat right top;
position: relative;
overflow: none;
}

#topcorner {
background:transparent/*url(../images/topcurve.png) no-repeat scroll 0 0*/;
font-size:0;
/*height:7px;
width:960px;*/
}

#botcorner {
background:transparent/*url(../images/bottomcurve.png) no-repeat scroll 0 0*/;
font-size:0;
/*height:7px;
width:960px;*/
}

#header {
position: relative;
top: 40px;
margin: 0 0 60px;
}
/*crap*/

#works {
    width: 946px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border: 0;
}

#worksContent {
    width: 946px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.worksImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}
ul { list-style-type: none;}

/*more crap*/

}
.worksImage span strong {
    font-size: 28px;
	color: #ffffff;
}
.left {
	bottom: 0;
    left: 0;
	width: 946px !important;
	height: 60px;
	/*border-top: 6px solid #C5D82E;*/
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 300px;
}
h1, h2, h3, h4, h5, h6 {
color: #6C6C6C;
}
h1 {
font-family: Helvetica, Arial, sans-serif, Century Gothic;
/*line-height: 1.4em;*/
font-size: 72px;
font-weight: lighter;
color: #C5D82E;
}
#mid h2 {
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
color:#FFFFFF;
display:block;
font-size:72px;
line-height:1em;
margin:0 0 0 10px;
padding:5px 0 0;
}
#bot h1 {
font-size: 36px;
line-height: .2em;
padding: 0 0 20px 0;
}
#bot h3, h4 {
font-family: Helvetica, Arial, sans-serif;
line-height: 1.4em;
font-size:18px;
font-weight:lighter;
}
}
p {
/*padding: 0 0 0 40px;*/
font-family: Helvetica, Arial, sans-serif;
line-height: 1.4em;
font-size: 18px;
}
#bot p {
padding: 0 0 10px 0;
}
#mid p {
padding: 0 0 0 6px;
color: #ffffff;
font-size: 24px;
}
#mid a, a:active {
color:#C5D82E;
text-decoration:none;
}
#bot a, a:active {
color:#C5D82E;
text-decoration:none;
}
span h3 {
font-size: 28px;
color: #ffffff;
}
.worksImage span {
    position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #C5D82E;
    display: none;
}
/* Contact form */
input, select, textarea
{
	background: white url(../images/input-back.gif) repeat-x;
	border: 1px solid #c6c6c6;
	color: #c6c6c6;
	padding: 8px;
	font-family: Helvetica, Arial, sans-serif;
}
input:hover, input:hover,textarea:hover {
	border: 1px solid #C5D82E;
}
input:focus, textarea:focus {
	color: #231F20;
	border: 1px solid #C5D82E;
	background: white;
}
.input-go {
	background: #231F20;
	border: none;
	color: white;
	padding: 10px 15px 10px 15px;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	line-height: 1.4em;
	font-size: .7em;
	text-transform: uppercase;
}
.input-go:focus {
	background: #231F20;
	border: none;
}
.input-go:hover {
	background: #231F20;
	border: none;
}
/* Contact form error message */
p#form-info {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../images/warning.gif) left no-repeat;
	display:none;
}
/* Contact form success message */
p#form-success {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../images/successful.gif) left no-repeat;
	display:none;
}
#contact {
		/*width: 415px;*/
		line-height: 1.7em;
		/*border-right: 1px solid #c6c6c6;*/
	}
.clear {
clear:both;
}

#message img {
border: none;
float: right;
padding: 0 15px 20px 0;
position: absolute;
}
#message {
		background: transparent url(../images/carlo.png) no-repeat scroll 97% top;
		line-height: 1.7em;
		padding: 8px 450px 30px 0;
	}


