@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	color:#FFF;
	background-color:#6B0000;
}

#bigLogo {
	position:absolute;
	left:400px;
	top:200px;
	width:260px;
	height:350px;
	background:url(../images/logo2.png) top left no-repeat;
}

/*
#bigLogo:hover {
	background:url(../images/logo2glow2.png) top left no-repeat;
	cursor:pointer; //commented out
}
*/

#c1l1 {
	position:absolute;
	left:475px;
	top:100px;
	width:150px;
	height:50px;
	/*border:1px solid #F00;*/
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:#000 3px 3px 3px;
}

#c1l2 {
	position:absolute;
	left:675px;
	top:300px;
	width:150px;
	height:50px;
	/*border:1px solid #F00;*/
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:#000 3px 3px 3px;
}

#c1l3 {
	position:absolute;
	left:650px;
	top:550px;
	width:175px;
	height:50px;
	/*border:1px solid #F00;*/
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:#000 3px 3px 3px;
}

#c1l4 {
	position:absolute;
	left:250px;
	top:525px;
	width:150px;
	height:50px;
	/*border:1px solid #F00;*/
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:#000 3px 3px 3px;
}

#c1l5 {
	position:absolute;
	left:200px;
	top:275px;
	width:150px;
	height:50px;
	/*border:1px solid #F00;*/
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-shadow:#000 3px 3px 3px;
}

#home {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	position:relative;
	overflow:auto;
}

#apps {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

#web {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

#creative {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

#stuff {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

#about {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

#portfolio {
	background:#6B0000 url(../images/lobster2bg3.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:960px;
	height:900px;
	overflow:auto;
}

.cNav {
	float:right;
	margin:0;
	padding:28px 10px 5px 5px;
	width:425px;
	height:30px;
	/*border:1px solid #FFF;*/
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#FFF;
}

.navPlain {
	color:#CC0000;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

h1 {
	/*border:1px solid #FFF;*/
	margin-bottom:0px;
}

.navLine {
	width:100%;
	color:#FFF;
	border:2px solid;
	clear:both;
	margin-top:-10px;
}

.cLine {
	width:100%;
	color:#FFF;
	border:1px solid;
	clear:both;
	margin-top:-10px;
}

.smallLogo {
	float:left;
	margin:22px 8px 4px 8px;
	border:none;
}

.webXtra {
	height:25px;
	font-size:1.1em;
	margin-top:20px;
	margin-left:20px;
}

.creativeCenter {
	width:40%;
	margin:auto;
	padding:10px;
}

.stuffLeft {
	width:30%;
	margin:0 5px;
	padding:20px 5px 20px 5px;
	float:left;
}

.stuffCenter {
	width:30%;
	margin:0 5px;
	padding:20px 5px 20px 5px;
	float:left;
}

.stuffRight {
	width:30%;
	margin:0 5px;
	padding:20px 5px 20px 5px;
	float:right;
}

.aboutLeft {
	width:120px;
	margin:0;
	padding:20px 10px 20px 20px;
	float:left;
}

.aboutLeft img {
	-moz-box-shadow: 0 0 40px #CC6666;
	-webkit-box-shadow: 0 0 40px #CC6666;
}

.aboutRight {
	width:75%;
	margin:0;
	padding:0px 20px 20px 10px;
	float:right;
}
