@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image:url(images/barBG.jpg);
	background-repeat:repeat-x;
	background-color: #000;
}


#logo {
	
	visibility:visible;
	

	width:179px;
	height:105px;
	z-index:1;
	text-align:center;
	padding: 5px 0 0 0;
}


#mainContent {
	
	margin: 0 auto;
	border:solid thin #FFF;
	visibility:visible;
	background-image:url(images/ms2010BG.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	width:1020px;
	height:1300px;
	text-align: center;	
}

/***************Navigation and Link Styles******/


#navigation {
	
	visibility:visible;
	background:#CCC;
	

	width:1020px;
	height:35px;
	
}
#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	}
	
	
#nav li {
	float: left;
	}
	
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc;
	}
	
	
#nav li a:hover {
	color: #c00;
	background-color: #fff; 
	
	}
	
#leftColumn{
	margin: 15px 15px 0 15px;
	padding:8px;
	border:solid thin #FFF; 
	background-image:url(images/whiteBG.png);
	visibility:visible;
	float:left;
	width:146px;
	height:1000px;
	z-index:1;
}


#centerContent {
	margin: 15px 15px 0 15px;
	border:solid thin #FFF;
	background-image:url(images/whiteBG.png);
	float:left;
	visibility:visible;
	padding: 10px;
	width:550px;
	height:925px;
	z-index:1;
	text-align: left;
}

#centerTextArea {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 525px;
	text-align: left;
		
	
}

#flashOutline  {
	text-align:center;
	border:solid thin #333;
	background-image:url(images/blackBG.png);
	width:410px;
	height:301px;
	padding:5px;
	
}
	
	#rightColumn {
	margin: 15px 15px 0 15px;
	border:solid thin #FFF;
	background-image:url(images/whiteBG.png);
	visibility:visible;
	float:left;
	padding:8px;
	width:146px;
	height:1000px;
	z-index:1;
	text-align: center;
}

#footer {
	margin: 20px 15px 15px 15px;
	padding:10px;
	visibility:visible;
	float:left;
	text-align:center;
	width:990px;
	height:130px;
	z-index:1;
}

#copyright {
	
	margin: 20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	
	visibility:visible;

	
	
}

#hostingArea  {
	margin: 5px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#FFF;
	width:auto;
	height:15px;
	
}

#androidText {
	
	border:solid thin #333;
	padding: 5px;
	width: 134px;
	text-align:left;
	background-image:url(images/whiteBG.png);
}
	

/*****************Layout*****************************/

.albumContainer  {
	border:solid thin #333;
	padding: 5px;
	width: 134px;
	background-image:url(images/whiteBG.png);
	
	
}

.centerAlign  {
	text-align:center;
}

.leftAlign {
	text-align:left;
}

.rightAlign {
	text-align:right;
}

/***************text styles**************************/


.footerText   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	
	
	
}



.copyrightText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	
}
	

.leftColumnText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}


.flashAlignment {
	text-align: center;
}


.leftAlign {
	text-align:left;
}


.rightAlign {
	text-align:right;
}

/********************Navigation adn Link Styles********************/

#navFooter ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
	
#navFooter ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
	
	#navFooter li {display: inline; }
	
#navFooter ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
	
	
#navFooter li {
	margin: 10px 0 0 0;
	display: inline; padding: 10px 0px 0px 0px}


#navFooter a {
	color:#FFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;}


#navFooter a:hover {
	
	color:#C30;
	text-decoration:underline;
	font-size:12px;
	font-weight:bolder;
}


a.whiteDifferent:link {
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}


a.whiteDifferent:visited {
	color:#CCC;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}


a.whiteDifferent:hover {
	color:#C30;
	text-decoration:underline;
	font-size:12px;
	font-weight:bolder;
}

a.columnLink:link {
	color:#009;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	
}

a.columnLink:visited {
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	
}

a.columnLink:hover  {
	color:#C03;
	text-decoration:underline;
	font-size:12px;
	font-weight:bolder;
	
}

a.storeLink2:link {
	color:#009;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	
}

a.storeLink2:visited {
	color:#333;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	
}

a.storeLink2:hover  {
	color:#C03;
	text-decoration:underline;
	font-size:16px;
	font-weight:bolder;
	
}

/******************FormCSS***************************/


.spacer{
	clear:both;
	height:1px;
	text-align: center;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:150px;
		float:left;
	}
	#basic .small{
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:150px;
	}
	#basic input{
		float:left;
		
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

