@charset "UTF-8";
/* 
	Matt Oatley v6
	Author: Matt Oatley
	clean markup, and boy is it valid!
*/

@import url("./styles.css");

/* Cold Theme */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 top center repeat-x;
	color: #FFF;
	height: 100%;
}

body.stars {
	background-image: url(../images/cold/bkg.jpg);
}

/* Main Elements */

#header {
	width: 1024px;
	margin: 0 auto;
	height: 188px;
	background: url(../images/cold/banner.png) no-repeat;
}

#header_wrap {
	height: 188px;
	min-width: 1024px;
	width: 100%;
}

#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	position: relative;
}

#showcase {
	width: 1024px;
	height: 460px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 884px;
	margin: 0 auto;
}

/* Specific Styles */
img, div, h1, h2, input, li, a {
	behavior: url(../images/iepngfix.htc); 
}

a {
	outline: none;
}

a img {
	border: none;
}

#header {
	position: relative;
	z-index: 50;
}

a#logo {
	position: absolute;
	width: 250px;
	height: 40px;
	display: block;
	top: 70px; 
	left: 705px;
	outline: none;
}


#nav {
	position: absolute;
	width: 352px;
	height: 20px;
	top: 80px;
	left: 83px;
	background: url(../images/cold/nav.png) no-repeat;
}

a#starsBT {
	position: absolute;
	width: 44px;
	height: 20px;
	top: 0px;
	left: 0px;
}

a#coldBT {
	position: absolute;
	width: 49px;
	height: 20px;
	top: 0px;
	left: 56px;
}

a#v5BT {
	position: absolute;
	width: 24px;
	height: 20px;
	top: 0px;
	left: 117px;
}

li#myServicesBT {
	position: absolute;
	width: 150px;
	height: 24px;
	top: 80px;
	left: 285px;
	list-style: none;
	cursor: pointer;
	z-index: 100;
	background: url(../images/cold/nav.png) -202px 0px no-repeat;
}
li#myServicesBT:hover {
	background: url(../images/cold/nav.png) -202px 40px no-repeat;
}

a#starsBT:hover {
	background: url(../images/cold/nav.png) 0px -20px no-repeat;
}

a#coldBT:hover {
	background: url(../images/cold/nav.png) -56px -20px no-repeat;
}

a#v5BT:hover {
	background: url(../images/cold/nav.png) -117px -20px no-repeat;
}
