/* CSS Document */
body
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(/images/backgrounds/body_bg.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-repeat: repeat-y;
}

table
{
	border-collapse:collapse;
}
td
{
	padding:0px;
	 vertical-align:top;
	text-align:left;
}

#headerRow {
	background-color: white;
}

#title {
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 padding: 5px;
 color: #3B5D8A;
}

#odynTitle {
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 40px;
}

#odynSubTitle {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	font-size: 25px;
}

#menuCell {
	width: 200px;
}

#contentCell {
	padding: 5px;
}	

#biginService {
	font-size: 25px;
	font-weight: bold;
	color: #3B5D8A;
	text-align: center;
}

#menu {
	width: 180px;
}

#menu td {
	border-bottom:1px dashed #FFFFFF;
	height:40px;
	font-size:14px;
	vertical-align:middle;
	text-align:center;
	padding-left: 10px;
}

#menu a:link, #menu a:visited, #menu a:active { 
	color:white; 
	text-decoration:none;
} 

#menu a:hover { 
	color:yellow; 
	text-decoration:none;
} 

a:link, a:visited, a:hover {
	color: blue;
	text-decoration: underline;
}

#contactInfo {
	color: #3B5D8A;
	text-align: center;
}

#stockmanTable {
	margin-top: -15px;
	margin-left: -15px;
	border:none;
	width: 185px;
}

#stockmanTable td{
	font-size:10px;
	text-align:center;
	height:20px;
	border: none;
}


#freeDemo a:link, #freeDemo a:visited, #freeDemo a:active { 
	font-size: 14px;
	color:yellow; 
	text-decoration:none;
	font-weight: bold;
	
} 

#freeDemo a:hover{ 
	font-size: 16px;
	font-weight: bold;
	color:yellow; 
	text-decoration:none;
} 

.sectionTitle {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 5px;
}

.subSectionTitle {
	font-weight: bold;
	font-size:12px;
}

#contactTable {
	border: none;
}

#contactTable td{
	vertical-align: middle;
	padding: 2px;
	border: none;
}

.TopMenuItem {
	background-image: url(images/backgrounds/menutop.png);
	background-repeat: no-repeat;	
}

#menutop {
	margin-left: -10px;
}

.corner {
	float: left;
}
.corner img {
	height: 10px;
}
.cornerSpacer {
	width: 160px;
	float: left;
}

#spacerCell {
	width: 5px;
}