/*
	Website by High Velocity Media
	(c) 2006 High Velocity Media
	http://www.hvmdesign.com
*/

/* ---[ body attributes ]--------------------- */
html {
	height: 50%;
}
body {
    margin: 0;
    padding: 0;
	text-align: center;
	background: #757575 url(images/bg-body.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 50%;
}
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}

a, a:visited { color: #06C; }
a:hover { color: #666; }

/* ---[ table attributes ]--------------------- */
#main {
	padding: 0;
	width: 780px;
	border: none;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#head {
	background: #06C url(images/bg-head.gif) top left repeat-x;
	height: 84px;
	width: 545px;
	border-bottom: 1px solid #666;
	text-align: right;
}

#nav-td {
	background: #F7F7F7 url(images/bg_nav.gif) repeat-x;
	height: 32px;
	*height: 31px;
	width: 545px;
	border-bottom: 1px solid #666;
}

#frames {
	border: none;
	padding: 0;
	margin: 0;
	width: 750px;
	text-align: center;
	height: 400px;
}

#frames iframe {
	height: 338px;
	border: none;
}

#frames #thumbnail { width: 225px; }
#frames #thumbnail iframe { width: 150px; *width: 130px; }
#frames #picture, #frames #picture iframe { width: 500px; }

.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }
.t { vertical-align: top; }
.m { vertical-align: middle; }
.b { vertical-align: bottom; }

/* ---[ navigation ]--------------------- */
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	background: #C0C0C0 url(images/bg_nav.gif) repeat-x top left;
	height: 31px;
}
#nav li {
	float: right;
	margin: 0;
	list-style: none;
	border-left: 1px solid #989898;
	border-right: 1px solid #F4F4F4;
}
#nav a {
	float: left;
	padding: 8px 18px 9px 18px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#nav a:hover, #nav a.active {
	color: #FFF;
	background: #999 url(images/bg_nav_hover.gif) repeat-x top left;
}
#nav a.active { font-weight: bold; }

/* ---[ body ]--------------------- */
#content {
	background: #FFF url(images/bg_body.gif) repeat-x;
	padding: 10px;
	height: 300px;
}

#content-home {
	background: #FFF url(images/bg-home.jpg) no-repeat;
	padding: 10px;
	height: 413px;
}

#content p {
	text-align: justify;
	line-height: 1.3em;
}

#content h1 {
	margin: 1px;
	font-size: 12px;
	color: #06C;
}

#content .text {
	border: 1px solid #666;
	width: 250px;
}
#content .text2 {
	border: 1px solid #666;
	width: 350px;
}

#content .submit {
	background: url(images/bg_nav.gif) repeat-x top left;
	margin-top: 7px;
	border: 1px solid #06C;
	width: 150px;
	height: 25px;
	font-weight: bold;
}
#content span { font-size: 9px; color: #666; padding-bottom: 3px; }
#content div.portfolio { height: 500px; }
p.contact { margin: 3px; font-size: 110%; }

em { font-weight: bold; font-size: 110%; }

/* ---[ footer ]--------------------- */
#footer {
	background: #3283D5 url(images/bg_footer.gif) repeat-x;
	height: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
}
#footer a, a:visited { color: #DDD; text-decoration: none; border: 0; }
#footer a:hover { color: #FFFFFF; border: 0; }
#footer #fleft { float: left; padding-left: 5px; text-align: left; }
#footer #fright { float: right; padding-right: 5px; text-align: right; }