@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:#cbc9c9;
}
#page {
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:28px;
	height:674px;
}
/* = END BODY AND PAGE	
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	height:300px;
	margin-left:-2px;
	position:relative;
	z-index:99;
}
/* END HEADER
---------------------------------------------------------
*/

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

.wrapper {
	position:relative;
	margin:0 32px;
//margin:0 33px;
	margin-right:36px;
//margin-right:35px;
	border:1px solid #7e7f7f;
	border-top:none;
	background:#fff url(../i/content_bg.png) no-repeat left bottom;
}
#content {
	position:relative;
	height:276px;
	margin-bottom:20px;
	padding:0 56px;
	margin-right:314px;
	overflow:auto;
	padding-right:20px;
}
#content1 {
	position:relative;
	height:240px;
	margin-bottom:20px;
	padding:0 56px;
	margin-right:314px;
	overflow:auto;
	padding-right:20px;
}
#content2 {
	position:relative;
	height:340px;
	width:600px;
	margin-bottom:20px;
	padding:0 56px;
	margin-right:314px;
	overflow:auto;
	padding-right:20px;
}
#contentthermo {
	position:relative;
	height:440px;
	margin-bottom:20px;
	padding:0 56px;
	margin-right:314px;
	overflow:auto;
	padding-right:20px;
}
#right {
	position:absolute;
	right:8px;
	top:4px;
	width:284px;
	height:346px;
	padding:0 10px;
	background:#deefff;
}




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

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



.footer {
	position:relative;
	height:33px;
	text-align:center;
	line-height:33px;
	font-weight:bold;
}
/* END FOOTER
---------------------------------------------------------
*/


/* = TYPOGRAPHY: 

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

	

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

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


	

	
body {
	font:10px tahoma, verdana, helvetica, arial, sans-serif;
	color: #7e7f7f;
}
html>body {
	font-size: 10px;
}
* html div {
	height:1%;
}
/* = LINKS
---------------------------------------------------------
*/



a, a:active, a:visited {
	text-decoration:none;
	color:#7e7f7f;
}
a:hover {
	text-decoration:underline;
}
#content a {
	color:#ff8343;
	font-weight:bold;
	text-decoration:underline;
}
/* END LINKS
---------------------------------------------------------
*/
	
/* = HEADINGS
---------------------------------------------------------
*/

.wrapper h2 {
	height:36px;
	padding-top:38px;
	padding-left:55px;
	margin-bottom:23px;
	height:25px;
}
#right h3 { padding-top:35px;}
/* END HEADINGS
---------------------------------------------------------
*/

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


p {
	font: 12px/14px Tahoma, Helvetica, sans-serif;
	margin-bottom:10px;
	color:#7e7f7f;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#content strong {
	color:#fc9a1c;
}
#right p {
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
}
/* END TEXT
---------------------------------------------------------
*/
	
/* = LISTS
---------------------------------------------------------
*/

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

ul.gallery { margin-top:30px;}
ul.gallery li { float:left; margin-right:10px;}
/* END LISTS
---------------------------------------------------------
*/


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


form ul {
	margin:0;
	padding:0;
}
form ul li {
	margin:0;
	padding:0;
	margin-bottom:6px;
}
form fieldset {
	border:none;
	width:370px;
	margin:0;
	padding:0;
}
form label {
	float:left;
	width:90px;
	line-height:14px;
}
form input, textarea {
	width:260px;
	height:16px;
	border:1px solid #9f9f9f;
	font-size:14px;
}
form textarea {
	height:100px;
}
form .button {
	width:79px;
	height:20px;
	float:right;
	border:none;
	background:#ff8342;
	margin:0 5px;
	color:#fff;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
#error {
	clear:both;
	position:relative;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}


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

