/* CSS style::original */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
/*	color: #50535D;	*/
	background-image: url(dsg/bg.gif);
	background-repeat: repeat-x;
}

img {
	border: none;
}

img:hover {
	background-color: transparent;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #008DBB;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* main site */
#main {
	width: 748px;
	margin: 0px auto;
	background-image: url(dsg/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#top {
	height: 79px;
	width: 748px;
	margin: 0px auto;
	padding-bottom: 1px;
}

#logo {
	float: left;
}

#mainMenu {
	float: left;
	margin-top: 51px;
}

#header {
	padding-bottom: 1px;
}

.mainMenuItem {
	display: block;
	float: left;
	background-image: url(dsg/menu_item.gif);
	text-align: center;
	width: 117px;
	color: black;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-left: 1px;
	display: inline;	/* IE fix for double margin when float */
	text-transform: uppercase;
}

.mainMenuItemFont {
	display: block;
	float: left;
	text-align: center;
	width: 28px;
	color: #7D7D7D;
	font-weight: bold;
	font-size: 10px;
	padding-top: 14px;
	padding-bottom: 2px;
	display: inline;	/* IE fix for double margin when float */
}

.submenuItem {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C6D6D3;
	font-weight: bold;
}
.submenuItem a {
	color: white;
}

#middle {
}

#leftCol {
	float: left;
	width: 125px;
}

#middleCol {
	float: left;
	width: 445px;
	padding: 30px;
}

#rightCol {
	float: left;
	width: 118px;
	padding-bottom: 30px;
}

#pageLinks {
	padding-top: 40px;
	color: white;
	text-align: center;
	font-size: 12px;
}
#pageLinks a {
	color: black;
	font-weight: bold;
}

#footer {
	background-color: #E0F2EF;
	margin-top: 1px;
}

#fMain {
	width: 748px;
	margin: 0px auto;
}
.left {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.right {
	padding-top: 3px;
	float: right;
}

/* reference list */
.referenceListItem {
	float: right;
	width: 160px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 4px;
	margin-top: 4px;
}
.referenceListRight {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
}
.referenceListRightTop {
	position: absolute;
	width: 118px;
	_width: 100px;
	text-align: right;
}
.referencaTitle {
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #698E78;
}
.referencaImage {
	background-color: white;
	border: 1px solid #C6D6D3;
	padding: 4px;
	height: 126px;
	width: 150px;
	vertical-align : middle;
	display: table-cell;
	
/* begin ie hack */
	_position: relative;
	_height: 116px;
}

.outer {
	_position: absolute;
	_top: 50%;
}
.inner {
	_position: relative;
	_top: -50%;
	_left: -50%;
}
/* end ie hack */

.referencaRImage {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.referencaRImage:hover {
	opacity: 1;
}

/* some other stuff */
.fontSize10 {
	font-size: 10px;
}
.fontSize11 {
	font-size: 11px;
}
.fontSize12 {
	font-size: 12px;
}
.fontSize13 {
	font-size: 13px;
}
.fontSize14 {
	font-size: 14px;
}
