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

body{
		background: #10901f url(images/body_bg_x.jpg) top left repeat-x;
		margin: 0px auto;
		text-align: center;
		font: 12px Arial, Helvetica, sans-serif;
	}
	
	.wrapper{
		margin: 0px auto;
		text-align: left;
		width: 797px;
		background-color: #FFFFFF;
		border: 1px solid black;	
	}
	
		.header{
			width: 797px;
			height: 142px;
			position: relative;
		}
		
		.logo{			
			position: absolute;
			top: 21px;
			left: 110px;
			height: 56px;
		}
			.logo a{
				font: 48px Palatino Linotype;
				letter-spacing:-0.04em;
				font-style: italic;	
				font-weight: bold;	
				color: #000000;
				text-decoration: none;	
			}
		
		.trademark{
			font-size:12px;
			color:#666666;
		}
			.headerLeft{
				width: 302px;
				height: 142px;
				background: #FFFFFF url(images/header_left_bg.jpg) no-repeat;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.headerRight{
				width: 495px;
				height: 142px;
				background-image:url(images/header_right_bg.jpg);
				position: absolute;
				right: 0;
				top: 0;
			}
			
				.topMenu{
					position: absolute;
					top: 10px;
					right: 10px;
				}
				
					.topMenu a{
						color:#333333;
						text-decoration: none;
					}
					
					.topMenu a:hover{
						text-decoration: underline;
					}
			
				.bottomMenu{
					position: absolute;
					top: 119px;
					left: 25px;
					width: 475px;
					clear: both;
				}
				
					.bottomMenu a{
						color:#333333;
						font-weight: bold;
						text-decoration: none;
					}
					
						.bottomMenu a:hover{
							text-decoration: underline;
						}
						
		.content {
			padding:10px;
			width:500px;}
			
		.content p{		
			line-height:1.4em;
		}
		
		.content h1{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#669933;
			font-size:17px;
		}
			.content h2{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#3399cc;
			font-size:13px;
		}
		
		.content table .tablet{
			font-family:Century Gothic, Helvetica, Sans-seif;
			font-size:24px;
			font-weight:bold;
			color:#333333;
			line-height:1em;
		}
		
		.content table .price{
			font-family:Arial Black, Helvetica, Sans-serif;
			font-size:32px;
			color:#CC0000;

		}
	
		.rightside {
		float:right;
		width:250px;
		#width: 230px;
		line-height:1.4em;
		padding:10px;
		border-left:dotted 1px #666666;
		}
		
		.rightside h1{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#3399cc;
			font-size:13px;
		}
		 .rightside .readmore a{
			 text-transform:uppercase;
			 font-weight:bold;
			 color:#ff6633;
			 border-bottom:dotted 1px #ff6633;
			 text-decoration:none;
			 float:right;
		}
		
		.bottom {clear: both;}
		
		.bottom a:link,a:visited{
			color:#333333;
			text-decoration:none;

		}

		.bottom a:hover{
			color:#333333;
			text-decoration:underline;
		}
