/*#############################################################
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 12px Arial,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

.header_title,
.header h1 {
	font: normal 30px sans-serif;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	font-weight:bold;
}
.header_title a,
.header h1 a
{
    text-decoration:none;
  	color: #000;
}
.header table td
{
    vertical-align:top;
}
.content h1
{
    font: normal 26px sans-serif;
    font-weight:bold;
}
/* structure */
.main {
	width: 759px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer {clear: both;}

.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}

/* logo */
.header {
	background-color:#BBDDFF;
	height: 70px;
	/*width: 730px;
	margin-left:6px;*/
	margin-bottom:10px;
	padding: 10px;
}


/* content */ 
.content {
	color: #444;
	font-family: Arial,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 
{
	clear: both;
	text-align:center;
	bottom:0px;
	margin:5px auto 10px;
	width:730px;
}
.footer a
{
    color:#888;
}

.bottom_page
{
    width:759px;
    position:absolute;
    margin:10px;
    bottom:0;
}

.sitemap_links
{
    margin-left:50px;
}

.hp_befire_title
{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}

.hp_title
{

}

.hp_title div span
{
    
}
.hp_title img
{
    border:none;
    float:left;
    margin:5px 0px 5px 40px;
}

.hp_title div
{
    float:right;
    text-align:center;
    margin:5px 20px 5px 0px;
    font-size:25px;
    font-weight:bold;
    color:Red;
    line-height:30px;
    width:460px;
}

.hp_content
{
    padding-top:10px;
    clear:both;
    font-size:14px;
    margin:10px auto;
    width:650px;
}

.hp_content li
{
    background:url(images/list_bullet.jpg) no-repeat left;
    padding-left:40px;
    margin:10px 0;
    list-style:none;
}

.hp_product
{
    font-size:25px;
    line-height:30px;
    font-weight:bold;
    margin: 10px auto;
    clear:both;
}

.hp_product a
{
    color:Blue;
}
.hp_product a:hover
{
    color:Blue;
    text-decoration:underline;
}


.hp_list
{
    width:400px;
    float:left;
}

.hp_list_image
{
    float:right;
    margin:10px 0 0 0;
}

.hp_last_bullet
{
    clear:both;
}

.call_to_action_bottom
{
    clear:both;
    margin:10px 0 30px 0;
    text-align:center;
}

.call_to_action_bottom a
{
    font-size:30px;
    color:Blue;
    text-decoration:underline;
}
.call_to_action_bottom a:hover
{
    text-decoration:none;
}

.undertitle
{
    clear:both;
    margin:10px auto;
    padding:5px;
    font-size:13px;
    width:650px;
    border:solid 1px black;
    background-color:#DDEEFF;
}

.undertitle span
{
    color:Red;
    font-weight:bold;
}

.undertitle a
{
    font-weight:bold;
}