/*-------------------------------mix------------------------------*/
p, li, input, textarea {
		font-size: 0.85em;
		color: #595959;
		}
a {
		color: #620000;
		display: block;
		}
a:hover {
		color: #989898;
		}
a.valid {
		float: right;
		color: #7a7a7a;
		display: block;
		font-size: 0.8em;
		padding: 0.5em;
		}
h1 {			
		margin-left: 270px;
		width: 412px;
		height: 110px;
		background: url("../images/logo.png") no-repeat;		
		}
h1 span {
		display: none;
		}
h2 {
		font-size: 1em;
		font-style: italic;
		padding: 1em 0 0 240px;
		}
h2 a:hover {
		color: #620000;
		}
h3 {
		color: #6b623e;
		font-size: 0.85em;
		font-style: italic;
		margin: 0.5em 0;
		}
h3 a {
		color: #6b623e;
		}
h3.price {
		color: #ab342b;
		}
strong {
		font-style: italic;
		}
strong span {
		color: #425F3E;
		}
p.nomber {
		color: #f00;
		font-size: 1.1em;		
		white-space: nowrap;
		padding-left: 10px;	
		}
		
/*---------------------------------basic--------------------------------*/
* {
		padding: 0;
		margin: 0;
		font-family: arial,verdana,helvetica,tahoma,sans-serif;
		}
html {
		background: #e0dbba;
		}
body {	
		border:0; 
		height: 100%;
		overflow-y: auto; 
		background: url("../images/body_bg.gif") repeat-x;
		}
#wrapper {
		width: 760px;
		margin: 0 auto;	
		}
#page { 
		width: 760px;
		background: url("../images/main_bg.jpg") repeat-y;   
		}
#page a {
		display: inline;
		}
#page p {
		padding: 0.5em 2em 0 240px;
		clear: both;
		}
#page ul {
		list-style: none;
		margin: 1em 0 0 0;
		padding: 0 2em 0 240px;
		}
#page img {
		padding-left: 240px;
		}
#header {
		height: 200px;			
		background: url("../images/header_01.jpg") no-repeat;
		}
#inner 	{
		position: relative;
		}	
#fixed {
		display:block; 
		top: 120px;  
		width: 130px; 
		position: fixed;  
		}		
* html #fixed {position: absolute;}
#footer {
		clear: both;
		height: 79px;
		margin-top: 3em;
		background: url("../images/footer.jpg");
		}
#footer #links {
		padding: 30px 1em 0 0;			
		}
/*----------------------------list-----------------------------------------*/                                                     
#fixed ul {			
		list-style: none;
		width: 200px;
		padding-left: 0;
		margin-top: 3em;
		}              
#fixed li a  {
		display: block;
		line-height: 1.5em;
		font-size: 0.8em;
		padding-left: 1em;
		width: 100%;
		text-decoration: underline;
		background: url("../images/arrow.gif") no-repeat left top;
        }        
#fixed li a:hover {
		text-decoration: underline;		
		}

/*-----------------------------------menu-----------------------------*/
#topmenu {
		margin: -4em 0 2em 250px;
		height: 1em;
		}                                                      
#topmenu ul {
		display: inline;
		list-style: none;
		padding-left: 0;
		}              
#topmenu li {
		float: left;
		}      
#topmenu li a  {
		display: block;
		background: url("../images/menu.gif") no-repeat left; 
		color: #000;
		padding: 0 1em;
		line-height: 1em;   
        text-decoration: none;
        }
#topmenu li a.first  {
		background: none;
		}                   
#topmenu li a:hover {
		text-decoration: underline;			
		}
/*---------------------------------------art---------------------------------------*/	                
#line {
		background: url("../images/line.gif") no-repeat;
		width: 480px;
		height: 1px;
		margin: 1em 0 1em 240px;
		}
/*----------------------------------anounce-------------------------------------*/             
#page .anounce {			
			margin: 1em 2em 0 240px;
			padding: 0 2em 1em 0;
			border-bottom: #7C724B 1px solid;
			}
#page .anounce div {
			display: table;
			}
#page .anounce img {
			float: left;
			border: none;
			margin: 0 1em 0 0;
			}
#page .anounce p, #page .anounce a, #page .anounce ul, #page .anounce img {
			padding: 0;
			}
#page .anounce input {
			width: 4em;
			float: right;
			}
#page .anounce input.check {
			float: none;
			}
#page .anounce .count {
			float: left;
			}
#page .anounce div.string {
			width: 100%;
			}			
#page .anounce .button {
			width: 7em;
			float: left;
			margin-top: 1em;			
			}
/*---------------------------------form----------------------------*/
#form {
			margin: 1em 2em 0 240px;
			}
#form div {
			width: 80%;
			float: left;
			margin-bottom: 0.5em;
			}
#form div p {
			float: left;
			padding: 0;
			}
#form .field {			
			float: right;
			width: 50%;
			}			
#form .button {			
			padding: 0 1.5em;			
			}		
textarea {
			width: 80%;
			padding: 0;
			margin-bottom: 0.5em;
			}			                

/*-----------------------------------table--------------------------*/
#page table {
			background: #fff;
			margin: 1em 2em 0 240px;
			width: 480px;
			border: 0;
			border-collapse:collapse;
			}
#page table p {
			padding: 0;
			}
#page table td {
			border: 1px #6b623e solid;
			text-align: center;
			padding: 0.5em;
			}
