﻿div {
    margin: 0px;
    padding: 0px;
}

p {
    color: #444;
}



body {
    background-image: url('/Theme/SiteSorcerer/topbg.jpg');
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 25px;
    font-family: Calibri,Verdana;
    font-size: 0.9em;
}

#page {
    margin: auto;
    width: 1000px;
    text-align: left;
}

#headerarea {
    margin-top: 10px;
    background-color: #2a5684;
    min-height: 60px;
    text-align: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 10px;
    color: #fff;
}

#headerarea a {
    color: #fff;
}

#navarea {
    background-color: #efefef;
    min-height: 50px;
    border-bottom : 1px solid #555;
    background-image: url('/Theme/AlternativeKeywords/bg.jpg');
    background-repeat: repeat-x;    
}

span.projectprice {
    color: #e89300;
    font-size: 35px;
    top: 15px;
    vertical-align:top;
}

#content {
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 10px;
    min-height: 1000px;
}

#content h2 
{
	font-size: 1em;
}

#content h2 a
{
	font-size: 1em;
}

#leftarea {
    float: left;
    width: 200px;
    border-right: 1px solid #eee;
    min-height: 880px;
    padding-right: 10px;
}

#rightarea {
    float: right;
    width: 200px;
    border-left: 1px solid #eee;
    min-height: 880px;
    padding-left: 10px;    
}


.menu {
    background-color: #d3e1e9;
    padding-bottom: 10px;
    font-size: 0.9em;
}

.menu ul 
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.menu li 
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.menu a 
{
	text-decoration: underline;
	color: #191970;
	font-weight: bold;
}

.menu h2 
{
	padding: 5px;
    color: #b14e61;
    background-color: #e3ecf1;
}

.menu h2 a 
{
	color: #b14e61;
}

#maincontent {
    margin-top: 10px;
    margin-left: 210px;
    width: 535px;
    padding-left: 10px;
    padding-right: 10px;
}

#maincontent h1 {
    font-size: 1.3em;
    background-color: #fff;
    color: #000;
}
#maincontent p {
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
}
#maincontent li {
	font-size: 0.9em;
}
#maincontent h2 {
    font-size: 1em;
    color: #444;
}

#articlesmenu li 
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	background-image: url('/Icons/document-blue.png');
	padding-left: 25px;
}

#softwaremenu li 
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	background-image: url('/Icons/screen.png');
	padding-left: 25px;
}

#blogmenu li 
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	background-image: url('/Icons/signal.png');
	padding-left: 25px;
}

#linksmenu li 
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	background-image: url('/Icons/house.png');
	padding-left: 25px;
}