@charset "UTF-8";

/* CSS Document 
     GLOBAL SETTINGS*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #b5b5b5 url(img/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height:100%;
}

body {
	background: transparent url(img/bg_vignette.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	position:relative;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0 146px 0;
	border: none;
}

#header {
	height: 65px;
	background: transparent url(img/header.png);
	background-repeat: no-repeat;
	margin: 0px 0 26px 0;
	padding: 40px 0 0 548px;
	text-align:right;
}

p {
	font-family: "myriad pro", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-style: normal;
	font-size: .95em;
	letter-spacing: .05em;
	margin:0px;
	line-height: 130%;
	color: #272727;
	font-weight: normal;
	padding: 4px 0;
	text-shadow: #fff 1px 1px 1px;
}

h2 {
	font-family:"MyriadPro-Bold", "Myriad Pro Bold", "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-weight:900;
	font-size: 1.4em;
	letter-spacing: -.02em;
	color: #ffffff;
	padding: 0px 0 4px 0;
	text-shadow: #272727 1px 1px 1px;
}

h3 {
	font-family: "myriad pro black", "myriad pro", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-weight: black;
	font-size: 1.2em;
	color: #ffffff;
	padding: 10px 0 0 0;
	text-shadow: #272727 1px 1px 1px;
}

a:active, a:focus {
	outline:none;
}

#keywords {
	padding: 12px 0;
	margin-top: 30px;
	border-top: #222 1px dotted;
	border-bottom: #222 1px dotted;
	text-align: center;
}

#keywords p {
	font-size: .7em;
	letter-spacing: .1em;
	padding: 0px;
}

#footer {
	width: 100%;
	height:56px;
	background: #3f3f3f url(img/bg_foot_tile2.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	bottom: 0px;
	left: 0px;
	padding: 4px 0px 20px 600px;
	position:fixed;
	overflow:hidden;
	z-index:1000;
}

#footer p {
	font-family: "myriad pro" Tahoma, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	font-size: 1em;
	line-height: 130%;
	color: #ffffff;
	font-weight: normal;
	padding: 9px 0 0 0;
	text-shadow: #000 1px 1px 1px;
}

#foot_tab {
	background: transparent;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	min-height: 56px;
}

#tabs {
	margin: 0;
	padding: 0;
	height: 56px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 124px;
}

#tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#tabs a {
	float: left;
	padding: 56px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:56px; /* for IE5/Win only */
	font-size: 0px;
}

#tabs a:hover {
	background-position: 0 -56px;
}

#tmusic a {
	width: 201px;
	background: url(img/tab_music.png) top left no-repeat;
}

#tinvade a {
	width: 199px;
	background: url(img/tab_invade.png) top left no-repeat;
}

/*NAVIGATION SLIDE MENU*/
.menu {
	position:relative;
	background: transparent;
	min-height: 35px;
	margin-bottom:10px;
	width: 452px;
}

.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:9px 0px;
}

.menu li {
	float: left;
}

#menu a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* for IE5/Win only */
	font-size: 0px;
}

#menu a:hover {
	background-position: 0 0px;
}

#menu a:active, #nav a.selected {
	background-position: 0 0px;
}

#slide {
	position:absolute;
	bottom: -4px;
	height: 4px;
	background-color: #a1a1a1;
	z-index:10
}

#thome a {
	width: 85px;
	background: url(img/nav_home.png) top left no-repeat;
}

#tservices a {
	width: 117px;
	background: url(img/nav_services.png) top left no-repeat;
}

#tfolio a {
	width: 136px;
	background: url(img/nav_folio.png) top left no-repeat;
}

#tcontact a {
	width: 114px;
	background: url(img/nav_contact.png) top left no-repeat;
}

/* INDEX PAGE ONLY*/

#guts_1 {
	position:relative;
	padding: 0px;
	text-align: left;
}

#guts_1 h1 span {
	display:none;
}

#guts_1 h1 {
	background-image: url(img/h1_home.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 1000px;
	height: 113px;
	padding: 0px;
	margin: 0px;
}

.lil_column {
	position:relative;
	width: 300px;
	float:left;
	padding: 0px;
	margin: 20px 45px 0 5px;
	text-align: left;
}

.lil_column_r {
	position:relative;
	width: 300px;
	float:left;
	padding: 0px;
	margin: 20px 0px 0 0px;
	text-align: left;
}

.extra_space {
	height: 1px;
	clear: left;
	margin-top:1px;
}

/* SERVICES PAGE ONLY*/

#guts_2 {
	background: transparent url(img/gun_sm.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 0 120px 0;
	text-align: left;
}

#guts_2 h1 span {
	display:none;
}

#guts_2 h1 {
	background-image: url(img/h1_services.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 474px;
	height: 59px;
	padding: 0px;
	margin: 0px;
}

#guts_2 ul {
	margin: 20px 0 20px 240px;
}
#guts_2 li {
	font-family: "myriad pro" Tahoma, Helvetica, sans-serif;
	list-style-type: square;
	color: #272727;
	font-weight: bold;
	font-style:italic;
	padding: 7px 0;
	text-shadow: #fff 1px 1px 1px;
}

#website, #logo, #photo {
	/*background-image: url(img/table_bg.png);
	background-repeat: repeat;
	background-position: top left;*/
	font-family: "myriad pro", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1em;
	background: translucent;
	margin: 20px 0px;
	width: 1000px;
	border-collapse: collapse;
	text-align: left;
}

#website th {
	font-size: 1.1em;
	font-weight: bold;
	/*previous green blue color: #039;*/
	color: #272727;
	padding: 13px 15px 12px 15px;
	text-shadow: #fff 1px 1px 1px;
	background: #a0be8c;
	border-bottom: 2px solid #3e3e3e;
	border-top: 2px solid #222;
}

#logo th {
	font-size: 1.1em;
	font-weight: bold;
	/*previous green blue color: #039;*/
	color: #272727;
	padding: 13px 15px 12px 15px;
	text-shadow: #fff 1px 1px 1px;
	background: #baa6a8;
	border-bottom: 2px solid #3e3e3e;
	border-top: 2px solid #222;
}

#photo th {
	font-size: 1.1em;
	font-weight: bold;
	/*previous green blue color: #039;*/
	color: #272727;
	padding: 13px 15px 12px 15px;
	text-shadow: #fff 1px 1px 1px;
	background: #94a2b4;
	border-bottom: 2px solid #3e3e3e;
	border-top: 2px solid #222;
}

#website td, #logo td, #photo td {
	border-bottom:  1px dotted #222;
	/* previous lilac blue color: #669;*/
	color: #272727;
	padding: 8px 15px;
	text-shadow: #fff 1px 1px 1px;
}

#website tbody tr:hover td, #logo tbody tr:hover td, #photo tbody tr:hover td {
	color: #009;
}

/* PORTFOLIO PAGE ONLY*/
#guts_3 {
	padding: 0px 0 0 0;
	text-align: left;
}

#guts_3 h1 span {
	display:none;
}

#guts_3 h1 {
	background-image: url(img/h1_folio.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 1000px;
	height: 106px;
	padding: 0px;
	margin: 0px;
}

#flash_stuff {
	margin: 6px 0;
}

/*CONTACT PAGE ONLY*/
#guts_4 {
	padding: 0px 0 0 0;
	text-align: left;
}

#guts_4 h1 span {
	display:none;
}

#guts_4 h1 {
	background-image: url(img/h1_contact.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 320px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

#contact_box {
	background: transparent url(img/contact_pic.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 8px 146px 0 662px;
	margin-top: -10px;
	height: 384px;
}

#formbox {
	width: 190px;
	margin-top:6px;
	text-align: left;
}

label {
	font-family: "myriad pro" Tahoma, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	font-size: .8em;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0 0px 0;
	text-shadow: #000 1px 1px 1px;
}

.textbox {
	width: 185px;
	margin: 0px 0px 6px 0px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

.textarea {
	width: 185px;
	height: 60px;
	padding: 4px;
	margin: 0px 0px 8px 0px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}

#submitbutton {
	margin-top: 6px;
	width: 90px;
}
