/* Tags */
body {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 140%;
	margin: 0;
	padding: 0;
	height: 100%;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #333399;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333399;
}
img {
	border: 0px;
}

/* Main divs */

#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 1;
}
#header {
	background-color: #CCCCFF;
	height: 20px;
	width: 100%;
}
#content {
	width: 550px;
	margin-left: 25%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCFF;
}
#text {
	margin-left: 125px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#logo {
	position: absolute;
	height: 50px;
	width: 125px;
	left: 25%;
	top: 15px;
	text-align: center;
	z-index: 2;
}

#leftnav {
	margin: 0px;
	padding: 40px 0px 0px;
	float: left;
	width: 125px;
	text-align: center;
}
#footer {
	background-color: #CCCCFF;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
}

/* Navigation */

#logo a{
    background-image: url(../assets/images/weblogou.gif);
    background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 105px;
	display: block;
}
#leftnav a {
    background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 125px;
	display: block;
}
#leftnav a.content {
	background-image: url(../assets/images/left1u.gif);
	width: 41px;
}
#leftnav a.design {
	background-image: url(../assets/images/left2u.gif);
	width: 34px;
}
#leftnav a.development {
	background-image: url(../assets/images/left3u.gif);
	width: 69px;
}
#leftnav a.management {
	background-image: url(../assets/images/left4u.gif);
	width: 67px;
}
#leftnav a.portfolio {
	background-image: url(../assets/images/left5u.gif);
	width: 44px;
}
#leftnav a.prices {
	background-image: url(../assets/images/left7u.gif);
	width: 30px;
}
#leftnav a.contact {
	background-image: url(../assets/images/left6u.gif);
	width: 40px;
}
#leftnav a:hover img {
	filter: alpha(opacity=0);
	moz-opacity: 0;
	opacity: 0;
}
#logo a:hover img {
	filter: alpha(opacity=0);
	moz-opacity: 0;
	opacity: 0;
}

a:link {  background-color: #FFFFFF; color: #666699; text-decoration: none}
a:visited {  background-color: #FFFFFF; color: #666699; text-decoration: none}
a:hover {  background-color: #FFFFFF; color: #FF9900; text-decoration: underline}
a:active {  background-color: #FFFFFF; color: #666699; text-decoration: none}

.legal {  font-size: 90%; background-color: #FFFFFF; color: #999999;}
.legal a:link {  text-decoration: none; background-color: #FFFFFF; color: #999999;}
.legal a:visited {  text-decoration: none; background-color: #FFFFFF; color: #999999;}
.legal a:hover {  color: #FF9900; text-decoration: underline; background-color: #FFFFFF;}
.legal a:active {  text-decoration: none; background-color: #FFFFFF; color: #999999;}

/* Classes */

.errmsg {  background-color: #FFFFFF; color: #FF9900}
.formtext {  font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif}
.form-box {
	background-color: #eeffcc;
	padding: 5px;
}
.form-leftcell {
	display: inline;
	width: 18%;
	float: left;
}
.form-rightcell {
	display: inline;
	width: 75%;
}
.form-row {
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.blank {
	background-color: #FFFFFF;
	height: 20px;
	left: 25%;
	padding: 0px;
	margin-left: 25%;
	width: 125px;
}
.textphoto {
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
	width: 130px;
}
