/* CSS Document */
/*-------------  ------------- */

html,body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	background-image:url(/common/img/background.gif);
	background-position:center;
}

p {
	margin:0;
}

/*------------- ID IN ORDER ------------- */

#complete_wrapper {
	position: relative;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header {
	margin-bottom: -2px;	/* correcting gap below background images */
}

#menu {
	margin-bottom: -2px;	/* correcting gap below background images */
}

#main_head {
	color: #cccccc;
	height: 20px;
	background-image: url(../img/header-bg.gif);
}

#content {
	position: relative; /* correcting firefox/opera problem with display */
	width: 764px;
}

#content_left {
	text-align:center;
	color:#686868;
}

#client_info_bottom {
	background-color:#191919;
	background-image:url(../img/footer-logo.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:130px;
	padding-right:130px;
}

#client_info_bottom p {
	color:#00b6ff;
	font-weight:bold;
	line-height:20px;
}

#client_info_bottom p b {
	color:#686868;
	font-weight:normal;
}

h2 {
	font-size:12px;
	color:#00b6ff;
}

#footer {
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	height: 31px;
}

#copyright {
	height:40px;
	text-align:center;
	color:#303030;
	background-color:#191919;
}

/*------------- ID SELECTORS ------------- */

#main_head img {
	padding-top: 10px;
}

#main_head h1 {
	font-size: 22px;
	color: #00b4ff;
	padding-left :30px;
	padding-right: 30px;
}

#content_left p {
/*	color:#464545; */
}

#content_left a {
	position:relative;
	bottom:16px;
	text-decoration:none;
}

#content_left p a img {
	position:relative;
	top:4px;
	padding-left:5px;
	padding-right:5px;
	border:none;
}

#content_left img {
	padding-top:20px;
	padding-bottom:20px;
}

#captionHolder {
	text-align:left;
	padding-left:146px;
	float:left;
}



/*------------- CLASSES IN ORDER ------------- */

.footer_logo {
	position: relative;
	bottom: -2px;
	padding-left:507px;
}

/*------------- CLASS SELECTORS ------------- */




/*------------- LINKS SELECTORS ------------- */


#client_info_bottom a {
	color:#686868;
	font-weight:normal;
}

#client_info_bottom a:hover {
	color:#00b4ff;
	font-weight:normal;
}

#copyright a {
	color:#303030;
	text-decoration:none;
}

#copyright a:hover {
	color:#00b4ff;
	text-decoration:underline;
}