/******* Resets *******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
em{font-style: oblique;}
strong{font-weight: bold;}


body{
	font: 62.5% arial, sans-serif;
	margin: 0;
	padding: 0;
}

:focus{
	outline: 0;
}

#content{
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background: #d9d5b6 url(img/background.jpg);
	position: relative;
	overflow: hidden;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #3f83ba;
	position: absolute;
	left: 327px;
	top: 121px;
}

img{
	display: block;
}

.logo{padding: 20px 0 0 45px;}


/*** Tabs ***/

#tabs{
	height: 32px;
	position: absolute;
	top: 64px;
	left: 42px;
}

#tabs li{
	float: left;
}

#tabs li a{
	float: left;
	width: 126px;
	height: 32px;
	line-height: 28px;
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent url(img/tab.gif) no-repeat;
}

#tabs li.selected a{
	color: #3f83ba;
	background: transparent url(img/tab-selected.gif) no-repeat;
}


#tabs li ul{
	display: none;
	position: absolute;
	left: -17px;
	top: 40px;	
}

#tabs li.selected ul{display: block;}


#tabs li ul li{float: none; clear: both;}

#tabs li.selected ul li a{
	background: transparent;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #3f83ba;
	text-align: left;
}

#tabs li.selected ul li.selected a{
	color: #9e8b58;
}


#tabs .description{
	display: none;
	position: absolute;
	top: 158px;
	left: 0px;
	width: 249px;
	height: 294px;
	overflow: auto;
	padding: 10px 10px 0;
	color: #3f83ba;
	font-size: 12px;
	line-height: 18px;	
}

#tabs ul li.selected .description{
	display: block;
}






#preview_holder{
	position: absolute;
	left: 329px;
	top: 155px;
	width: 337px;
	height: 430px;
	background: #000;
}

#preview_holder img{
	width: 100%;
}

#preview_frame{
	position: absolute;
	left: 329px;
	top: 154px;	
	width: 337px;
	height: 430px;
	background: transparent url(img/frame.png) no-repeat;
}



#adopt{
	position: absolute;
	right: 0;
	top: 96px;
}


#flyout{
	position: absolute;
	right: -143px;
	top: 264px;
	width: 180px;
}

#flyout.open{
	right: -6px;
}

#flyout h2{
	float: left;
	cursor: pointer;
}

#flyout ul{
	float: left;
	width: 95px;
	height: 280px;
	padding: 16px 20px 0 28px;
	background: transparent url(img/background-flyout.png) no-repeat;
	position: relative;
	left: -6px;
	top: -2px;
}

#flyout a{
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #1f487f;
}

#flyout a:hover{
	color: #998554;
}




