/* GENERAL */

* { margin:0; padding:0; }
body {
	font:normal 11px "Lucida Grande", Geneva, Arial, sans-serif; line-height:16px;
	background:#ccb; color:#222; }
#maincontainer { margin:auto; width:657px; }
#main { position:absolute; top:0px; width:657px; background:white; }
p { padding-left:30px; padding-right:36px; padding-bottom:8px; }
table { border-collapse:collapse; }
img { border:none; }

/* HEADER */

#header { position:absolute; width:657px; height:158px;
	background:url(images/header.jpg) no-repeat; }

/* CONTENT */

#content {
	margin-top:164px; padding-bottom:10px;
	background-color:white; }
#content a { color:#555; text-decoration:none; border-bottom:1px solid #bb9; }
#content a:hover, #content a:active { color:black; text-decoration:none; border-bottom:1px solid #997; }
#content a.im { border:none; }
#content a:hover.im { border:none; }
#content a:visited.im { border:none; }
#content ul { padding-left:45px; padding-right:45px; padding-bottom:2px; }
#content ul li { list-style-type:square; margin-bottom:6px;}
#content ul.close { margin-bottom:6px;}
#content ul.close li { margin-bottom:0px;}

/* HEADS */

h1, h2 { color:#665; font-size:18px; font-weight:normal; padding-left:30px; padding-left:30px; padding-top:50px; padding-bottom:18px; }
h2 { color:#000; font-size:16px; padding-top:20px; padding-bottom:10px; }
table.home h1 { font-size:12px; font-weight:normal; padding:0px; padding-top:14px; padding-bottom:6px; color:#665;}

/* HOME */

#content p.intro a, #content p.intro a:visited { color:#222; }
p.intro {
	font-size:12px; line-height:18px;
	padding-top:40px; padding-bottom:12px; 
	font-weight:bold; }
	
table.home { padding-top:0px; margin-left:30px; margin-right:14px; font-size:10px; line-height:15px; }
table.home p { padding:0px; padding-bottom:6px; padding-right:22px; }
table.home td { vertical-align:top; padding-bottom:14px; width:50%; }

/* SAMPLE */

#samplecontainer {
	top:200px; height:764px; margin-left:30px; margin-right:30px; margin-bottom:20px;
	overflow: auto;
	text-align:center;
	border:1px solid #ccb; }
#samplecontainer img { margin-top:10px; }
#samplemenu { margin:6px 30px; }
#samplemenu table { width:595px; }
#samplemenu a, #samplemenu a:visited, #samplemenu a:hover, #samplemenu a:active { border:none; }

/* ORDER FORM */

form.order h2 { padding-left:30px; font-size:14px; padding-bottom:10px; }
form.order table {
	margin-left:30px; width:597px; padding:0px; padding-bottom:10px;
	background:#aa9; color:black;
	margin-bottom:16px;
	border:1px solid black;}
form.order table td { padding-left:12px;}
form.order table tr.shipping td { vertical-align:top; padding-right:12px; }
form.order table tr.shipping td.result { padding-right:8px; }
form.order table td.result { background:#ccb; width:74px; text-align:right; padding:8px; }
form.order p { padding:0px; }

/* REVIEWS */

table.review { margin-left:40px; margin-right:40px; margin-top:10px; margin-bottom:10px; }
table.review p { padding-left:30px; padding-right:30px; }
table.review td { vertical-align:top;
	/*border:1px solid #ccb;*/
	}

div.review { margin:15px 70px; padding-top:20px; border-top:1px solid #ccb; }
div.review p { padding-left:0px; padding-right:0px; }

/* NAVIGATION */

#menu {
	position:absolute;
	top:159px; left:1px; width:655px; height:20px;
	background:url(images/menu.gif) repeat-x; }
#menu ul {
	position:absolute;
	top:0px; left:1px;
	font-size:10px; line-height:12px;
	list-style:none; }
#menu ul li {
	text-align:center;
	position:relative;
	width:auto;
	float:left;
	border-right:1px solid #ddd; }
#menu ul li.first { border-left:none; }
#menu ul li a, #menu ul li .folder {
	display:block;
	text-decoration:none;
	color:#333; background:transparent;
	height:12px;
	padding:4px 10px; }
#menu ul li a:hover {
	color:#fff;
	background:url(images/menu_over.gif) repeat-x; }
