/* -------------------- HTML -------------------- */

a {
	color: #3387EB;
	text-decoration: none;
	}

a:active {
	color: #64AFF9;
	text-decoration: none;
	}

a:hover {
	color: #64AFF9;
	text-decoration: none;
	}

a:link {
	color: #3387EB;
	text-decoration: none;
	}
	
a:visited {
	color: #0060BF;
	text-decoration: none;
	}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:small;
	background: #000307 url(../img/bg.png) repeat-x;
	}

body#home #t-home a, body#services #t-services a, body#projects #t-projects a, body#reel #t-reel a, body#contact #t-contact a, 
body.t-services_other .t-services_other, body.t-services_postproduction .t-services_postproduction, 
body.t-services_production .t-services_production,body.t-services_rentals .t-services_rentals,
body.t-projects_video .t-projects_video, body.t-projects_games .t-projects_games, body.t-projects_personal .t-projects_personal, 
body.t-reel_opt1 .t-reel_opt1, body.t-reel_opt2 .t-reel_opt2, body.t-reel_opt3 .t-reel_opt3 {
	color:#3387EB;
	}

dd {
	margin-left: 30px;
	}

dl {
	font-size: 95%;
	line-height: 175%;
	margin-left: 30px;
	}

dt {
	margin-top: 6px;
	font-size: 110%;
	letter-spacing: 1px;
	color: #3387EB;
	}
	
dt.first {
	margin-top: 0;
	}

h1 {
	color: #e08b37;
	font-size: 145%;
	letter-spacing: 2px;
	text-transform: lowercase;
	margin-bottom: 25px;
	}
	
h1.first {
	margin-bottom: 15px;
	}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 110%;
	letter-spacing: 1px;
	color: #3387EB;
	}

h2.first {
	margin-top: 0;
	}

h3 {
	color: #333333;
	font-size: 110%;
	}

h4 {
	color: #777777;
	font-size: 102%;
	text-transform: uppercase;
	}

h5 {
	color: #777777;
	font-size: 102%;
	}

p {
	margin-bottom: 6px;
	font-size: 95%;
	line-height: 150%;
	text-indent: 2em;
}

p.main {
	line-height: 175%;	
	}

/* -------------------- Classes -------------------- */

.caption {
	clear: right;
	float: right;
	text-indent: 0;
	padding-left: 0;
	}

.leading li {
	line-height: 150%;
	text-indent: 0em;
	}

.navtabs{
	float: right;
	}

.navtabs ul{
	float: right;
	padding: 3px 0;
	margin-left: 0;
	font: 12px Verdana;
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
	}

.navtabs li{
	float: right;
	display: inline;
	margin: 0;
	}

.navtabs li a{
	float: left;
	text-decoration: none;
	padding: 3px 9px;
	color: #000000;
	background: #f8f8f8;
	}

.navtabs li a:visited{
	color: #000000;
	}

.navtabs li a:hover{
	color: #3387eb;
	background: #ffffff;
	}

.navtabs li.selected{
	}

.navtabs li.selected a {
	background: #ffffff;
	color: #3387eb;
	}

.navtabs li.selected a:hover {
	text-decoration: none;
	}

.noindent {
	text-indent: 0em;
	}

/* ---------------- Style for Drop Down Menu --------------- */

.dropmenudiv_b {
	position: fixed;
	top: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;
	min-width: 80px;
	visibility: hidden;
	margin-top: 0px;
	}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 9px;
	border: 0px solid #f8f8f8;
	padding: 2px 0;
	padding-right: 9px;
	text-decoration: none;
	color: black;
	}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv_b a:hover{
	background-color: #eeeeee;
	}


/* -------------------- ID's -------------------- */

#container {
	background: #ffffff url(../img/bg_content.png) repeat-x;
	width: 960px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	}
	
#content {
	clear: both;
	width: 960px;
	min-height: 500px;
	padding-bottom: 40px;
	background: #ffffff url(../img/bg_content2.png) bottom no-repeat;
	}

#content_bottom {
	background: url(../img/bg_divider.png) top center no-repeat;
	padding-top: 30px;
	margin-top: 30px;
	clear: both;
	text-align: center;
	width: 960px;
	}

#content_bottom li {
	display: inline;
	padding: 17px;
	}

#content_bottom h1 {
	text-align: left;
	margin-left: 70px;
	}

/* #content_left {
	float: left;
	clear: none;
	} */

#content_right {
	float: right;
	margin-left: 60px;
	width: 185px;
	min-height: 300px;
	}

#content img.float_right {
	margin-left: 30px;
	float: right;
	clear: right;
	border: #ffffff 1px solid;
	}

#content_top {
	clear: both;
	width: 816px;
	padding: 55px 72px 0px 72px;
	height: auto;
	background: url(../img/bg_content.png) repeat-x;
	}

#footer {
	background: url(../img/bg_bottom.png) top center no-repeat;
	height: 154px;
	padding-top: 10px;
	color: #888899;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	}
	
#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #888899;
	}

#header {
	width: 960px;
	height: 153px;
	background: #ffffff url(../img/bg.png) repeat-x;
	}

#icons {
	clear: both;
	padding: 10px 0px;
	}

#icons li {
	display: inline;
	padding-right: 10px;
	}

#logo {
	position: absolute;
	top: 54px;
	left: 72px;
	z-index: 1;
	}

#nav {
	margin-top: 85px;
	margin-right: 63px;
	}

#title {
	position: absolute;
	top: 55px;
	left: 95px;
	z-index: 2;
	}

#title a {
	text-decoration: none;
	border: none;
	color: #f8f8f8;
	}





