/*
Global styles for Little Design Planet website
Created 14th Feb 2008 by David Long
v1.0
*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 100%;
	color: #333;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
p, li {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#container {
	margin: 0 auto;
	width: 924px;
}

h1 {
	font-weight: normal;
}
h1 strong {
	font-family: Neuropol, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	display: block;
	clear: both;
}
h1 em {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #666666;
	font-style: normal;
	display: block;
	margin: -5px 0 0 5px;
}
#home h1 strong {
	color: #C8222C;
}
#about h1 strong {
	color: #399349;
}
#services h1 strong {
	color: #154A8E;
}
#portfolio h1 strong {
	color: #c5b33a;
}
#contact h1 strong {
	color: #CD176C;
}

#mainnav {
	width: 549px;
	height: 428px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	left: -240px;
	margin-right: -240px;
}
#about #mainnav {
	background-image: url('../i/nav/globe-grn.jpg');
}
#services #mainnav {
	background-image: url('../i/nav/globe-blu.jpg');
}
#portfolio #mainnav {
	background-image: url('../i/nav/globe-yel.jpg');
}
#contact #mainnav {
	background-image: url('../i/nav/globe-pnk.jpg');
}
#mainnav ul {

}
#mainnav ul li {
	font-size: 18px;
	font-weight: normal;
}
#mainnav ul li a:hover {
	text-decoration: none;

}
#about #mainnav ul li a {
	color: #399349;
}
#services #mainnav ul li a {
	color: #154A8E;
}
#portfolio #mainnav ul li a {
	color: #c5b33a;
}
#contact #mainnav ul li a {
	color: #CD176C;
}
#mainnav ul li.home {
	position: absolute;
	top: 45px;
	right: 50px;
}
#mainnav ul li.about {
	position: absolute;
	top: 128px;
	right: 15px;
}
#mainnav ul li.services {
	position: absolute;
	top: 197px;
	right: 5px;
}

#mainnav ul li.portfolio {
	position: absolute;
	top: 269px;
	right: 15px;
}
#mainnav ul li.contact {
	position: absolute;
	top: 325px;
	right: 20px;
}

#contentborder {
	float: left;
	width: 25px;
	margin-top: 10px;
	overflow: visible;
}
#about #contentborder {
	border: 3px solid #399349;
	border-right: none;
}
#services #contentborder {
	border: 3px solid #154A8E;
	border-right: none;
}
#portfolio #contentborder {
	border: 3px solid #c5b33a;
	border-right: none;
}
#contact #contentborder {
	border: 3px solid #CD176C;
	border-right: none;
}

#contentborder #content {
	width: 600px;
	min-height: 480px;
	padding: 5px 0 5px 10px;

}

h2 {
	color: #666666;
	font-size: 20px;
	font-family: "Myriad Pro", Arial, Verdana;
}
/* Portfolio */
#portfolio .desc {
	display: block;
	width: 415px;
	float: left;
	margin-top: -75px;
}

#content a#sitePreview img {
	border: 6px solid #c5b33a;
	-moz-border-radius: 5px; border-radius: 5px;
	float: left;
	margin: 0 0 0 5px;
	width: 385px;
}
#content .controls {
	display: block;
	width: 166px;
	margin: 0 0 0 0;
	float: left;
	
}
#content .controls ul {
	width: 88px;
	margin: 0 auto;
	padding: 10px 0;
}
#content .controls a {
	color: #666;
	font-weight: bold;
	display: block;
	font-size: 16px;
}
#content .controls #next, #content #prev {
	color: #c5b33a;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 18px 0;
}
.allAlien {
		
		float: right;
		margin: 0;

}
/* about us */
#content img.aboutAlien {
	float:right;
	margin: 0 0 0 0;
}
#about #content p {
	width: 320px;
/*margin-right: 260px;*/
}

/* services */
.servicelist {
	float: right;
	padding-left: 20px;
	margin-top: 25px;
}
.servicelist li {
	margin: 0 0 5px 0;
	color: #4C79AF;
}
.servicelist li strong {
	margin-left: -5px;
}
.highlights {
	margin-left: 5px;
	padding-left: 15px;
}
.highlights li {
	list-style-type:disc;
	list-style-position: outside;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px 0;
	width: 300px;
}

#footer {
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#footer p {
	font-size: 11px;
	color: #999;
}

/* Contact Page */

.contactbox {
	width: 290px;
	padding: 10px;
	border: 1px solid #fff;
	overflow: hidden;
	border: 3px solid #CD176C;
}
.contactbox p {
	margin: 0 0 5px 0;
}
.contactbox p strong {
	display: block;
	width: 90px;
	float: left;
}
#messagebox {
	width: 290px;
	padding: 10px;
	border: 1px solid #fff;
	overflow: hidden;
	border: 3px solid #CD176C;
	margin-top: 15px;
	
}
/*#messagebox p {
	margin: 5px 0;
}*/
#messagebox button {
	float: right;
	margin: 5px 0 0 5px;
}
#messagebox textarea {
	width: 283px;
}
#messagebox input {
	width: 283px;
}
/* form error messages */
input.tfvHighlight {
	border: 2px solid #FF0000;
}
/* End of Contact Page */

/* home */
#home #centered {
	width: 588px;
	margin: 0 auto;
}
#home #mainnav {
	width: 548px;
	height: 370px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	left: -25px;
	top: 0;
	margin: 10px 0;
	background-image: url('../i/nav/globe-home-red.jpg');
	overflow: visible;
}
#home #mainnav ul li.about {
	position: absolute;
	top: 245px;
	left: -8px;
}
#home #mainnav ul li.services {
	position: absolute;
	top: 7px;
	left: 75px;
}

#home #mainnav ul li.portfolio {
	position: absolute;
	top: 12px;
	left: 465px;
}
#home #mainnav ul li.contact {
	position: absolute;
	top: 330px;
	left: 450px;
	overflow: visible;
	width: 130px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sIFR-hasFlash h1 strong {
	visibility: hidden;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: -5px;
}
.sIFR-hasFlash h1 em {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 24px;
	line-height: 30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
	width: 300px;
	margin-bottom: 10px;
}

/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
.preload {
display: none;
}