
* {margin: 0; padding: 0;}

body
{
	background-color: #E5E5E5;
	color:#222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
	padding-top:0px;
}

img {border:none;}

a {color: #4877d5; text-decoration: none;}
a:hover {color: #2B6AE7; text-decoration:underline;}

big {font-size: 1.1em;}

h1, h2, h3 {color: #3A3939; padding: 8px 0 2px;}

h1 {font: normal 2em Helvetica,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Tahoma,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper
{
	background: #313131 url(../images/wrapper2.png) no-repeat left top;
	margin: 0 auto;
	width: 762px;
}

#container
{
	background:#FFFFFF;
	border:1px #BEBCBC solid;
	border-top: none;
	border-bottom:none;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 756px;
}

.simplydisk
{
	margin-top: 160px;
	color: #555353;
}

a.downloadButton {
	float:right;
	margin-top: 35px;
	margin-right:55px;
	width:114px;
	height:37px;
	background: url("../images/download.png") 0 0 no-repeat;
}

.buyButton {
	float:right;
	margin-right:55px;
	width:114px;
	height:37px;
	background: url("../images/buy.png") 0 0 no-repeat;
	border:none;
	/*cursor:pointer;*/
}

a.downloadButton:hover, .buyButton:hover { background-position: 0 -37px; }
a.downloadButton:active, .buyButton:active { background-position: 0 -74px; }

.feature
{
	font-weight:bold;
	color:#494949;
	
	padding-top: 25px;
	padding-bottom:5px;
}

.smalltext
{
	padding-left: 5px;
	font-size: 12px;
	width:90%;
}

/* header */
.title
{
	background: #E2DED4 url(../images/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}

.title h1
{
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header
{
	margin: 0 auto;
	margin-top: 30px;
	/*border-top: 2px solid #663;*/
	background: #E5E5E5 url(../images/Header.png) no-repeat left bottom;
	height: 10px;
	width:756px;
}

.SimplyDiskHeader
{
	width: 756px;
}

/* main */
.main#two-columns {}

/* bottom */
.bottom
{
	background: #DCDAC9 url(../images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}

.bottom .left,.bottom .right {width: 49%;}

.right h2
{
	color: #666666;
	font-size:16px;
	border-bottom: 1px #E0DDDD solid;
}

.download
{
	margin-left: 30px;
}

.infos
{
	margin-top: 15px;
}

.universal
{
	padding-top: 50px;
	width: 130px;
	margin: 0 auto;
}

/* footer */
.footer
{
	background: #E5E5E5 url(../images/Footer.png);
	background-repeat:no-repeat;
	color: #7C7B7B;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 756px;
	margin: 0 auto;
}

.footer .copyright {width: 100%; text-align:center; font-size: 12px;}

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

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

#footer_menu
{
	float:left;
	width:756px;
	background-color:#FCFCFC;
	border-top:1px solid #E0DDDD;
	border-bottom:1px solid #E0DDDD;
	margin-bottom:10px;
}

#footer_menu a
{
	display:block;
	position:relative;
	float:left;
	width:229px;
	padding:10px;
	color:#313131;
}

#footer_menu a:hover
{
	text-decoration:none;
	background-color:#F2F2F2;
}

#footer_menu img
{
	float: left;
	padding-right:5px;
}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 70%;}
.col2 .right .content {background: #FF;}
.col2 .right {width: 30%;}
.content {padding: 18px 20px; padding-right: 5px;}
.left {float: left;}
.right {float: right; margin-top: 172px;}
.right .content {padding: 31px 12px 12px;}

/* block list */
ul.block
{
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}

.block li
{
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}

.block li a,.block li em
{
	color: #553;
	display: block;
}

.block li em
{
	font-size: 0.9em;
	font-style: normal;
}

.block li a
{
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}

.block li a span {font-weight: bold;}

.block li a:hover
{
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F7F7F7;}