/* main */
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #cc6633;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.maintable {
	background-color: #000000;
}
/* top */
.topnavbartable {
	background-image: url(../images/titlebar-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navtable {
	position: relative;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.headercorner {
	background-image: url(../images/topright-linecross.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* left */
.leftnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
}
.portfoliotitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	padding: 4px;
	font-weight: bold;
}
.portfoliotitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
}

.lefttborder {
	background-image: url(../images/leftnav-bar.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lefttborderlong {
	background-image: url(../images/leftnav-barlong.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lefttbordercontact {
	background-image: url(../images/leftnav-barcontact.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lefttborderabout {
	background-image: url(../images/leftnav-barabout.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lefttborderservices {
	background-image: url(../images/leftnav-barservices.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lefttborderstudios {
	background-image: url(../images/leftnav-barstudios.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* right */
.rightborder {
	background-image: url(../images/rightline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rightborderlong {
	background-image: url(../images/rightlinelong.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rightborderservices {
	background-image: url(../images/rightlineservices.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/footer-bar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.footercorner {
	background-image: url(../images/bottomright-linecross.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footernoline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


/* Pages with text */
.textinfotable {
	color: #000000;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #993300;
	font-variant: small-caps;
}
.textcallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
.textcalloutblack {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
a.text:link {
	color: #993300;
	text-decoration: none;
}
a.text:visited {
	color: #993300;
	text-decoration: none;
}
a.text:hover {
	color: #cc6633;
	text-decoration: underline;
}
a.text:active {
	color: #993300;
	text-decoration: none;
}


