/*body*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:#FE000C;
	margin: 0px;
}

/*global links*/
a {
	font-size: 12px;
	color: #CC0000;
}
a:link, a:visited, a:active {
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/*page layout*/
#container{
width:770px;
margin:0 auto;
overflow:inherit;
}

#header{
height:93px;
/*background:url(Resources/header.gif) top left no-repeat scroll;*/
}

#bodycontainer{
overflow:inherit;
}

/*left*/
#navigation{
width:185px;
float:left;
background:#FE000C;
}

/*right*/
#bodycontent{
width:570px;
float:right;
}


/*content Holders*/
#imgHldr {
width:200px;
/*height:277px;*/
background:#000000;
float:left;
}

#downloadsHldr {
width:200px;
padding:8px;
background: #FFFFFF none repeat scroll 0%;
float:left;
}

#contentHldr{
width:355px;
float:left;
background:#FFFFFF;
}

/*content*/
#contentTitle{
color:#FF0000;
margin:15px 0px 20px 15px;
}

#downloadTitle{
color:#FF0000;
margin:0px 0px 0px 0px;
}

#content{
padding:0px 15px 0px 15px;
}


#open0, #open1, #open2, #open3 {
margin: 0px;
display: none;
}

/*
#passwordFormDiv{
	height: 130px;
	padding: 4px 4px;
}

#passwordFormDiv div{
	height:100px;
	padding: 10px;
	border: 1px solid red;
	text-align: center;
}
*/

#passwordForm{
	margin:5px 0px;
}

#passwordForm .inputtext{
	padding:2px;
	/*border: 1px solid #000000;*/
	width: 120px;
	color: #666666;
}

#downloadComing, #tryAgain{
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}
#downloadComing{
	font-size: 16px;
}