/***************************************************
				      GENERAL
***************************************************/

* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
html {height:100%;margin:0;padding:0;}
body {
	margin: 0px auto;
	background-image: url(../images/bckg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000;
}
img{border:0;}
a{text-decoration:none; color: #000; outline: none; }
a:hover{
	color: #e00023
}
.a2 {text-decoration:none; color: #e00023; outline: none;}
.a2:hover{
	color: #000
}
.a3 {
	font-weight: bold;
	color: #00842D;
}
.a3:hover {
	color: #00842D;
}
.a4 {
	color: #828282;
}
.a4:hover {
	color: #e00023;
}
h1,h2,h3,h4,h5,h6 {padding:0;margin:0;}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height: 28px;
	color: #e00023;
	text-transform: uppercase;
	font-weight: 400;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height: 28px;
	color: #e00023;
	font-weight: 400;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	line-height: 28px;
	color: #e00023;
	text-transform: uppercase;
	font-weight: 400;
	}
h4 {font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height: 28px;
	color: #e00023;
	text-transform: uppercase;
	font-weight: 400;
	}
h5 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:15px;
	line-height: 28px;
	color: #666;
	font-weight: 400;
}
h6 {font-family: 'Oswald', sans-serif; font-size:15px;}

p {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:15px;
	line-height: 24px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 5px;
	color: #000;
}

.clear{clear:both;font-size:0;line-height:0;display:block;}
.red{
	color: #e00023;
}

/***************************************************
				      MAIN CONTAINER
***************************************************/

#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContainer {
	width: 959px;
	height: 576px;
	margin-left: 14px;
}


/***************************************************
				      HEADER
***************************************************/

#header {
	height: 114px;
	position: relative;
	width: 960px;
}
#logo {
	display: block;
	position: absolute;
	height: 165px;
	width: 87px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	left: 7px;
	top: 0px;
	z-index: 9000;
}

/* top menu */

#centeredmenu {
	display: block;
	position: absolute;
	top: 0px;
	right: 4px;
	height: 114px;
	width: 305px;
	background-image: url(../images/menu-bckg.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9000;
	background-color: transparent;
}
#centeredmenu ul {
	float:right;
	margin:0;
	position:relative;
}
#centeredmenu ul li {
   display:block;
   float:left;
   margin:0;
   list-style:none;
   position:relative;
}
#centeredmenu ul li a {
	display:block;
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration:none;
	line-height: 14px;
	color:#000000;
	width: 70px;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 95px;
	text-align: center;
}
#centeredmenu ul li a:hover {
	color:#999;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#999;
}


/***************************************************
				      CONTENT
***************************************************/
#content {
	height: 450px;
	position: relative;
	width: 960px;
}
#menubottom{
	height: 122px;
	position: absolute;
	width: 282px;
	bottom: 0px;
	right: 15px;
	background-color: transparent;
	z-index: 9000;
}

#title{
	position: absolute;
	background-color: transparent;
	z-index: 8000;
	left: 20px;
	bottom: 20px;
}
#news {
	display: block;
	position: absolute;
	height: 75px;
	width: 620px;
	z-index: 9000;
	left: 17px;
	top: 361px;
}
#news h1 {
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(../images/t-news-sm.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 72px;
	width: 33px;
	float: left;
}
#news img {
	height: 72px;
	width: 52px;
	float: left;
	clear: right;
	margin-left: 8px;
}

#news .box {
	float: left;
	clear: right;
	margin-left: 10px;
	display: block;
	margin-top: 10px;
}
#news .box h2 {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
}
#news .box p {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:16px;
	line-height: 18px;
	color: #666;
	font-weight: 300;
	font-style: italic;
}

#column1 {
	width: 475px;
	height: 410px;
	position: absolute;
	left: 140px;
	top: 4px;
	text-align: justify;
}
#column1scroll {
	width: 500px;
	height: 410px;
	position: absolute;
	left: 130px;
	top: 4px;
	text-align: justify;
}
#column2 {
	width: 272px;
	height: 260px;
	position: absolute;
	left: 677px;
	top: 22px;
	text-align: justify;
}
#column3 {
	width: 500px;
	height: 410px;
	position: absolute;
	left: 140px;
	top: 4px;
	text-align: justify;
	
}

#column4 {
	width: 298px;
	height: 375px;
	position: absolute;
	left: 139px;
	top: 108px;
	text-align: justify;
}

#column5 {
	width: 274px;
	height: 265px;
	position: absolute;
	left: 665px;
	top: 36px;
	text-align: justify;
}

#dxl{
	background-image: url(../images/logo-dxl.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 100px;
}
/***************************************************
				     HOME
***************************************************/


#HOMEtagline {
	width: 796px;
	height: 115px;
	position: absolute;
	background-color: transparent;
	z-index: 9000;
	left: 70px;
	top: 122px;
}

/***************************************************
				     PARTNERS
***************************************************/

#column2containeleft{
	width: 117px;
	height: 50px;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#column2containeright{
	width: 145px;
	height: 50px;
	float: right;
	text-transform: capitalize;
	clear: right;
	text-align: left;
	padding-top: 20px;
	font-weight: 400;
}


/***************************************************
				    FORMS
***************************************************/

form, fieldset {padding:0 !important;margin:0 !important;border:0 !important;}
input, textarea, select {border:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;padding:0;margin:0;}

/* standard form */
.form {}
.form .input-text {
	width:250px;
	height:24px;
	background-color: #FFF;
	-moz-border-radius: 6px 6px 6px 6px;
	border: 1px solid #CCC;
}
.form .input-textarea {
	width:280px;
	height:24px;
	background-color: #FFF;
	-moz-border-radius: 6px 6px 6px 6px;
	border: 1px solid #CCC;
}
.form.reply .input-text {
	width:280px;
	height:24px;
	background-color: #efefef;
}
.form.reply .input-textarea {	width:280px;
	height:24px;
	background-color: #efefef;}

.form label {display:block;padding:6px 0;}
.form div {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.form.reply div {padding:0 0 10px 0;}
.form .message {display:none;padding:0;margin:0;}
.form #alert ul {list-style:none;padding:20px 0 0 0;margin:0;}
.form #alert ul li {display:block;}
/* -- */

.button{
	width:126px;
	height:25px;
	line-height:27px;
	display:inline-block;
	color:#efefef;
	font-family:LucidaGrandeBold, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	-moz-border-radius: 8px 8px 8px 8px;
	background-color: #333;
}



/***************************************************
				      FOOTER
***************************************************/
#footer {
	margin-bottom: 0px;
	width: 100%;
}
#footer .container {
	position:relative;
	width:960px;
	height:20px;
	padding-top: 20px;
	display: block;
	text-align: left;
	color:#828282;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#footer .container .wui {
	width:75px;
	height:14px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	clear: left;
	position: absolute;
	right: 7px;
	top: 19px;
}
