@charset "utf-8";
/* CSS Document */

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
	padding: 0;  
	margin: 0; 
}

#header {
	background: url(img/bg_header.gif) repeat-x;
	height: 86px;
}

#container {
width: 1000px;
margin: 0 auto;
position: relative;
}

#header .pic{
	position: absolute;
	width: 248px;
	height: 270px;
	top: 15px;
	left: 135px;
}

#rightside{
	margin-left: 40%;
	position: relative;
}

#header a.button_am{
	background: url(img/button_am.gif) no-repeat;
	width: 152px; 
}

#header a.button_am:hover{
	background: url(img/button_am_v.gif) no-repeat;
	width: 152px; 
}

#header a.button_buy_am{
	background: url(img/button_buy_am.gif) no-repeat;
	width: 152px; 
}

#header a.button_buy_am:hover{
	background: url(img/button_buy_am_v.gif) no-repeat;
	width: 152px; 
}

#header a.button_am_tab{
	background: url(img/button_am_tab.gif) no-repeat;
	width: 183px; 
}

#header a.button_am_tab:hover{
	background: url(img/button_am_tab_v.gif) no-repeat;
	width: 180px; 
}

#header a{
	float: left;
	padding-left: 0.8%;
	text-decoration: none; 
	text-indent: -2000px;
	margin-top: 21px;
	height: 44px; 
}

#header a:hover{
	text-decoration: none; 
	text-indent: -2000px;
	margin-top: 22px;
	height: 41px; 
}

#caption{
	margin-left: 45%;
	margin-top: 5%;
}

#caption p{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5;
}

#content{
	background: #e9e9e9 url(img/bg.gif)	repeat-x;
	padding: 5px 0 10px 0;
	overflow: hidden;
	clear: both;
}

#content .pic_content{
clear: both;
	padding: 0px 0 0 25px;
}

#content p{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5;
	padding: 25px 50px 0 25px;
}

#footer{
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 3%;
}

#footer a{
	color: #1bbbab;
}



