/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url("images/bg.gif");
	margin: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
a:link {
	color: #3366BB;
}
a:active, a:visited {
	color: #585858;
}
a:hover {
	color: #0066CC;
}
a img {
	border: 0;
}
p {
	font-size: small !important;
	font-size: 12px; /*IE6 WinXP SP2 Fix*/
	margin: 10px 0px 0px 0px;
	padding-bottom: 4px;
}
h1 {
	font-weight: bold;
	font-size: large !important;
	font-size: 18px; /*IE6 WinXP SP2 Fix*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0px 0px 0px;
	color: #990000;
	background: transparent;
}
h2 {
	font-weight: bold;
	font-size: medium !important;
	font-size: 16px; /*IE6 WinXP SP2 Fix*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0px 0px 0px;
	color: #990000;
	background: transparent;
}
h3 {
	font-weight: bold;
	font-size: medium !important;
	font-size: 16px; /*IE6 WinXP SP2 Fix*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #3366bb;
	background: transparent;
	border-bottom: 1px solid #3366bb;
}
h4 {
	font-weight: bold;
	font-size: small !important;
	font-size: 12px; /*IE6 WinXP SP2 Fix*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
	color: #666;
	background: transparent;
}
ul ,ol, dl {
	font-size: small !important;
	font-size: 12px; /*IE6 WinXP SP2 Fix*/
}
dl.linkspage {
	margin-top: 5px;
}
dl.linkspage dt {
	margin: 10px 0px 0px 0px;
}
dl.linkspage dd {
	margin: 5px 0px 10px 30px;
}
dl#liveaction {
	margin-top: 5px;
}
dl#liveaction dt {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}
dl#liveaction dd {
	margin: 0;
}
ul.pdf, ul.flv, ul.mp3 {
	list-style: none;
}
ul.pdf li, ul.flv li, ul.mp3 li {
	padding: 4px 0px 4px 25px;
	background-repeat: no-repeat;
	background-position: left;
}
ul.pdf li {
	background-image: url("images/pdficon_small.gif");
}
ul.flv li {
	background-image: url("images/flvicon_small.gif");
}
ul.mp3 li {
	background-image: url("images/mp3icon_small.gif");
}
div.hr {
	border-top: 1px dashed #d2d2d2;
	margin: 5px;
}
div#frame {
	width: 746px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #ecebeb !important;
	background-color: #fff;
	color: #000;
}
div#skip {
	position: absolute;
	color: #fff;
	font-size: xx-small;
	left: -1000em;
	background: #fff;
}
div#contentheader {
	color: #fff;
	background: #08aaf2;
	margin: 0;
	padding: 0;
	font-size: x-large;
	height: 70px;
	text-align: left;
	}
div#contentmain {
	color: #000;
	background: #fff;
	padding: 5px;
	text-align: left;
	}
div#contentnav {
	background: #cfd0cf url("images/nav_bg.gif");
	padding: 1px 0px 0px 0px;
	margin: 0px;
	font: bold x-small;
	color: #000;
	z-index: 3;
	text-align: left;
	width: 746px;
}
div#contentfooter {
	border-top: 1px solid #8DB8E0;
	background: #08aaf2;
	color: #fff;
	height: 20px;
	}	
#navlist {
	z-index: 4;
	list-style: none;
	font-weight: bold
	font-size: small !important;
	font-size: 12px; /*IE6 WinXP SP2 Fix*/
	line-height: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 0;
	height: 60px;
}
#navlist ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#navlist a {
	display: block;
	color: #585858;
	text-decoration: none;
	padding: 9px 12px 9px 12px;
	text-align: left;
}
#navlist a:hover {
	color: #585858;
	background: #efefef;
}
#navlist li {
	float: left;
	border: 0;
	padding: 0;
	margin-right: 0;
}
#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	list-style: none;
	border: 0;
	width: 565px;/*opera fix*/
}
#navlist li ul a {
	display: block;
	font-weight: normal;
	border: 0;
	padding: 8px 10px 8px 10px;
}
#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul {
	left: auto;
}
#linkslist {
	margin: 10px;
}
#linkslist li {
	list-style: none;
	padding: 5px 0 0 0;
}
.smallText {
	font-size: x-small !important;
	font-size: 10px; /*IE6 WinXP SP2 Fix*/
	text-align: center;
}
.smallText img {
	border: 0;
}
.smallText a {
	color: #000;
	text-decoration: underline;
}
.smallText a:hover {
	color: #000;
	text-decoration: none;
}
/* Contact Form Style */
input, textarea, .button {
	border: 1px solid #d2d2d2;
}
.button {
	color: #585858;
	background: #e8e8e7;
	font-weight: bold;
	text-align: center;
}
fieldset {
	border: 0;
}
form#contact {
	width: 400px;
	font-size: small;
	margin: 20px auto 10px auto;
}
form#contact div {
	clear: both;
	padding: 6px 0 0 0;
}
form#contact label {
	display: block;
	clear: both;
	padding-bottom: 1em;
	margin-left: 170px;
}
form#contact label .labelText {
	position: relative;
	width: 150px;
	left: -12em;
	float: left;
	margin-right: -130px;
	padding-bottom: 10px;
}
form#contact label.required .labelText {
	font-weight: bold;
}
form#contact label .requiredMarker {
	display: block;
	color: #999999;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
}
form#contact input,textarea {
	width: 200px;
	text-align: left;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
form#contact textarea {
	height: 8em;
}
form#contact #submitButton {
	float: none;
	width: 100px;
	text-align: center;
}
form#contact .correctionIcon {
	position: relative;
	left: -2em;
	top: 2px;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: -17px;
	vertical-align: middle;
}
form#contact .correctionText {
	display: block;
	color: #006600;
	font-weight: bold;
	margin-left: 20px;
}
form#contact fieldset.submit {
	text-align: center;
}
form#contact .warning {
	color: #cc0000;
	font-weight: bold;
}

/*Portfolio Thumbnail Styles*/
div.thumbcontainer {
	width: 100%;
	overflow: auto;
}
div.thumbnail {
  	float: left;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9 !important;
	text-align: center;
	overflow: hidden;
	font-size: x-small;
	color: #585858;
}
div.thumbnail:after {
	clear: both;
}
div.thumbnail img {
  	border: 1px solid #ccc;
}
div.thumbcaption {
	border: none;
	text-align: left;
	width: 100px;
}
div.thumbcaptionfineart {
	border: none;
	text-align: left;
	width: 100px;
	height: 41px;
}
div.thumbenlarge {
	float: right;
	border: none !important;
	background: none !important;
}
div.thumbenlarge a, div.thumbenlarge img {
	display: block;
	border: none !important;
	background: none !important;
}
/*Portfolio Thumbnail Styles End*/
img#portfoliofull {
	margin: 0;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
}
div.infobox {
	border: 1px dashed #ddd;
	background-color: #f5f5f5;
	color: #000;
	font-size: x-small;
	text-align: center;
}
div#animationmenu {
	padding: 15px 0 0 0;	
}
div#video {
	position: relative;
	left: 411px;
	top: -20px;
	width: 320px !important;
	width: auto; /*IE6- fix*/
}
p.screenshot {
	text-align: center;
}
p.screenshot img {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #efefef;
	margin: 0 10px 0 10px;
}