* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body {
	background-color: #d5d5d5;
	background-image: url(../image/body-bkgd.gif);
	background-repeat: repeat-x; }
a img { border-width: 0; }
#contain {
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	}

#head {
	background-image: url(../image/3c-home-logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 320px;
	}
#head h1 { margin: 0; padding: 0; }
#head h1 a { text-indent: -10000px; display: block; }
/*3cstudio.com content home*/

#main {
	background-image: url(../image/round-upper-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 140px;
	left: 240px;
	float: right;
	width: 66%;
	}
#main div.tool {
	color: #444;
	font-size: 0.8em;
	border-bottom: 1px solid #999;
	background-image: url(../images/bkgd-tool.gif);
	padding: 10px 18px;
	}

#main div.tool h2 {
	color: #7fff00;
	font-size: 1.5em;
	font-weight: normal;
	background-image: url(../images/bullet-tools.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
	}

#main div.tool a {
	color: #009cec;
	}

#main div.tool a:visited {
	color: #009cec;
	}

/*3cstudio.com navigation*/

#nav {
	width: 760px;
	position: absolute;
	float: right;
	clear: both;
	}

#nav span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	}

#nav ul {
	position: relative;
	float: right;
	list-style-type: none;
	height: 44px;
	margin-top: 56px;
	padding-top: 20px;
	}

#nav ul li {
	height: 45px;
	position: relative;
	float: left;
	padding-right: 1px;
	}
	
#nav ul li a {
	position: relative;
	display: block;
	padding: 16px 16px 16px 12px;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 100%;
	background-image: url(../image/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 16px;
	text-decoration: none;
	}
#nav ul li a:hover {
	color: #009cec;
	padding-bottom: 12px;
	border-bottom: 6px solid #0e1134;
	}

#nav ul li.current a {
    color: #de1a1e;
    border-bottom: 4px solid white;
    padding-bottom: 12px;
}

/*3cstudio.com home*/
#home span {
    display: none;
}

#home a:link,
#home a:visited,
#home a:hover,
#home a:active {
    position: absolute;
    top: 0;
    left: 0;
    height: 320px;
    width: 200px;
    z-index: 100;
    border: 0;
    background: transparent;
	}

/*3cstudio.com contact*/

#contact {
	float: left;
	width: 200px;
	padding-top: 302px;
	padding-left: 20px;
	}

#contact a:link {
	color: #009cec;
	}
#contact a:visited {
	color: #009cec;
	}

#contact p {
	font-size: 11px;
	line-height: 9px;
	}

#contact p.firefox {
	color: #808080;
	font-size: 10px;
	line-height: 21px;
	}

#contact h3 {
	font-size: 15px;
	color: gray;
	}

#foot {
	clear: both;
	}

#foot p {
	font-size: 12px;
	color: #3d3d3d;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 1em;
	}
	
/*3cstudio.com forms*/
.tool-form {
	}

.tool-form input {
	margin-right: 12px;
	}

.tool-form input.formfield {
	color: #ef0;
	background-color: #808080;
	padding: 2px;
	border: solid 2px #c0c0c0;
	}

.tool-form input.formbutton {
	color: white;
	background-color: #009cec;
	padding: 2px 8px;
	}

.basecamp {
	position: relative;
	left: 40px;
	padding: 20px;
	border-width: 0;
	}

#contact ul li {
	font-size: 0.8em;
	line-height: 2em;
	margin-left: -40px;
	list-style-type: none;
	list-style-image: url(../images/bullet-contact.gif);
	}
