/*----------------------------------------------------------------------------- 

Planet Play Media Group Default Stylesheet 

version:   1.0 
date:      20/04/2010 
author:    Mikko Vapaavuori 
email:     mikko.vapaavuori@gmail.com

website:   www.planetplaymedia.com
-----------------------------------------------------------------------------*/

/* Remove padding and margin */ 
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 

}

html {

z-index: 0; 
/*height: 100% !important;*/
overflow: auto;

}

body { 
    font: 11px "Trebuchet MS", Arial, Helvetica; 
    color: #b0b0b0;
	background: #000000 url(../images/page_wrapper_bg.jpg) center top no-repeat;
	text-align: center;
}

img.logo {
	width: 235px;
	height: 75px;
}

h2 {
	font: 21px "Trebuchet MS", Arial, Helvetica; 
    color: #ffffff;
	font-weight: normal;
}

p {
	font: 13px "Trebuchet MS", Arial, Helvetica; 
    color: #b0b0b0;
	font-weight: normal;
}
input.contactText {
	font: 13px "Trebuchet MS", Arial, Helvetica; 
    color: #333333;
	font-weight: normal;
	background: #eeeeee;
	width: 250px;
}
textarea.contactTextarea {
	font: 13px "Trebuchet MS", Arial, Helvetica; 
    color: #333333;
	font-weight: normal;
	background: #eeeeee;
	width: 250px;
}
input.contactButton {
	font: 13px "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal;
	background: #222222;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
}
/* Wrapper 
-----------------------------------------------------------------------------*/
.pageWrapper {
	position: relative;
	width: 1024px;
	/*height: 840px;*/
	/*background: #000000 url(../images/page_wrapper_bg.jpg) center top no-repeat;*/
	margin: 0 auto;
	text-align: left;
}
/* Header 
-----------------------------------------------------------------------------*/
.pageLogo {
	position: absolute;
	width: 300px;
	height: 100px;
	left: 65px;
	top: 35px;
	text-align: left;
}
/* Menu
-----------------------------------------------------------------------------*/
.pageMenu {
	float: right;
	position: relative;
	width: 680px;
	height: 40px;
	text-align: right;
	margin-top: 65px;
	margin-right: 10px;
}

.pageMenu ul {
	list-style: none;
    padding: 0;
    margin: 0;
    width: 600px;
	font: 17px  "Trebuchet MS", Arial, Helvetica; 
	color: #b0b0b0;
	margin-left: 10px;
	font-weight: normal;
}
.pageMenuLink{
   float: right;
   padding-left: 10px;
   padding-right: 10px;
   text-align: center;
   font: 17px "Trebuchet MS", Arial, Helvetica;
   font-weight: normal;
   color: #b0b0b0;
   cursor: pointer;
}
.pageMenuLink:hover {
	color: #ffffff;
}
.pageMenuLine {
	float: right;
	width: 10px;
	padding: 0px;
	font: 18px "Trebuchet MS", Arial, Helvetica; 
	color: #b0b0b0;
	font-weight: bold;
    text-align: center;
}
.pageMenuSelected {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;   
	line-height: 25px;
	text-align: center;
	font: 17px "Trebuchet MS", Arial, Helvetica; 
	color: #ffffff;
	font-weight: normal;
	cursor: default;
}
/* Page Content Wrapper
-----------------------------------------------------------------------------*/
.pageContentWrapper {
	position: relative;
	width: 393px;
	margin-left: 232px;
	margin-top: 115px;
}
/* Page Content Header
-----------------------------------------------------------------------------*/
.pageContentHeader {
	position: relative;
	width: 393px;
	height: 40px;
	background: transparent url(../images/content_header_bg.png) left top no-repeat;
}
.pageContentHeaderIE6 {
	position: relative;
	width: 393px;
	height: 40px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enable='true', src='./images/content_header_bg.png',sizingMethod='crop');
}
/* Page Content
-----------------------------------------------------------------------------*/
.pageContent {
	position: relative;
	width: 373px;
	background: transparent url(../images/content_bg.png) left top repeat-y;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font: 15px "Trebuchet MS", Arial, Helvetica; 
	color: #909090;
	font-weight: normal;
}
.pageContentIE6 {
	position: relative;
	width: 373px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font: 15px "Trebuchet MS", Arial, Helvetica; 
	color: #909090;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enable='true', src='./images/content_bg.png',sizingMethod='scale');
}
/* Page Content Footer
-----------------------------------------------------------------------------*/
.pageContentFooter {
	position: relative;
	width: 393px;
	height: 40px;
	background: transparent url(../images/content_footer_bg.png) left top no-repeat;
}
.pageContentFooterIE6 {
	position: relative;
	width: 393px;
	height: 40px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enable='true', src='./images/content_footer_bg.png',sizingMethod='crop');
}
/* Content
-----------------------------------------------------------------------------*/
.content {
	position: relative;
}
/* Page Footer
-----------------------------------------------------------------------------*/
.pageFooter {
	position: relative;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font: 13px "Trebuchet MS", Arial, Helvetica; 
    color: #ffffff;
	font-weight: normal;
	margin-top: 30px;
	
}
/* Content
-----------------------------------------------------------------------------*/
.loading {
	position: relative;
	text-align: center;
}

