﻿/*#############################################################
Name: Light
Date: 2006-08-20
Description: Bright and smooth.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e8e8e8 url("../img/bg.gif") repeat-y center top;
	/*color: #555A60;*/
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 10px;
}
p,cite,code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {
	font-size: 1.4em;
	}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;

}
li {
	list-style: url("../img/li.gif");
	margin-left: 18px;
	padding-bottom: 1em;

}
li a {
	color:black;
	text-decoration:underline
}
li a:hover {
	text-decoration:none
}


code {
	background: url("../img/bgcode.gif");
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url("../img/quote.gif") no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3,h4 {
	color: #00529b; /*CBT Blue*/
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 220px;
	}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url("../img/holder.jpg") no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #008000;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url("../img/navhover.gif") repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url("../img/bgholder.jpg") repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url("../img/holder.jpg") no-repeat;
	height: 40px;
}

.holder_top a {color:black;text-decoration:none}
.holder_top a:visited {color:black;text-decoration:none}
.holder_top a:hover {text-decoration:underline}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
.bigger {
	font-size:14px
	}
}
.center{
	text-align:center
}
.green{
	color:green;
}
.bold {
	font-weight:bolder;
}
.list_menu a:link{
	text-decoration:none;
	color:green;
	}
.list_menu a:visited{
	text-decoration:none;
	color:green;
	}
.list_menu a:hover{
	color:#00529b;
	text-decoration:underline;
	}
.list_menu a:active{
	text-decoration:none;
	color:green;
	}
.list_menu ul{
	font-size: 9px;
	padding-bottom: 1.2em;
	}
.order_form th p {
	background-color:#00529b;
	color:white;
	font-size: 1.4em;
	text-align:center;
	
	}
.order_form th{
	height:10px;
	width:650px;
	align:right;
	
	}

