/*
	css/style.css
	*/
	
	body {
		background-color: #1E77D3;
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	a, a:visited, a:active {
		color: #5076C9;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #5076C9;
	}

/*
	## Main Elements
	*/
	
	#top {
		color: #fff;
		padding: 4px;
	}
		#top a, #top a:visited, #top a:active {
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		#top a:hover {
			text-decoration: underline;
		}
	#header {
		background-color: #fff;
		background-image: url('images/headerbg.png');
		background-repeat: repeat-y;
		padding: 4px;
		border-bottom: 1px solid #333;
	}
	.content {
		padding: 5px;
		border: 1px solid #ccc;
	}

/*
	## Alignment Elements
	*/
	
	#right {
		float: right;
		position: relative;
	}
	
/*
	## Navigation Elements
	*/
	
	#nav3 {
		background-color: #F9F9F9;
		background-images: url('images/nav_bg.png');
		background-repeat: repeat-y;
		border-right: 1px solid #999; /* #C4CCD7 */
	}
	#nav2 {
		background-color: #F9F9F9;
		border-bottom: 1px solid #999;
		padding: 3px;
		width: 175px;
	}
	#nav {
		background-color: #F9F9F9;
		padding: 3px;
		width: 175px;
	}
		#nav a, #nav a:visited, #nav a:active {
			color: #0033CC;
			text-decoration: none;
		}
		#nav a:hover {
			text-decoration: underline;
			color: #0090CC;
		}
	#navlink a:link, #navlink a:active, #navlink a:visited {
		text-decoration: none;
		padding: 3px;
		display: block;
		color: #000;
		border: #F9F9F9 1px solid;
	}
	#navlink a:hover {
		background-color: #F1F1F1;
		border: #ccc 1px solid;
		padding: 3px;
		color: #000;
		display: block;
		text-decoration: none;
	}
	#navtitle {
		color: #000;
		font-weight: bold;
		padding: 2px;
	}

/*
	## Content Elements
	*/
	
	#content {
		background-color: #E4E4E4;
	}
		#box {
			background-color: #fff;
			background-image: url('images/top_right3.jpg');
			background-repeat: repeat-x;
			border: 1px solid #ccc;
			color: #666;
			height: 266px;
		}
			#boxlinkd a, #boxlinkd a:visited, #boxlinkd a:active, #boxlinkd {
				cursor: pointer;
			}
		#box2 {
			background-color: #ccc;
		}
		#box3 {
			background-color: #fff;
			background-image: url('images/box3bg.gif');
			background-repeat: repeat-y;
			border: 1px solid #ccc;
		}
		#box4 {
			background-color: #DBDCE2;
			background-image: url('images/box4bg.gif');
			background-repeat: repeat-x;
			border: 1px solid #ccc;
		}
		#box5 {
			background-color: #DBDCE2;
			background-image: url('images/box5bg.gif');
			background-repeat: repeat-x;
			padding: 10px;
			color: #00349A;
		}
		#box6 {
			padding: 10px;
			color: #666;
			text-align: right;
		}
		#box7 {
			background-color: #DBDCE2;
			background-image: url('images/box6bg.gif');
			background-repeat: repeat-x;
		}
		#box8 {
			background-color: #fff;
			border: 1px solid #999;
			margin: 3px;
		}
		#pagetop {
			background-color: #fff;
			background-image: url('images/pagetopbg.gif');
			background-repeat: repeat-y;
			padding: 4px;
			color: #fff;
			font-size: 11px;
			margin: 1px;
		}
			#pagetop a, #pagetop a:visited, #pagetop a:active {
				color: #fff;
				font-size: 11px;
				text-decoration: underline;
			}
			#pagetop a:hover {
				text-decoration: none;
			}
		#caption {
			color: #666;
			font-style: italic;
		}
		#area {
			padding: 4px;
		}
	#ulf {
		padding: 0px;
	}
		#ulf li {
			list-style: none;
			padding: 0px;
			padding-left: 20px;
			background-image: url('images/icons/sm_green_arrow.gif');
			background-repeat: no-repeat;
			line-height: 15px;
		}
			/* MSIE Compensation */
			*html #ulf li {
				padding-left: 0px;
			}
			/* \ */
		#ulf a, #ulf a:visited, #ulf a:active {
			color: #758AC5;
		}
		#ulf a:hover {
			text-decoration: none;
		}
	#fh2 {
		color: #666;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px;
		font-size: 20px;
	}
		#mnav {
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
		#mnav li ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		#mnav li a {
			background-image: url('images/mnavbg.gif');
			background-repeat: no-repeat;
			display: block;
			padding: 7px;
			text-decoration: none;
			text-align: right;
			padding-right: 20px;
		}
			/* MSIE Compensation */
			* html #mnav li a {
				background-image: url('images/mnavbg_msie.gif');
				background-repeat: no-repeat;
				margin: 0px;
				padding: 0px;
				padding-right: 23px;
				height: 22px;
				padding-top: 5px;
			}
			* html #mnav li a.current {
				margin: 0px;
				padding: 0px;
				padding-right: 23px;
				height: 22px;
				padding-top: 5px;
			}
			/* /MSIE Compensation */
		#mnav li a.current {
				/* BG Image Applied */
				background-image: url('images/mnavbg_msie2.gif');
				background-repeat: no-repeat;
				/* \ */
			/* background: transparent;
			border-left: 5px solid #FFAE00; */
			color: #000;
			font-weight: bold;
			text-decoration: none;
			text-align: right;
			padding-right: 20px;
		}
	/* #mnav a:link, #mnav a:visited, #mnav a:active {
		background-image: url('images/mnavbg.gif');
		background-repeat: no-repeat;
		display: block;
		padding: 7px;
		text-decoration: none;
		text-align: right;
		padding-right: 20px;
	}
	#mnav a:hover {
		background: transparent;
		border-left: 5px solid #FFAE00;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 20px;
	}
		#mnav a.current {
			background: transparent;
			border-left: 5px solid #FFAE00;
			color: #000;
			font-weight: bold;
			text-decoration: none;
			text-align: right;
			padding-right: 20px;
		}*/
	.mnavs {
		background-image: url('images/mnavbg2.gif');
		border-left: 5px solid #FFAE00;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 20px;
		padding: 7px;
	}
	.tabcontent{
		display:none;
	}
	h3 {
		padding: 0px;
		margin: 0px;
	}
	h2 {
		padding: 0px;
		margin: 0px;
	}
	#nnl {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	#infobox {
		background-color: #d8e8f7;
		background-image: url('images/infobg.gif');
		background-repeat: repeat-x;
		padding: 10px;
		color: #666;
		margin: 10px;
		border: 1px solid #CCD3E1;
	}
	#infobox2 {
		background-color: #d8e8f7;
		background-image: url('images/infobg.gif');
		background-repeat: repeat-x;
		padding: 0px;
		color: #919AAE;
		margin: 10px;
		border: 1px solid #CCD3E1;
	}
		#infoboxtop {
			background-color: #90B8EB;
			padding: 3px;
			color: #fff;
			margin: 1px;
		}
	#lgrey {
		color: #666;
	}
	#blue {
		color: #3978A8;
	}
	#uln {
		padding: 4px;
		margin: 0px;
		padding-left: 15px;
	}
	#darkbluebg {
		background-color: #3D7BC9;
		color: #fff;
		font-weight: bold;
	}
	#greybg {
		background-color: #E0E0E0;
	}
	#greybg2 {
		background-color: #F1F1F1;
		line-height: 20px;
	}
	#total {
		background-color: #C8C8C8;
	}
	#red {
		color: #D11F1F;
	}
	#ordergbox {
		border: 1px solid #CECECE;
		background-color: #F9F9F9;
		padding: 3px;
	}
		#ordergbox2 {
			border: 1px solid #CECECE;
			background-color: #EAEAEA;
			padding: 10px;
		}
		#ordergbox3 {
			border: 1px solid #CECECE;
			background-color: #EAEAEA;
			padding: 5px;
		}
		#ordergtitle {
			color: #0476B8;
			font-size: 18px;
			font-weight: bold;
		}
		#ordergtitle2 {
			color: #0476B8;
			font-size: 13px;
			font-weight: bold;
		}
		#ordertotaltext {
			font-size: 10px;
		}

/*
	## Footer Elements
	*/
	
	#footer {
		background-color: #fff;
		border-top: 1px solid #333;
		padding: 4px;
		line-height: 20px;
	}

/*
	## Form Elements
	*/
	
	input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

/*
	## Tooltip Elements
	*/
	
	#tooltip {
		background-color: #fff;
		background-image: url('images/tooltip_bg.png');
		background-repeat: repeat-x;
		border: 1px solid #C2CFF1;
		padding: 6px;
	}
	#h3tt {
		padding: 3px;
		margin: 0px;
	}

/*
	## Random
	*/
	
	#fhead {
		margin: 10px;
		padding: 5px;
	}
/*
	End of
	css/style.css
	*/