@charset "utf-8";
/* = TOOLS

	1. = RESET
	2. = CLEARING
   

---------------------------------------------------------
*/

/* = RESET
---------------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, strong, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET
---------------------------------------------------------
*/



/* = CLEARING
---------------------------------------------------------
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* END CLEARING
---------------------------------------------------------
*/



/*Layout
1.Page and body
2. Header
3.Content
4. Footer


*/






/* = BODY & PAGE
---------------------------------------------------------
*/
body {
	
	background: url(../i/bg.gif) repeat-x left 98px;
}
#page {
	position:relative;
	width:766px;
	height:600px;
	margin:0 auto;
	background:none;
	background:url(../i/foot_bg.gif) repeat-x left 471px;
	
	
	

	
}
/* = END BODY AND PAGE	
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/


h1.logo a, h1.logo a:visited, h1.logo a:active  {
	position:absolute;
	width:300px;
	z-index:98;
	text-indent:-999px;
	height:33px;


	text-decoration:none;
	
	
	left:80px;
	top:98px;
	
}


.menu {
	position:absolute;
	left:110px;
	top:151px;
	width:243px;
	height:43px;
}

.store {
	position:absolute;
	left:355px;
	top:151px;
	width:65px;
	height:30px;	
}

/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/






#left {
	position:relative;
	width:330px;
	float:left;
	background: url(../i/left_bg.jpg);
	height:600px;
	
	
	
	
}
#right {
	position:relative;
	float:right;
	width:420px;
	

	height:372px;
	
	padding-top:200px;
	background:url(../i/top.gif) no-repeat right 98px;
	

}
.scroll { overflow:auto; height:340px;}

/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/

#footer { position:relative; clear:both; padding-top:5px; background:url(../i/stroke.gif) no-repeat right top;}
.copyright { text-align:right; color:#7a7777; font-size:10px;  font-family:Arial, Helvetica, sans-serif; }
#footer a { color:#7a7777; font-size:10px;  font-family:Arial, Helvetica, sans-serif; text-decoration:none;}

#footer a:hover { text-decoration:underline;}



/* END FOOTER
---------------------------------------------------------
*/


/* = TYPOGRAPHY: 

	1. = BODY
    2. = LINKS
    3. = HEADINGS
    4. = TEXT
    5. = LISTS
    6. = TABLES
    7. = HORIZONTAL RULES

	

---------------------------------------------------------
*/

/* = BODY
---------------------------------------------------------
*/


	

	
body {
	font:11px/14px Tahoma, Helvetica, sans-serif;
	color:#000;
}

*html div {
	height:1%;
}
/* = LINKS
---------------------------------------------------------
*/



a, a:active, a:visited {
font:11px/14px Tahoma, Helvetica, sans-serif;
	color:#000; text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

/* END LINKS
---------------------------------------------------------
*/
	
/* = HEADINGS
---------------------------------------------------------
*/

h2 {  font:18px/22px Tahoma, Helvetica, sans-serif; 

background:url(../i/heading.gif) no-repeat right top;
height:21px;
color:#306909;
text-align: right;
padding-right:55px;
padding-top:22px;

margin-bottom:10px;
	
}


/* END HEADINGS
---------------------------------------------------------
*/

/* = TEXT
---------------------------------------------------------
*/



p, ul {
font:11px/14px Tahoma, Helvetica, sans-serif;
color:#000;
margin-bottom:10px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* END TEXT
---------------------------------------------------------
*/
	
/* = LISTS
---------------------------------------------------------
*/

ul {
	margin-bottom:10px;
	line-height:12px;
}
ul li {
	margin: 0;
	padding: 0;
}


/* END LISTS
---------------------------------------------------------
*/


/* FORM
---------------------------------------------------------
*/



form {}
fieldset { border:none; margin:0; padding:0;}
.forma { margin:0; padding:0; list-style:none;}
.forma li { margin-bottom:5px;}
.forma label { float:left; width:100px;  font:bold 11px/12px Tahoma, Helvetica, sans-serif;
color:#4b4e50;
	text-decoration:none;
	}
.forma input { width:210px; border:1px solid #000; margin:0; padding:0;  font:11px/14px Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	color:#545454; }
.forma textarea { width:345px; border:1px solid #000; margin:0; padding:0; height:108px;  font:11px/14px Tahoma, Helvetica, sans-serif;}
.forma .textarea label { display:block; float:none; margin-bottom:3px;}
.forma .button { padding-right:14px; overflow:hidden; zoom:1; text-align:center; }
.forma .button input { width:70px; height:22px; cursor:pointer; text-align:center; color:#fff; background:#000;  padding-bottom:2px; margin-right:10px;}

.clear { background:url(../i/clear.gif) no-repeat left top;}
.send { background:url(../i/send.gif) no-repeat left top;}
#error {}

