body {
	background: #b9d4e5;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	outline: none;
	color: #116ea4;
	border-bottom: #bcd7e6 1px dotted;
}
a:visited {
	color: #116ea4;
}
a:active {
	color: #116ea4;
}
a:hover {
	color: #ff8139;
	border-bottom: #ff8139 1px solid;
}
a img {
	border: none;
}

/* blocks */

#mainBlock {
	position: relative;
	width: 100%;
	min-height: 575px;
	margin: 0px;
	background: #FFFFFF url(images/common/header_back.jpg) repeat-x top;
	text-align: center;
}

#footBlock {
	position: relative;
	width: 100%;
	min-height: 73px;
	text-align: center;
	background: url(images/common/foot_back.jpg) repeat-x bottom;
}

/* header content */

#header{
	position: relative;
	width: 910px;
	height: 172px;
	margin: 0px auto;
}
#logoBall{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 105px;
	height: 143px;
	background: url(images/common/static_ball_logo.jpg) no-repeat;
}
#logoRotatingBall{
	position: absolute;
	top: 33px;
	left: 2px;
	width: 101px;
	height: 53px;
	visibility: visible;
}
#logoText{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 310px;
	height: 84px;
	background: url(images/common/logo_text.jpg) no-repeat;
}

/* main nav starts */

#mainNavContainer {
	position: absolute;
	top: 84px;
	left: 105px;
	width: 475px;
	height: 26px;
	background:#0000FF;
}
#mainNavContainer ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 475px;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;

}
#mainNavContainer li {
	float: left;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
#mainNavContainer #mainNavLeftCap {
	width: 20px;
	background: url(images/common/main_nav_left_cap.jpg) no-repeat;
}
#mainNavContainer #navButtonHome, #mainNavContainer #navButtonWeb, #mainNavContainer #navButtonPhoto, #mainNavContainer #navButtonContact{	
	width: 110px;
	background: url(images/common/main_nav_button_back.jpg) no-repeat top left;
}
#mainNavContainer a{
	display: block;	
	width: 110px;
	color: #DFDFDF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
	background: url(images/common/main_nav_button_back.jpg) no-repeat top left;
}
#mainNavContainer a:hover{
	color: #FFFFFF;
	background: url(images/common/main_nav_button_back.jpg) no-repeat top right;
}
#mainNavContainer #mainNavRightCap {
	width: 15px;
	background: url(images/common/main_nav_right_cap.jpg) no-repeat;
}
#home #mainNavContainer #navButtonHome a, #web #mainNavContainer #navButtonWeb a, #photo #mainNavContainer #navButtonPhoto a, #contact #mainNavContainer #navButtonContact a {
	color: #FFFFFF;
	background: url(images/common/main_nav_button_back.jpg) no-repeat top right;
}

/* main nav ends */

#backAbstract {
	position: absolute;
	top: 70px;
	left: 580px;
	width: 235px;
	height: 102px;
	background: url(images/common/back_abstract.jpg) no-repeat;
}
#loginBox {
	position: absolute;
	top: 13px;
	left: 753px;
	width: 137px;
	height: 77px;
	background: url(images/common/login_back.jpg) no-repeat;
	overflow: hidden;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #464646;
}

#loginBox input {
	width: 113px;
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	border: none 0px;
	padding: 0px 10px 0px 10px;
}

#loginUser{
	position: absolute;
	top: 19px;
	left: 10px;
	background: url(images/common/login_user_input_back.jpg) no-repeat;
}
#loginPwd{
	position: absolute;
	top: 47px;
	left: 10px;
	background: url(images/common/login_pwd_input_back.jpg) no-repeat;
}
#loginButton {
	position: absolute;
	top: 5px;
	left: 127px;
	width: 16px;
	height: 16px;
	border: none 0px;
	background: url(images/common/login_button.jpg);
}

/* page content area*/

#content{
	position: relative;
	width: 910px;
	margin: 0px auto;
	text-align: left;
}
#immersiveText {
	float: left;
	width: 565px;
	height: 30px;
	background: url(images/common/immersive_text.jpg) no-repeat;
}
#contentIcon {
	position: relative;
	clear: both;
	float: left;
	width: 82px;
	height: 60px;
	background: url(images/common/content_icon_back.jpg) no-repeat;
	
}
#contentIcon img{
	position: absolute;
	top: 7px;
	left: 28px;
	width: 48px;
	height: 50px;
	
}

/*footer area*/

#footContainer {
	position: relative;
	width: 910px;
	min-height: 73px;
	margin: 0px auto;
	text-align: left;
}

#footButtons {
	text-align: center;
}
#footNav {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
#footNav a {
	border: none;
	font-size: 11px;
	color: #000000;
}

#footNav a:visited {
	color: #000000;
}

#footNav a:active {
	color: #000000;
}

#footNav a:hover {
	color: #ff8139;
}

#footNav hr {
	color: #bdd6e6;
	border: none;
	background: #bdd6e6;
}