body {font-family: Verdana, Tahoma;
	font-size: 62.5%; /* Resets 1em to 10px */
	min-width: 765px;
	margin: 0px;
	background-image: url('image/bg-body.gif');
	background-repeat: repeat-y;
	background-color: #08D;
	color: #555;
}

img {border: none;}

a {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}
a:hover {color: #CF3; text-decoration: underline;}



/* Page */

#page {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 100%;
	/* height: 450px; Needed before, not now, not sure why? */
	text-align: left;
	background-image: url('image/bg-page.gif');
	background-repeat: repeat-x;
	background-color: #FFF;
	overflow: hidden;
}

#page-long {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	background-image: url('image/bg-page.gif');
	background-repeat: repeat-x;
	background-color: #FFF;
	overflow: hidden;
}



/* Menu */

#menu {
	float: right;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}

#menu p {
	margin: 25px;
	margin-top: 65px;
}

#menu a {color: #000; text-decoration: none; padding: 0 10px;}
#menu a:visited {color: #000; text-decoration: none;}
#menu a:active {color: #000; text-decoration: none;}
#menu a:hover {color: #08D; text-decoration: none;}



/* Content Design */

#content {
	clear: both;
	display: block;
}

#content a {color: #000; text-decoration: none;}
#content a:visited {color: #000; text-decoration: none;}
#content a:active {color: #000; text-decoration: none;}
#content a:hover {color: #08D; text-decoration: underline;}

#content div.text {
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
	padding-top: 25px;
	}

#content h1 {
	margin: 25px;
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #000;
}

#content h2 {
	margin: 25px;
	margin-top: 5px;
	font-size: 1.0em;
}

#content p {
	margin: 25px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#content li {
	font-size: 1.1em;
	line-height: 1.4em;
}

#content div.portfolio {
	position: relative;
	float: left;
	width: 300px;
	padding: 25px;
	}

#content div.portfolio_thumbstorm {
	position: relative;
	overflow: hidden;
	float: left;
	width: 80%;
	padding: 25px;
	}

#content div.half {
	position: relative;
	float: left;
	width: 40%;
	padding: 25px;
	}

#content div.tall {
	position: relative;
	float: left;
	width: 300px;
	padding: 25px;
	}

#content div.tall h1 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 1.4em;
}

#content div.tall h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.0em;
	color: #333;
}

#content div.tall p {
	margin: 10px 0;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content div.tall li {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: -15px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content div.purple {
	padding: 25px;
	background-image: url('image/bg-package-purple.gif');
	background-repeat: repeat-x;
	background-color: #6700DD;
	color: #FFF;
}
#content div.blue {
	padding: 25px;
	background-image: url('image/bg-package-blue.gif');
	background-repeat: repeat-x;
	background-color: #08D;
	color: #FFF;
}
#content div.blue h1, #content div.purple h1 {
	color: #FFF;
}
#content div.blue h2, #content div.purple h2 {
	color: #DDD;
}



#content div.blue a, #content div.purple a {color: #FFF; text-decoration: none;}
#content div.blue a:visited, #content div.purple a:visited {color: #FFF; text-decoration: none;}
#content div.blue a:active, #content div.purple a:active {color: #FFF; text-decoration: none;}
#content div.blue a:hover, #content div.purple a:hover {color: #CF3; text-decoration: underline;}



#content div.green {
	padding: 25px;
	background-image: url('image/bg-package-green.gif');
	background-repeat: repeat-x;
	background-color: #CF3;
	color: #000;
}

#content div.orange {
	padding: 25px;
	background-image: url('image/bg-package-orange.gif');
	background-repeat: repeat-x;
	background-color: #FC0;
	color: #000;
}



/* Contact Form */

#content form {
	margin: 0;
}

#content form input {
	width: 100%;
	border: #AAA 1px solid;
	background-color: #FFF;
	color: #000;
	font: 1.4em Verdana, Tahoma;
}

#content form textarea {
	width: 100%;
	border: #AAA 1px solid;
	background-color: #FFF;
	color: #000;
	font: 1.4em Verdana, Tahoma;
}

#content form #sendemail {
	width: 100%;
	padding: 3px;
	border: #CF3 2px solid;
	background-color: #08D;
	color: #FFF;
	font: 1.2em Verdana, Tahoma;
	font-weight: bold;
	text-align: center;
}

#content form .error {
	background: #F99;
}



/* Footer Design */

#footer {
	clear: both;
	padding-left: 350px;
	overflow: hidden;
	position: relative;
	color: #FFF;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
	background-image: url('image/bg-footer.gif');
	background-repeat: repeat-x;
	background-color: #08D;
	border-top: #CF3 5px solid;
}

#footer a {color: #FFF; text-decoration: none;}
#footer a:visited {color: #FFF; text-decoration: none;}
#footer a:active {color: #FFF; text-decoration: none;}
#footer a:hover {color: #CF3; text-decoration: underline;}

#footer .column {
	position: relative;
	float: left;
}

#copyright {
	width: 350px;
	margin-left: -100%;
	right: 350px;
	text-align: left;
	color: #FFF;
	background-image: url('image/bg-copyright.gif');
	background-repeat: repeat-x;
	background-color: #007AC6;
}

#copyright a {color: #FFF; text-decoration: none;}
#copyright a:visited {color: #FFF; text-decoration: none;}
#copyright a:active {color: #FFF; text-decoration: none;}
#copyright a:hover {color: #CF3; text-decoration: underline;}

#copyright p {
	margin: 25px;
}

#footer-content {
	width: 100%;
}

#footer-content p {
	margin: 25px;
}

