@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: url(../images/iBurst_background_white.jpg) bottom left no-repeat;
	font-family: "Arial Black", Gadget, sans-serif;
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}

#mainWrap {
	background-color: #FFF;
	padding: 5px;
	width: 890px;
	border: 1px solid #CCC;
	margin: 0 auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#mainWrap:hover {
	background-color: #FFF;
	padding: 5px;
	width: 890px;
	border: 1px solid #CCC;
	margin: 0 auto;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* image Preloader */
img { background: url(../images/ajax-loader.gif) no-repeat 50% 50%; }
/* image Preloader End */

/* wireFrame Menu */
.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}

.wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(../images/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}
/* wireFrame Menu End */

#mainHeaderWrap { }

#mainMenuWrap { padding-top: 5px; }

#mainContentWrap {
	margin-top: 5px;
}

.leftContentWrap {
	padding: 5px;
	width: 150px;
	float: left;
	clear: left;
	border: solid 1px #CCC;
	display: block;
}

.rightContentWrap {
	padding: 5px;
	width: 190px;
	float: right;
	clear: right;
	border: solid 1px #CCC;
	display: block;
}

.centerContentWrap {
	width: 498px;
	margin-left: 170px;
	padding: 5px;
	border: solid 1px #CCC;
}

#mainFooterWrap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
	line-height: 25px;
}

.leftFooterContent {
	width: 100px;
	float: left;
	clear: left;
	display: block;
}

.rightFooterContent {
	width: 220px;
	float: right;
	clear: right;
	display: block;
}

.footerMenu {
	width: 400px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.clearBoth { clear: both; }

#mainWrap #mainContentWrap .centerContentWrap h3 {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#mainWrap #mainContentWrap .centerContentWrap h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

#mainWrap #mainContentWrap .centerContentWrap  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
}

#mainWrap .centerContentWrap div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

#mainWrap .centerContentWrap div h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}
