/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #0000FF;
}

body {
	background-color: #CCCCCC;
	color: #543;
	font-family: "Arial","Arial (Hebrew)","David (Hebrew)","Courier New (Hebrew)";
	font-size: 12px;
	text-decoration: none;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-right: 6px solid #938262;
	color: #554;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-right: 28px;
}

h1,h2,h3 {
	margin-bottom: 4px;
	font-size: 20px;
	color: #003366;
	padding-top: 6px;
}
h2,h3 {
	font-size: 16px;
	color: #333366;
}

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

/* structure */
.container {
	background: #FFFFFF; /*url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 780px;
	margin-top: 15px;

}

/* header */
.header {
	background: url(img/banner2.jpg) repeat-x;
	height: 150px;
	margin: 10px;
	width: 760px;
}

/* title */
.title {
	padding-right: 25px;
}
.title h2 {
	padding-top: 80px;
	font-family:"Times New Roman", Times, serif;
	font-size: 32px;
	color: #ffFFFF;
}

.title h3 {
	font-family:"Times New Roman", Times, serif;
	margin-top:-15px;
	font-size: 24px;
	color: #ccffff;
	font-weight:bold;
}

/* navigation */
.navigation {
/*	background:#003366;*/
	background: #000040;
	font: bold 1.2em Verdana,sans-serif;
	height: 30px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
	line-height: 30px;
}
.navigation a:hover {
	color: #cccccc;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	padding-top: 20px;
	float: right;
	width: 218px;
}
.sidenav h3 {
	background: url(img/sidenav3-h1.jpg);
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	}

.sidenav h3 a{
	color: #4A4A44;
	text-decoration: none;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
    background: #f5f5f5;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.sidenav li a:hover {
	background: #cccccc;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	margin-right: 18px;
	padding-bottom: 4px;
}
.contimg {
border:1px solid #b0b0b0;
float:right;
margin:5px 15px 6px;
padding:5px;
}

/* footer */
.footer {
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}

.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
