@charset "utf-8";
/* CSS Document */

* {margin:0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#wrap {
	width: 716px;
	margin: 56px auto;
	
	}

#wrap.about {background: none; }
.contact {
	width: 700px;
	margin: 56px auto;
	padding-left: 16px;
	background: url(images/bg_wrapcontact.jpg) right 188px no-repeat; 
	}
* html .contact {background: url(images/bg_wrapcontact.jpg) right 208px no-repeat; }
*+html .contact {background: url(images/bg_wrapcontact.jpg) right 208px no-repeat; }

#logo {
	float: right;
	}
	
#nav1 {
	float: right;
	clear: right;
	list-style-type: none;
	width: 148px;
	}
#nav1 li, #nav2 li {float:left;}
#nav1 li {margin: 6px;}
#nav1 li a, #nav2 li a {padding-bottom: 4px;}
#nav1 li a:hover, #nav2 li a:hover {background: url(images/arrow01.gif) 50% bottom no-repeat;}
#nav2 {
	float: left;
	list-style-type: none;
	}
#nav2 li {margin: 32px 30px 0 0 ;}

#flash, #about, #gallery, #order, #contact {clear:both; padding: 24px 0;}

#about {background: url(images/bg_about.gif) 400px top no-repeat;}
#about div {
	width: 360px;
	padding: 0 0 0 24px;
	}
#about p, #contact p {margin-bottom: 8px; line-height: 1.5em;}
#about strong, #contact strong {font-size: 1.2em;}

#gallery {background: url(images/bg_gallery.gif) 400px top no-repeat;}
#gallery ul {
	float: left;
	width: 372px;
	list-style-type: none;
	padding-bottom: 8px;	
	}
#gallery li {
	float:left;
	width: 90px;
	height: 64px;
	padding: 6px;
	margin: 8px;
	border: 1px solid #ccc;
	background: #fff;
	}
#gallery p {
	float:right;
	width: 220px;
	margin-top: 48px;
	}
#gallery p img {margin: 0 8px;
	}
	
#contact { background: url(images/bg_contact.gif) 400px top no-repeat;}
#contact form, #order form {}
#contact form p , #order form p {
	margin-bottom: 6px;
	}
#contact form label, #order form label {
	float:left;
	display: block;
	width: 132px; 	
	}
#contact form label {color: #fff; font-weight: bold;}
#contact a{
	text-decoration:none;
 	color:#3684CD;
	}
	
#contact input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3684CD;
	}

#footer {
	clear: both;
	font-size: 10px;
	padding: 32px 0;
	}

.blue{color: #3684CD;}