/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 0;
	}
	

	
/* INTRO */
	
#big-box {
margin:auto;
width:890px;
}
.box-1 {
float:left;
width:145px;
margin:145px 0 0
}
.box-2 {
float:left;
}
.box-3 {
float:right;
width:145px;
margin:145px 0 0
}

#top-box {
clear:both;
}
#big-box img {
border:0 none;
padding:10px;
}

/* TEXT */

a {
	font-weight: bold;
	color: #8C8C8C;
	text-decoration: none;
}
a:hover {
	color: #333333;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	display:inline;
	margin: 10px 30px;
	}

#left-column h1, #model-info h1 {
	font-size:24px;
	color:#999;
	float:right;
	font-weight:bold;
	clear:both;
}
#left-column h2, #model-info h2 {
	font-size:18px ;
	font-weight:bold;
	color:#CCC;
	float:right;
	clear:both;
}

#left-column h1 {
	font-size:24px;
	color:#999;
	float:right;
	font-weight:bold;
	clear:both;
}
#left-column h2 {
	font-size:18px ;
	font-weight:bold;
	color:#CCC;
	float:right;
	clear:both;
}

h3 {
	font-size: 14px;
}


/* Contact Form */

#fcf2 {
	margin:auto;
	background-color:#FFF;
	width:540px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
	float: left;
	width: 100px;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
	font-size: 9px;
	color: #CCCCCC;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}

/* MODELS */

#main-box {
	margin:auto;
	width: 890px;
	}
	
#header-models {
	float:left;
	clear:both;
	width: 400px;
	padding: 20px 0 20px;
	}

#header-models img {
	margin:auto;
	display:block
	}
	
#header-models1 {
	margin:auto;
	clear:both;
	width: 600px;
	padding: 10px 0;
	}

#header-models1 img {
	display:block;
	clear:both;
	}
	
#model-info {
	width:570px;
	padding: 0 15px;
	margin: auto;
	clear:both;
	}
#columns {
	clear:both;
	}
	
#left-column {
	width: 400px;
	float:left;
	}

#left-column img {
	margin: 0 auto 20px;
	display:block;
	}
#right-column {
	width:400px;
	float:right
	}

#right-column ul {
	margin:auto;
	width: 340px;
	}
	
#right-column ul li {
	width:150px;
	height: 150px;
	float:right;
	margin:10px;
	}
	
#right-column ul li img {
	display:block;
	margin:auto;
	}
	


/* MONSTERSINVISIBLE */

#monstersinvisible a {
	display:block;
	clear:both;
	width: 117px;
	height: 7px;
	background: url(../img/monsters-btn.gif) no-repeat;
	outline: none;
	float: right;
	margin: 5px
	}
	
#monstersinvisible a:hover {
	background-position: 0 -7px;
	}