* {
	margin: 0;
	padding: 0;
	font: normal 16px Arial;
	list-style: none;
	outline: none;
}


html, body{
	background: #fff url('/themes/dsp_09/img/background.jpg') repeat-x;
	height: 100%;
	min-height: 100%; 
}

p {
	font-weight: normal;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover
	{
	color: #245288;
	text-decoration: none;
}

hr {
}

h3 {
	font-size: 20px;
	color: #2c068f;
	text-shadow: #444 2px 2px 3px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	font-variant: small-caps;
}

#features li {
margin-left: 50px;
list-style-image: url('/themes/dsp_09/img/CheckMark.png');
}

#mainContainer {
margin: 0 auto;
width: 1255px;
height: 100%;
}

#header {
	width: 1255px;
	height: 300px;
	background: transparent url('/themes/dsp_09/img/header.jpg');
}


#primaryContent {
float: left;
width: 1229px;
padding: 0px;
margin-left: 12px;
background: #f1f1f1 url('/themes/dsp_09/img/page_content.jpg') repeat-y;
border: 1px solid #444;
padding-bottom: 140px;
}

/* PAGE CONTENT */
.pageContent {
	float: left;
	padding: 10px;
	width: 969px;
	margin: 0px 0px;
        color: #111;
	background: transparent;
	border-right: 5px solid #cfcfcf;
}

.pageContent p {
	margin: 0px;
	padding: 10px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #111;
	background: #fff;
	border: 5px solid #cfcfcf;
}

.pagebox {
	float: left;
	padding: 0px;
	width: 840px;
	min-height: 80%;
	margin: 0px 0px;
        color: #111;
	background: transparent;
}

#sidebar
{
	float: right;
	width: 225px;
	min-height: 100%;
	background: #2c068f;
	padding: 5px;
}

#sidebar h3
{
	padding: 5px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 18px;
	color: #2c068f;
	height: 25px;
	text-shadow: #fff 2px 2px 1px;
	background: transparent url('/themes/dsp_09/img/sidebar_header.jpg');
}

#sidebar a
{
color: #eee;
}

#sidebar a:hover
{
color: #ccc;
}

#sidebar p
{
color: #eee;
}

#footer {
	clear:both;
	bottom:0;
	left:0;
	margin:0 auto;
	position:fixed;
	width:100%;
	z-index:999;
	clear:both;
       	display: block;
	line-height: 2em;
	text-align: center;
	color: #fff;
	height: 100px;
	border-top: 1px solid #bcccc1;
	background: #111;
	-webkit-box-shadow: -2px -2px 10px #111;
	-moz-box-shadow: -2px -2px 10px #111;
}

.constr {
	padding: 20px;
	width: 90%;
	background: #2c068f;
	color: #eee;
	font-size: 14px;
}

input
{
padding: 5px;
}

/* Alignment classes */
.float-left
{
float: left;
}

.float-right
{
float: right;
}

.align-left
{
text-align: left;
}

.align-right
{
text-align: right;
}

.align-center
{
text-align: center;
}

.align-justify 
{
text-align: justify;
}

fieldset {
border: 1px solid #2c068f;
width: 70%;
background: #eee;
padding: 20px;
}
fieldset legend {
background: #2c068f;
color: #eee;
padding: 6px;
font-weight: bold;
}

label {
display: block;
width: 200px;
}

.footerlinks a
{
display: inline;
color: #eee;
}

.footerlinks a:hover
{
display: inline;
color: #fff;
}

.software_info {
display: inline-block;
float: left;
width: 790px;
background: #111;
border: 2px dotted #444;
margin: 5px;
padding: 5px;
}

.software_name {
display: inline-block;
width: 798px;
background: #2c068f;
font-size: 20px;
color: #fff;
padding: 5px;
text-shadow: #000 2px 2px 1px;
font-variant: small-caps;
border: 1px soild #333;
}

.software_name a {
color: #fff;
}

.software{
background: #eee;
border: 2px dotted #444;
padding: 5px;
}

.software_desc
{
float: right;
width: 500px;
}

.software_desc p
{
border: 0px;
background: #fefefe;
margin-right: 25px;
}

.software_link{
padding: 5px;
font-size: 10px;
font-variant: small-caps;
}

.software_price
{
display: inline;
float: right;
padding: 5px;
color: #ff0000;
font-size: 20px;
font-variant: small-caps;
text-shadow: #000 2px 2px 1px;
border: 0px;
}

.software_view
{
float: right;
margin-top: 5px;
}

button {float: right; 
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}


button.rounded {
background: transparent url('/themes/dsp_09/img/btn_right.png') no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}


button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}


button.rounded span {
background: transparent url('/themes/dsp_09/img/btn_left.png') no-repeat scroll left top;
color: #FFFFFF;
}


button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}


button::-moz-focus-inner {
border: none;
}

