@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#252526;
	color:#FFFFFF;
}

#mainWrapper{
	width:100%;
	background: url(../images/bgnd.jpg) bottom right no-repeat;
}

#header{
	background:url(../images/headerBgnd.jpg) repeat-x;
	width:inherit;
	height:177px;
}
#header #logo{
	background:url(../images/logo.jpg) no-repeat;
	width:319px;
	height:177px;
	float:left;
}
#header #menu{
	float:left;
	display:inline;
	/*background:#333333;*/
	margin:132px 0px 0px 0px;
	width:50%;
	height:41px;
	line-height:40px;
}
#menu #logout{
	float:right;
	margin-right:17px;
}
#menu #logout img{
	border:none;
	vertical-align:middle;

}
#menu ul li{
	display:inline;
}
#menu ul li a{
	padding:0px 10px 0px 10px;
}
a:link, a:visited, a:hover, a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
#menu ul li a img{
	border:none;
	vertical-align:middle;
	margin-right:8px;
}
#menu ul{
	margin:0px 0px 0px 10px;
	padding:0px;
}
#content{
	min-height:400px;
	padding:20px;
}
#content h2{
	text-transform:uppercase;
}
div.imgContainer{
	text-align:center;
	padding:10px;
	border:1px #666666 solid;
	width:124px;
	height:76px;
}
div.skinContainer{
	text-align:center;
	padding:10px;
	border:1px #4a4a4a solid;
	background:#dddddd;
	width:155px;
	height:100px;
}
div.error{
	color:#FF0000;
	display:none;

}
.success{
	color:#009900;

}
.transparent {
/*   filter:alpha(opacity=65);*/
	background-color:#dddddd;
	display:none;
	width:50px;
	height:100px;
	position:absolute;
	color: white;
	border: 1px #dddddd solid;
}
#Description{
	color:#be5c0b;
}
.transparent img{
	width:463px;
	height:300px;
}
h2{
	background:#333333;
	border-bottom:#999999 dotted 1px;
	padding-left:15px;
	font-size:18px;
}
.textArea{
	height:300px;
	width:300px;
}
#logoBottom{
background:url(../images/logoBottom.jpg) no-repeat;
width:326px;
height:117px;
}
