﻿/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px; color: #555; 
	}

.SkinBGColor { background-color: #D9E6E7; }
	
A { color: #C65C71; text-decoration: underline; }
A:visited { color: #AD616F; text-decoration: underline; }
A:hover { color: #AD4257; text-decoration: none; }
A:active {	color: #B84777; text-decoration: none; }

h1 {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; font-weight: normal; color: #389;	 
	text-decoration: none;
	}

	
.OptionText, .OptionText * {
	font-size: 0.9em;
	}	

.counter { font-size: 0.8em; }
	
.ReadText, .ReadText * { font-family: Georgia, "Times New Roman", Times, serif; }

.menubar {
	position: relative;
	display: block; 
	padding: 3px; margin: 2px 0px;
	background-color: #EEE;
	background: url(Images/Layout/4/dropDownBG.gif); background-repeat: repeat;
	text-align: center; 
	color: #1D97BF; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-transform: UPPERCASE; font-weight: bold; text-decoration: none; letter-spacing: 1px;
}		
	.menubar .icon {
		position: absolute; right: 4px;
	}	


#menu .Header {
	width: 130px; height: 257px;
	margin: 0px; padding: 21px 21px 0px 21px;
	background-image:url(/Images/Layout/Menu4.jpg);
	background-repeat: no-repeat;
}
#menu .Content {
	width: 130px;
	padding: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid; 
	border-color: #B6D0E1;
	margin: 0px 10px 10px 10px;
}	
	#menu .menuitem  { 
		width: 110px; height: 18px; overflow: hidden; display: block; margin: 1px 0px;
		padding: 5px 10px;
		color: #367E95;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		  }
	#menu A.menuitem, #menu A.menuitem:hover  { 
		width: 108px; height: 16px; overflow: hidden; display: block; margin: 1px 0px;
		padding: 5px 10px;
		border: 1px solid #EEE; 
		color: #367E95;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		  }
	#menu A.menuitem:visited {  
		color: #558595;
		}		
	#menu A.menuitem:active {  
		color: #027195;
		}		


#console .Header {
	position: relative; width: 468px; height: 237px;
	margin: 0px; padding: 41px 41px 0px 41px;
	background-image:url(/Images/Layout/Content4.jpg);
	background-repeat: no-repeat;
}
	#console .Header .Title {
		position: absolute; bottom: 16px; right: 50px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 28px; text-transform: uppercase; letter-spacing: 3px;
		color: #389; 
	}
#console .Content {
	width: 468px;
	padding: 20px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #B6D0E1;
	margin: 0px 20px 20px 20px;
}
#console .Footer {
	width: 468px;
	padding: 5px;
	text-align: center;
	margin: 0px 20px 20px 20px;
}



	
#features .Header {
	width: 190px; height: 257px;
	margin: 0px; padding: 21px 21px 0px 21px;
	background-image:url(/Images/Layout/Features4.jpg);
	background-repeat: no-repeat;
}
#features .Content {
	width: 190px;
	padding: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #B6D0E1;
	margin: 0px 10px 10px 10px;
}

	.Feature {
		width: 190px; display: block; 
		margin: 0px 0px 20px 0px; padding: 0px;
		border-top: solid 1px #EEE;
		border-bottom: solid 1px #EEE;
	}	
	
		.Feature .title {
			position: relative;
			width: 184px; display: block; 
			padding: 3px; margin: 2px 0px;
			background-color: #EEE;
			text-align: center; 
			color: #367E95; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
			text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
		}	
	
			.Feature .body {
				width: 190px; display: block;
				padding: 5px 0px; overflow:hidden;
				font-size: 11px;
			}	
			.Feature .body * {
				font-size: 11px;
			}	
			.Feature .body .counter {
				font-size: 0.8em;
			}	
			.Feature .body .subtitle {
				display: block; width: 182px; padding: 3px; 
				margin: 2px 0px; border: solid 1px #EEE;
				background-color: inherit; 
				text-align: center; overflow: hidden;
				color: #367E95; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
				text-transform: UPPERCASE; font-weight: bold; text-decoration: none; 
			}		
	
		.Feature .options {
			width: 182px; display: block; 
			padding: 3px; margin: 2px 0px;
			background-color: inherit; border: solid 1px #EEE;
			text-align: right;
		}		
			
/* / RIGHT COLUMN */


/* Banner */

	.TextBanner .title {
		color: #069;
	}

/* / Banner */




	