@import url(navigation.css);
@import url(content.css);



/*-------------------------------------------------------------------------------------*/

/* Interface Shell */

body, html {
	margin:0px;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#555;
	background: url(../images/dsx_bg.jpg) no-repeat center top #000;
	height:100%;
}

#mainphoto{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 990px;
	height:606px;
	border:solid 10px #e9e9e9;
	display: block;
	position:relative;
}

#header {
	width: 950px;
	height:120px;
	margin-top: 0px;
	padding: 0px 0px 0px 37px;
	display:block;
	position:absolute;
	left:0px;
	top:20px;
	z-index:100;
}

#logo {
	width:248px;
	padding: 0px 0px 0px 0px;
	display:block;
	float:left;
}

#tagline {
	width: auto;
	padding: 0px 0px 0px 0px;
	display:block;
	position:absolute;
	left:161px;
	top:525px;
	z-index:200;
}

#footer {
	width: 990px;
	padding: 8px 0px 5px 20px;
	margin-top: 70px;
	display:block;
	float: left;
	color:#eee;
	font-size:11px;
	line-height:16px;
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
}


/*-------------------------------------------------------------------------------------*/
/* Tier styles */

#tiertile_bg{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1010px;
	display: block;
	position:relative;
	background: url(../images/tile_tier_bg.png) repeat-y top;
}

#tiercontent_a {
	padding: 275px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	display: block;
	position:relative;
	background: url(../images/tier_photo_a.jpg) no-repeat center top;
}

#tiercontent_b {
	padding: 275px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	display: block;
	position:relative;
	background: url(../images/tier_photo_b.jpg) no-repeat center top;
}

#tiercontent_c {
	padding: 275px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	display: block;
	position:relative;
	background: url(../images/tier_photo_c.jpg) no-repeat center top;
}

#tiercontent_d {
	padding: 275px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	display: block;
	position:relative;
	background: url(../images/tier_photo_d.jpg) no-repeat center top;
}

#tiercontent_e {
	padding: 275px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	display: block;
	position:relative;
	background: url(../images/tier_photo_e.jpg) no-repeat center top;
}

#tierleft {
	padding: 390px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
	width: 255px;
	display: block;
	float:left;
}

#tierright {
	padding: 0px 0px 55px 0px;
	margin: 0px 0px 0px 0px;
	width: 680px;
	display: block;
	float:left;
}

#hdrsection  {
	width:680px;
	height:31px;
	padding: 20px 0px 15px 0px;
	font-size:28px;
	font-weight:700;
	color:#999;
	display:block;
	text-align:right;
	float:left;
}

.block {
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	width: 680px;
	display: block;
	float:left;
}

.photo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 245px;
	display: block;
	float:left;
}

.info {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	width: 400px;
	display: block;
	float:left;
}

#tierbtm  {
	width: 1010px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	display:block;
	position:relative;
}


#tierheader {
	width: 950px;
	height:120px;
	margin-top: 0px;
	padding: 0px 0px 0px 30px;
	display:block;
	position:absolute;
	z-index:100;
	left:0px;
	top:30px;
}

#header {
	width: 950px;
	height:120px;
	margin-top: 0px;
	padding: 0px 0px 0px 37px;
	display:block;
	position:absolute;
	left:0px;
	top:20px;
	z-index:100;
}


#homeimages {
	height: 200px;
	width: 680px;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 5000;
}

.error {
		background-color:#cc0000;
	padding: 5px;
	color:#ffffff;
	font-weight: bold;
}
.success {
	background-color:#009900;
	padding: 5px;
	color:#ffffff;
	font-weight: bold;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.textbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #666666;
	font-weight: bold;
	color: #ffffff;

}