/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
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: #3e3e3e url(images/bodybackground.gif) repeat-y center top;
	font: normal 1.0em Tahoma,Verdana,sans-serif;
	
}
div a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}



img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}

h1 {
	color: #FFF;
	font: normal 2em sans-serif;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
}

li
{
	list-style-type:none;
	margin-top: 10px;
	font-size:0.8em;
	border-bottom: #000000;

}

table.reviews
{
	font-size:0.9em;
	font-style:italic;
}

/* structure */
.main {
	width: 759px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer 
{
border-top:dashed;
border-color:#555;
margin:5px 0px; padding:0px;
	text-align:center;
color: #000;
clear: both;
font-size:small;
}

.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}

/* logo */
.header {
	background: #FFF url(images/bgheader.jpg) repeat-x;
	height: 180px;
	width: 730px;
	
	margin-left:6px;
	padding: 5px;
}


/* content */ 
.content {
	color: #444;
	font-family: Verdana, sans-serif;
	padding: 0 10px 10px;
	line-height: 20px;
}
.content a {
	text-decoration: none;
	color: #990000;
}

.content h1 {
	text-decoration: none;
	color: #000000;
	line-height: 30px;
}

.content a:hover {
	text-decoration: none;
	color: #000000;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}


.order
{	
	font-size:medium;
	font-weight:bolder;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 6px 35px;
	/** font-weight: bold; */
	font-size: 0.9em;
	line-height: 110%
}

ul.arrow li { background: url(../images/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(../images/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(../images/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(../images/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(../images/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(../images/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(../images/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(images/plus.jpg) 0 0 no-repeat; }
ul.plus-big li { background: url(../images/list_plus_big.png) 0 0 no-repeat; }

