﻿/* Heavy Clouds - Version 1 - October 2009. */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset 
{
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
}

a 
{
    outline:none;
	color: #000;
}

#wrapper 
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    padding-top:35px;
}

#main_image 
{
    width:566px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:15px;
}
#navigation 
{
    text-align:center;
}
#download_form 
{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    text-align:center;
}
#download_form p
{
    font-size:14px;
    line-height:20px;
}
.download_table 
{
    margin-top:35px;
    width:225px;
    margin-left:auto;
    margin-right:auto;
}
.input 
{
    width:225px;
    margin-bottom:10px;
}

.validate {
	font-weight: bold;
	color: #f00;
}
#share_info 
{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    text-align:center;
}
#share_info p
{
    font-size:14px;
    line-height:20px;
	width: 70%;
	margin: 0 auto;
}
#navigation a {
	margin-bottom: 5px;
}

#own {
	display: block;
	width: 248px;
	height: 68px;
	background: url("images/own_comp.jpg") top left no-repeat;
	text-indent: -10000em;
	margin: 0 auto;
}

#navigation a#own:hover {
	background-position: 0 -68px;
}

#share {
	display: block;
	width: 172px;
	height: 13px;
	background: url("images/taf_comp.jpg") top left no-repeat;
	text-indent: -10000em;
	margin: 0 auto;
}

#navigation a#share:hover {
	background-position: 0 -13px;
}

#shanebeales {
	display: block;
	width: 225px;
	height: 14px;
	background: url("images/sb_comp.jpg") top left no-repeat;
	text-indent: -10000em;
	margin: 0 auto;
}

#navigation a#shanebeales:hover {
	background-position: 0 -14px;
}

