/** © Tom Hancocks, tunebarapp.com, 2006-2009 **/
html {
	font: 12px 'Lucida Grande', Helvetica, Sans-Serif;
	color: black;
}
html body {
	background: #738199;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

/** Containers **/
html body div.PageContainer {
	position: relative;
	width: 967px;
	margin: 0px auto;
}

/** Title **/
html body div.PageContainer div#Title {
	position: absolute;
	top: 20px;
	height: 50px;
	width: 967px;
	
	font-size: 62px;
	line-height: 62px;
	color: white;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	text-align: center;
	font-weight: bold;
	font-family: 'Myriad Pro', Helvetica, Sans-Serif;
}

/** Advert Blocks **/
html body div.PageContainer div.Block {
	position: absolute;
	top: 120px;
	height: 100px;
	width: 309px;
	
	background: white;
	
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	cursor: pointer;
}
html body div.PageContainer div#Block1 {
	left: 0px;
} 
html body div.PageContainer div#Block2 {
	left: 329px;
}
html body div.PageContainer div#Block3 {
	left: 658px;
}

/** Content Layout / Layers **/
html body div.PageContainer div.ContentLayer {
	position: absolute;
	top: 240px;
	right: 0px;
	left: 0px;
	
	min-height: 470px;
	
	background: white;
	
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	padding: 20px;
	padding-bottom: 40px;
}
html body div.PageContainer div.ContentLayer div.Footer {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 25px;
	bottom: 0px;
	
	background: #EEE;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border--bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border--bottom-left-radius: 10px;
	
	z-index: 100;
}

/** Homepage **/
html body div.PageContainer div.ContentLayer div.RolloverOption {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	color: #999;
	padding: 8px;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
html body div.PageContainer div.ContentLayer div.RolloverOption:hover {
	color: #FFF;
	background: rgba(0,0,0,0.8);
}
html body div.PageContainer div.ContentLayer div#Buy {
	position: absolute;
	top: 62px;
	right: 12px;
	height: 20px;
	font-size: 18px;
}
html body div.PageContainer div.ContentLayer div#Download {
	position: absolute;
	top: 62px;
	left: 12px;
	height: 20px;
	font-size: 18px;
}

/** Columns **/
html body div.PageContainer div.ContentLayer div.Column1 {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 350px;
}
html body div.PageContainer div.ContentLayer div.Column2 {
	position: absolute;
	top: 110px;
	left: 390px;
	width: 350px;
}
html body div.PageContainer div.ContentLayer div.Column3 {
	position: absolute;
	top: 110px;
	left: 760px;
	width: 190px;
}
big {
	color: #1B5299;
	margin-bottom: 8px;
	display: block;
}

/** Navigation **/
html body div.PageContainer div#Navigation {
	position: absolute;
	top: 87px;
	right: 0px;
	left: 0px;
	font-size: 15px;
	text-align: center;
}
html body div.PageContainer div#Navigation a {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	color: rgba(255, 255, 255, 0.5);
	padding: 8px;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
html body div.PageContainer div#Navigation a:hover {
	color: #FFF;
	background: rgba(255, 255, 255, 0.2);
}

/** Invoice **/
table.Information {
	width: 100%;
	margin: 10px 0px;
	background: rgba(0, 0, 0, 0.09);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
}
table.Information tr td:first-child {
	font-weight: bold;
	color: #3A5060;
}
table.Information tr:hover {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/** Forms **/
form {
	padding: 10px 5px;
	margin: 10px 0px;
}
form label {
	float: left;
	width: 100px;
	padding: 5px 0px;
}
form input[type="text"], form input[type="password"] {
	border: 1px solid #BBB;
	padding: 5px;
	width: 550px;
	-webkit-border-radius: 5px;
}

/** Anchors **/
a[button="1"] {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	color: rgba(0, 0, 0, 0.4);
	padding: 8px;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
a:hover[button="1"] {
	color: white;
	background: rgba(0, 0, 0, 0.7);
}
a[button="2"] {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	color: rgba(0, 90, 212, 1.0);
	padding: 8px;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
a:hover[button="2"] {
	color: white;
	background: rgba(0, 0, 0, 0.7);
}

ul li small, ol li small {
	margin: 5px;
	display: block;
	opacity: 0.6;
}

