@charset "UTF-8";
/* CSS Document */

body {background:#000; margin:0; padding:0; color:#FFF; font-size:12px; font-family:Verdana, Geneva, sans-serif;}

img {border:0;}

a {color:#FFF;}

#wrap {
	margin:10px auto;
	width:980px;
	height:700px;
}

#pageTop{
	width:980px;
	height: 510px;
	position:relative;
	
}
#nav {
	width:980px;
	height:42px;
}

#nav ul {margin:0; padding:0; clear:both;}
#nav li {display:inline;}
#nav a {display:block; float:left; overflow:hidden; padding-top:42px; height:0; background:url(../images/nav.jpg) top left no-repeat;}

#nav a.selected {background:url(../images/nav-over.jpg) top left no-repeat;}
#nav a:hover {background:url(../images/nav-over.jpg) top left no-repeat;}

#nav a#home {background-position:0 0; width:79px;}
#nav a#how {background-position:-79px 0; width:116px;}
#nav a#commercial {background-position:-195px 0; width:159px;}
#nav a#size {background-position:-354px 0; width:113px;}
#nav a#features {background-position:-467px 0;width:130px;}
#nav a#brand {background-position:-597px 0; width:148px;}
#nav a#pricing {background-position:-754px 0; width:150px;}
#nav a#contact {background-position:-895px 0; width:85px;}

/*  -- Background Images --   */
.home {	background:url(../images/bgs/bg-home.jpg) top left no-repeat;}
.how {	background:url(../images/bgs/bg-how.jpg) top left no-repeat;}
.commercial {	background:url(../images/bgs/bg-commercial.jpg) top left no-repeat;}
.size {	background:url(../images/bgs/bg-size.jpg) top left no-repeat;}
.features {	background:url(../images/bgs/bg-extra-features.jpg) top left no-repeat;}
.brand {	background:url(../images/bgs/bg-branded.jpg) top left no-repeat;}
.pricing {	background:url(../images/bgs/bg-how.jpg) top left no-repeat;}
.contact {	background:url(../images/bgs/bg-how.jpg) top left no-repeat;}


/*  --  --   */

.smallCol {
	position:relative;
	width:310px;
	height:510px;
	float:right;
}

.lgColumn {
	width:652px;
	height: 510px;
	float:left;
}

.singleTab {
	width:36px;
	height:510px;
	float:left;
	margin:0 15px 0 0;
}
.singleCol {
	width:550px;
	float:left;
	padding:40px 0 10px 30px;
}

.singleColPad {
	width:420px;
	float:left;
	padding:40px 0 10px 30px;
}
.galleryTab {
	position:absolute;
	bottom:0;
	right:0;
	width:310px;
}

.galleryThumb, .galleryThumbEnd {
	width:150px;
	height:84px;
	float:left;
	margin:0 10px 10px 0;
}

.galleryThumbEnd {margin:0 0 10px 0 !important;}


#form1 .text1, #form1 textarea {width:375px;}
#form1 textarea {height:100px;}

#form1 {
 padding: 0 0 10px 0;
}

ul.listNorm li{
	list-style:outside;
}