* { margin: 0; }
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif;
}

body { background: url(../images/bg_body.png); }

#container { 
	min-height: 100%;
    height: auto !important; 
    height: 100%;
	margin-bottom: -149px;
	position: relative;
	background: url(../images/bg_container_x.png) repeat-x;
}

#headerwrapper {
	width: 100%;
	height: 158px;
	margin: 0 auto;
	padding-top: 29px;
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat center 29px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


#subheader {
	height: 120px;
	padding-top: 81px;
	position: relative;
	background: url(../images/bg_subhead_title.png) no-repeat left 0px;
	font-size: 17px;
	color: #8a8a8a;
	margin-bottom: 30px;
}

#subheader #laptop {
	position: absolute;
	width: 385px;
	height: 250px;
	top: -38px;
	right: -42px;
}

#subheader div { width: 663px; }

#content { height: 266px; }

#footer {
	height: 149px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) no-repeat center top
}

.clearfooter {
	height: 149px;
	clear: both;
}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:62px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 5px 0 0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../images/TireDemo_home_tabs.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 62px;
	line-height:62px;
	width: 229px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:2px;
	outline: none;
}

ul.tabs a:active { outline:none; }

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -69px;
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -138px;
	cursor:default !important;
	color:#000 !important;
}

ul.tabs li#premium a { background-position: -229px 0 }

ul.tabs li#premium a:hover { background-position: -229px -69px; }

ul.tabs li#premium a.current, ul.tabs li#premium a.current:hover, ul.tabs li#premium li.current a { background-position: -229px -138px; }

ul.tabs li#gold a { background-position: -458px 0 }

ul.tabs li#gold a:hover { background-position: -458px -69px; }

ul.tabs li#gold a.current, ul.tabs li#gold a.current:hover, ul.tabs li#gold li.current a { background-position: -458px -138px; }

ul.tabs li#platinum a { background-position: -687px 0 }

ul.tabs li#platinum a:hover { background-position: -687px -69px; }

ul.tabs li#platinum a.current, ul.tabs li#platinum a.current:hover, ul.tabs li#platinum li.current a { background-position: -687px -138px; }

/* tab pane styling */
div.panes {
	background: url(../images/bg_tabPane.png) no-repeat;
	height: 208px;
}

div.panes div {
	display:none;
	padding:20px 10px 20px 45px;
	border: none;
	height:168px;
}

.panes_screens {
	float: left;
	margin-right: 14px;
}

div.panes div p {
	margin:0;
	float: left;
	width: 700px;
	color: #696464;
	font-size:16px;
}

div.panes div p a {
	display: block;
	width: 177px;
	height: 44px;
	background: url(../images/btn_viewPackageDetails.png) no-repeat;
	text-decoration: none;
	outline: none;
}

div.panes div p a:hover { background-position: left bottom; }
