* /* GLOBAL RESET */ {
	margin: 0;
	padding: 0;
}


/* Default Styles */
body {
	background: #000 url(../images/mainbg.jpg) no-repeat center top;
	font-family: Tahoma;
	font-size: 100%;
	margin-bottom: 20px;
}

h1 {
	font-size: 1.85em;
	color: #fff;
	margin: 10px 0 20px 0;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
}

a img {
	border: 0;
}

.last {
	margin-bottom: 0px;
}

.clear {
	clear: both;
}


/* Main Styles */
#maincontainer {
	background: #000 url(../images/comingsoon.jpg) no-repeat center top;
	width: 100%;
	height: 900px;
}

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

#header {
	height: 180px;
	position: relative;
}

	#header .logo {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

#menu {
	list-style: none;
	width: 515px;
	height: 65px;
	background: url(../images/menubg.png) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-left: 5px;
}

	#menu li {
		float: left;
	}

	#menu li a {
		float: left;
		color: #646363;
		text-decoration: none;
		margin: 20px 0 0 20px;
		font-size: 1.10em;
	}	

	#menu li a:hover {
		color: #fff;
	}

	#menu li a.current {
		color: #fff;
	}	

	#content {
		background: url(../images/contentbg.png);
		border: 1px solid #3c3c3c;
		margin-top: 30px;
		padding: 25px;
		color: #d5d5d5;
	}


	#content b {
		color: #eee;
	}

	#content b.highlight {
		color: #CD119E;
	}

	#content p {
		line-height: 1.7;
		font-size: 1em;
	}
	
	#content .profile p {
		line-height: 1.3;
		font-size: 0.90em;
	}

	#content .left {
		float: left;
		width: 490px;
	}

	#content .right {
		float: right;
		width: 290px;
	}
	
	#content a {
		color: #CD119E;	
	}

/* Content Styling */
.servicesHeader {
	display: block;
	font-weight: bold;
	color: #CD119E;
}

.btmRight {
	text-align: right;
	width: 470px;
	float: right;
	margin-top: 20px;
}

.btmLeft {
	width: 300px;
	float: left;
	margin-top: 20px;
}



/* Profiles Styling */
.profile {
	padding: 20px;
	background: #333;
	border: 3px solid #666;
	margin-bottom: 20px;
}

.profile .leftInfo {
	width: 200px;
	float: left;
	margin-right: 15px;
}

.profile img.photo {
	margin-bottom: 15px;	
}

.profile .rightInfo {
	width: 525px;
	float: left;
}


/* Photo Galleries */
#gallery {
	list-style: none;
	display: block;
}

#gallery li {
	float: left;
	background: #fff;
	padding: 2px;
	border: 1px solid #aaa;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 122px;
	height: 107px;
}

#gallery li img {
	border: 1px solid #aaa;
	width: 120px;
	height: 105px;
}


/* Contact Form Styling */

#contact {
	border: 0px solid red;
	width: 400px;
	float: left;
	margin-top: 20px;
}

#contact label {
	float: left;
	width: 75px;
	font-size: 12px;
}

#contact input[type="text"]{
	padding: 3px;
	width: 170px;
	font-size: 12px;
	border: 1px solid #fff;
}

#contact textarea {
	width: 250px;
	height: 100px;
	padding: 3px;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #fff;
}

#contact .send {
	background: url(../images/buttons/send.png);
	width: 97px;
	height: 37px;
	border: 0;
	cursor: pointer;
	margin: 20px 15px 0 0;
}

#contact .send_over {
	background: url(../images/buttons/send_over.png);
	width: 97px;
	height: 37px;
	border: 0;
	cursor: pointer;
	margin: 20px 15px 0 0;
}

#contact .reset {
	background: url(../images/buttons/reset.png);
	width: 97px;
	height: 37px;
	border: 0;
	cursor: pointer;
	margin: 20px 15px 0 0;
}


/* Footer */

#footer {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666;
}

#footer a {
	color: #666;
}

#footer .sig {
	position: absolute;
	left: 0px;
	top: 10px;
}

#footer .copyright {
	position: absolute;
	right: 0px;
	top: 10px;
}

