/* main */

.main {
	width:1000px;
/*	width:1050px;*/
	margin:auto;
	padding:0px;
}

/* header */

.header {
	width:1000px;
/*	width:1050px;*/
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:transparent;
}

.header-content1 {
	width:220px;
	height:50px;
	float:left;

	text-align:left;
	background-color:transparent;
}

/*
.header-content2 {
	width:160px;
	height:70px;
	float:left;

	text-align:center;
}
*/

.header-content2 {
	width:310px;
/*	width:360px;*/
	height:50px;
	float:left;

	text-align:center;
}

.header-content3 {
	width:470px;
	height:50px;
	float:left;

	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#676D77;
}

.header-logo_dbl {
	height:41px;
	margin-top:3px;
	margin-bottom:6px;
}

.header-logo_thtg {
	height:33px;
	margin-top:17px;
}

/* topbar */

.topbar {
	width:1050px;
	height:33px;
	margin:0px;

	background-color:transparent;
}

.topbar-corner-left {
	width:8px;
	height:33px;
	float:left;
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-corner-left.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.topbar-corner-right {
	width:8px;
	height:33px;
	float:left;
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-corner-right.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.topbar-content {
	width:1034px; 
	height:33px;
	float:left; 
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-content.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* navbar */

.navbar {
	width:1000px;
/*	width:1050px;*/
	height:50px;
	margin-top:0px;

	background-color:#FFFFFF;
}

.navbar-corner-left {
	width:9px;
	height:50px;
	float:left;

	background-image:url(../img/layouts/default/navbar-corner-left.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.navbar-corner-right {
	width:9px;
	height:50px;
	float:left;

	background-image:url(../img/layouts/default/navbar-corner-right.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.navbar-content {
	width:982px; 
/*	width:1032px; */
	float:left; 

	background-image:url(../img/layouts/default/navbar-content.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* content */

.content {
	width:1000px;
/*	width:1050px;*/
	clear:both;
	padding-top:5px;
	background-color:transparent;
}

.content-left {
	width:178px;
/*	width:202px;*/
	float:left;
}

.content-center {
	width:642px;
	float:left;
	padding-left:1px;
/*	padding-left:2px;*/
	padding-right:1px;
/*	padding-right:2px;*/
}

.content-full {
	width:1000px;
/*	width:1050px;*/
	float:left;
}


/* footer */

.footer {
	width:1000px;
/*	width:1050px;*/
	height:70px;
	clear:both;
	padding-top:20px;
}

.footer-content1 {
	width:592px;
/*	width:642px;*/
	height:70px;
	float:left;

	text-align:left;
}

.footer-content2 {
	width:402px;
	height:70px;
	float:left;
	padding-left:6px;

	color:#666666;
	text-align:right;
}

/* bottombar */


.bottombar {
/*	width:1050px;*/
	width:100%;
	height:32px;
	clear:both;

	background:url(../img/layouts/xpoit/BackgroundGradientBottom.jpg) repeat-x top;
}
