@CHARSET "UTF-8";
body{
		background: url(images/bg_out_2.jpg) fixed center;
		margin: 0;
		padding: 0;

}

body, td, th {
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
color: #fdebf7;
}

a:visited {
color: #fdebf7;
}

a:hover {
color: #ffc8a0;
}

a:active {
color: #ffc8a0;
}

a img{
		border: 0;
}

#container{
		width: 976px;
		background-color: #e7d9cc;
		margin: 0px auto;
		-moz-box-shadow: 5px 0 5px rgba(130, 32, 252, 0.3), -5px 0 5px rgba(130, 32, 252, 0.3);
		-webkit-box-shadow: 5px 0 5px rgba(130, 32, 252, 0.3), -5px 0 5px rgba(130, 32, 252, 0.3);
		box-shadow: 5px 0 5px rgba(130, 32, 252, 0.3), -5px 0 5px rgba(130, 32, 252, 0.3);
		zoom: 1;
		progid:DXImageTransform.Microsoft.Shadow(color=#1E000000,direction=270,strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color=#1E000000,direction=90,strength=10);
}

#head{
		border-bottom: 5px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		background-image: url(images/purplegrad.jpg);
		background-repeat: repeat-x;
		height: 60px;
}

.logo{
		display: block;
		float: left;
		width: auto;
		height: auto;
		margin-bottom: -20px;
		padding-top: 0px;
        margin-left: 4px;
}

.topside{
		float: right;
		width: 260px;
		color: #FFFFFF;
		height: 60px;
		margin-top: 0px;
}


.middletext{
		float: left;
		height: auto;
		width: 974px;
		font-size: 26px;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 20px;
		background-image: url(images/purplegrad.jpg);
		background-repeat: repeat;
		border: thin dotted #333333;
		color: #F8F7F5;
}

#focal{
		overflow: hidden;
}

#focal-cover{
		width: 231px;
		float: right;
		height: 484px;
		padding: 0 8px;
		background-color: #333333;
}

#focal-cover-image{
		border: 2px solid #ccc;
		width: 229px;
		height: 345px;
}

.focal-info{
		padding: 7px;
		margin-top: -3px;
		font-weight: bold;
		height: 100px;
		width: 219px;
		background-image: url(images/seamless.jpg);
		background-repeat: repeat;
}

.focal-info span, .focal-info div{
		font-size: 8pt;
		font-weight: normal;
}

.focal-info > span{
		display: block;
		float: right;
}

.focal-info > div{
		margin-top: 5px;
}

.focal-info > div img{
		vertical-align: top;
}

#previewButton{
		display: block;
		margin: 10px 0 -3px -8px;
}

#infoBar{
		overflow: hidden;
		border-bottom: 5px solid #5b5b5b;
		margin: 35px 0 20px;
		padding-bottom: 5px;
}

#grid{
		width: 940px;
        float: center;
		border-spacing: 15px;
}

#grid td a img{
		border: 1px solid #5b5b5b;
}

#footerText{
		float: center;
   		font-size: 8pt;
		margin: 5px 0 30px 0px;
		width: 976px;

}

#footerText h1, #footerText p, #footerText a{
		color: #000;
}

#footerText h1{
		font-size: 13pt;
		font-weight: bold;
		margin: 0;
}

#footerText p{
		margin: 10px 0;
}

#footerText1{
		float: left;
		margin: 5px 0 30px 16px;
		width: 950px;
}

#footerText1 h1, #footerText1 p, #footerText1 a{
		color: #000;
}

#footerText1 h1{
		font-size: 13pt;
		font-weight: bold;
		margin: 0;
}

#footerText1 p{
		margin: 10px 0;
}

.bw{
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-o-transition:all .15s ease;
	-ms-transition:all .15s ease;
	transition:all .15s ease;
}

.bw:hover{
	-webkit-filter:grayscale(100%);
	filter:gray;
}

.droppable{
		width: 300px;
		height: 225px;
		position: relative;/* IE7 bugfix */
		border: 1px solid #555;
		overflow: hidden;
}

.droppable:hover{
		border: #aaa;
}

.logo-overlay{
		position: relative;
		margin: -3px auto;
}
