/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background:url(../images/bg_tile.jpg) #000 repeat;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	text-decoration: none;
	color: #e4b55e;
}

a:hover {
	color: #FFF;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	b/order:1px dotted white;
	color: #e4b55e;
	font: 8pt Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.navicons {
	margin-top: 35px;
	display: inline-table;
}

a.home {
	background: url(../images/home.png) 0 0 no-repeat;
	display: inline-table;
	width: 11px;
	height: 9px;
	padding: 0 5px 0;
	border-right: 1px dotted #ecc719;
	
}

a.home:hover {
	background-position: 0 -9px;
}

a.mail {
	background: url(../images/mail.png) 0 0 no-repeat;
	display: inline-table;
	width: 11px;
	height: 9px;
	margin: 0 5px;
	padding: 0 5px 0;
	border-right: 1px dotted #ecc719;
}

a.mail:hover {
	background-position: 0 -9px;
}

a.network {
	background: url(../images/network.png) 0 0 no-repeat;
	display: inline-table;
	width: 11px;
	height: 9px;
	padding: 0 5px 0;
}

a.network:hover {
	background-position: 0 -9px;
}

.navbar {
	background: url(../images/nav_bar.png) no-repeat center;
	height: 22px;
	width: 248px;
}

a.thome {
	background: url(../images/navbar_text.png) -21px 0 no-repeat;
	margin:-1px 0 0 -30px;
	display: inline-table;
	width: 30px;
	height: 22px;
}

a.thome:hover {
	background-position: -21px -22px;
}

a.thome_current {
	background: url(../images/navbar_text.png) -21px -22px no-repeat;
	margin:-1px 0 0 -30px;
	display: inline-table;
	width: 30px;
	height: 22px;
}


a.tabout {
	background: url(../images/navbar_text.png) -95px 0 no-repeat;
	margin:-1px 0 0 43px;
	display: inline-table;
	width: 50px;
	height: 22px;
}

a.tabout:hover {
	background-position: -95px -22px;
}

a.tabout_current {
	background: url(../images/navbar_text.png) -95px -22px no-repeat;
	margin:-1px 0 0 43px;
	display: inline-table;
	width: 50px;
	height: 22px;
}


a.tcontact {
	background: url(../images/navbar_text.png) -182px 0 no-repeat;
	margin:-1px 0 0 35px;
	display: inline-table;
	width: 44px;
	height: 22px;
}

a.tcontact:hover {
	background-position: -182px -22px;
}

a.tcontact_current {
	background: url(../images/navbar_text.png) -182px -22px no-repeat;
	margin:-1px 0 0 35px;
	display: inline-table;
	width: 44px;
	height: 22px;
}


.video {
	background: url(../images/vid_bg.png) no-repeat 0 0;
	width: 122px;
	height: 86px;
	float: left;
	margin: 0 19px 19px 0;
	padding: 5px;
	b/order: 1px dotted white;
}

.title {
	font: 7pt Arial, 'Liberation Sans', FreeSans, sans-serif;
	float: left;
	color: #e4b55e;
	margin-top: -3px;
}

.play {
	font: 8pt Arial, 'Liberation Sans', FreeSans, sans-serif;
	float: right;
	color: #e4b55e;
	margin-top: 2px;
}

.footer {
	color: #dc5809;
	font: 7pt Arial, 'Liberation Sans', FreeSans, sans-serif;
	letter-spacing: 1px;
	margin-top: 25px;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color: #e4b55e;
	font: 9pt Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Style
----------------------------------------------------------------------------------------------------*/

