@charset "UTF-8";
/* CSS Document */

/*for Flash to prevent border around it*/
object { outline: none; }
/*:focus {-moz-outline-style: none;}*/
/*To convert to SWFObject methodology later??*/


body {
	background-image:url(images/damask_texture_00.gif);
	text-align:center;
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px 0px 0px 0px;
	height:100%; /*Mainly for IE6*/
	/*font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;*/
	font-family: 'Helvetica Neue', Tahoma, Arial, sans-serif;
}

#header{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:10;
	background-color: #111111;
	background-image:url(images/element_01_background.gif);
	background-repeat:repeat-x;

}

#footer{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:90px;
	z-index:10;
	background-color: #111111;
	background-image:url(images/element_01_background.gif);
	background-repeat:repeat-x;
}

#footerText{
	position:absolute;
	margin-left:50px;
	margin-top:25px;
	width:860px;
	color:#777;
	font-size:9px;	
}

#bigBox {
width:970px;
background-image:url(images/element_10_bigbox.png);
background-repeat:repeat-y;
}

#container {
	position:relative;
	/*left:50%;
	margin-left:-475px;*/
	top:0;
	width:955px;
	height:100%;
	z-index:5;
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image:url(images/element_00_background.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#subscribe {
	left:0;
	position:absolute;
	padding:5px 5px 5px 15px;
	margin-left:22px;
	margin-top:142px;
	width:237px;
	height:100px;
	/*border:1px dotted #999;*/
	font-size:11px;	
	line-height:30px;
}

#leftBar {
	left:0;
	position:absolute;
	width:280px;
	margin-top:305px;
	margin-left:20px;
	}


#normal {
	position:relative;
	margin-left:313px;
	height:250px;
	background-color:#FFFFFF;
}

#grey {
	margin-left:308px;
	height:800px;
	/*width:642px;*/
	background-color:#FFFFFF;		
}

#greyText {
	margin-top:35px;
	margin-left:355px;
	margin-right:110px;
	height:800px;
	/*width:642px;*/
	background-color:#FFFFFF;
	font-size:12px;
	color:#333;
	line-height:1.5em;
}

.medium {
	width:125px;
}

.textHeader1 {
	font-size:18px;
	font-weight:bold;
	line-height:35px;
}

.textHeader2 {
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#444;
}



#logoSmack {
	position:absolute;
	left:-3px;
	top:100px;
	z-index:20;
}


#logoAuthorized {
	position:absolute;
	left:30px;
	top:32px;
	z-index:20;
}

#flashMenu {
	position:absolute;
	top: 30px;
	left:271px;
	z-index:30;
}