/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #77e70b;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 20px;
	line-height: 1.1;
	font-family:"Centry Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#top-bar {
	position: relative;
	background-image: url(../images/backgrounds/top-bar.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 795px;
	height: 93px;
	margin-left: 100px;
}
	/* 
	-----------------------------------------------------------------------------
	Top bar elements
	-----------------------------------------------------------------------------*/
	#logo {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#number {
		position: absolute;
		right: 83px;
		bottom: 10px;
	}
#tagline-container {
	position: relative;
	width: 100%;
	height: 452px;
	margin-top: 131px;
	background-image: url(../images/backgrounds/tagline-container.png);
	background-repeat: no-repeat;
	background-position: left;
}
	/* 
	-----------------------------------------------------------------------------
	Tag line elements
	-----------------------------------------------------------------------------*/
	#stripe {
		position: absolute;
		top: 256px;
		left: 0px;
		height: 121px;
		width: 100%;
		background-image: url(../images/backgrounds/stripe.png);
	}
	#tagline {
		position: absolute;
		top: 161px;
		left:100px;
    	background-image: url(/images/taglines/creativity-comes-as-standard.png);
		width: 342px;
		height: 142px;	
	}
#content {
	position: relative;
	top: -70px;
	width: 455px;
	margin-left: 100px;
	background-image: url(../images/backgrounds/content.png);
	padding: 30px 20px;
	text-align: left;
	color: #FFF;
	float: left;
}
	#content h1 {
		position: absolute;
		top: -20px;
		left: 30px;
		text-indent: -9999px;
		overflow: hidden;
	}
	#content .welcome {
		background-image: url(../images/headlines/welcome.png);
		width: 106px;
		height: 38px;
	}
	#content .contact {
		background-image: url(../images/headlines/contact.png);
		width: 106px;
		height: 38px;
	}
	#content .services {
		background-image: url(../images/headlines/services.png);
		width: 91px;
		height: 38px;
	}
	#content h2 {
		clear: both;
		font-weight: bold;
		font-size: 13.5px;
		margin: 5px 0px;
		letter-spacing: -0.5px;
	}
	#content .column {
		float: left;
		width: 200px;
		margin-right: 20px;
	}
	#content ul {
		margin: 0px 0px 0px 30px;
	}
	#content li {
		padding: 3px 0px;
	}
	#content p {
		padding: 5px 0px;
		line-height: 1.5;
	}


#menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	background-image: url(../images/backgrounds/stripe.png);
	padding: 20px 20px 20px 100px;
}
	/* 
	-----------------------------------------------------------------------------
	Menu elements
	-----------------------------------------------------------------------------*/
	#menu li {
		display: inline;
	}
	#menu a {
		text-decoration: none;
		color: #FFF;
		padding: 0px 10px;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 4px;
		font-weight: lighter;
	}
	#menu a:hover {
		color: #77e70b;
	}
/* 
-----------------------------------------------------------------------------
Contact Styles
-----------------------------------------------------------------------------*/
.contact-details {
	margin-bottom: 30px;
}
.contact-details li {
	list-style: none;
	clear: both;
}
.contact-details span {
	float: left;
	width: 100px;
	text-align: right;
	padding: 2px;
	color: #e1e1e1;
}
#content .contact-details p,
#content .contact-details address {
	float: left;
	padding: 2px;
	margin: 0px;
}
#content .formh2 {
	margin: 0px 0px 10px 100px;
	padding-top: 10px;
}
.form {
	margin-bottom: 40px;
}
.form li {
	list-style: none;
	clear: both;
}
.form label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 2px;
	color: #e1e1e1;
	padding: 3px 0px;
}
.form input, 
.form textarea,
.form select {
	float: left;
	margin: 2px;
}
.form option {
	padding: 0px 2px;
}
.form .imagebutton, .form h4 {
	margin-left: 106px;
}
.form h4 {
	padding: 10px 0px 5px 0px;
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #bcbcbc;
	font-weight: normal;
	width: 330px;
}
.privacy {
	clear: both;
	padding: 20px;
}
.input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #bcbcbc;
	padding: 2px;
}
.form .button {
	background-color: #77E70B;
	color: #FFF;
	border: 1px solid #666;
	padding: 2px 8px;
	cursor: pointer;
	margin-left: 106px;
}
.button:hover {
	color: #FFF;
}
#page .form .error {
	border: 1px solid #990000;
	background-color: #FF6666;
	color: #FFF;
	padding: 4px 7px;
	margin: 0px 0px 0px 106px;
	width: 400px;
}
#apply-now-form tr td {
	padding:3px;
}
