/* CSS Document */

/* Suggested settings to provide default cross-browser behaviours */
html, body, p, ul, ol, li, a, input, label, form, table, tr {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
html body {
	margin:0;
}
h1, h2, h3 {
	text-transform:uppercase;
	padding:0;
	margin:0;
}
h1 {								/* This is needed for info semantics but should not be displayed */
	display:none;
}
h2 {
}
.globalContainer {
	width:100%;
}
.topContainer, .mainContainer, .bottomContainer {
	clear:both;
	float:left;
	width:100%;
}
.topContainerInner, .mainContainerInner, .bottomContainerInner {
	width:947px;
	margin:0 auto;
}
.topContainer {
}
.middleContainer {
}
.mainContainerInner-lp, .mainContainerInner-cp, .mainContainerInner-cp-bg {
}
.mainContainerInner-cp-bg {
	float:left;
}
.leftContainer {
	float:left;
	width:338px;
}
.row {
	clear:both;
}
.column {
	float:left;
}
/*top container*/

.columnsTwo .column {
	width:626px;
}
.columnsTwo .column-st01, .columnsTwo .column-st02 {
	width:320px;
}
.columnsTwo .column .content {
	padding-top:55px;
	padding-bottom:10px;
} 
.columnsThree .column {
	width:309px;
	margin-right:8px;
	margin-top:10px;
	padding-bottom:50px;
}
.columnsThree .column-st03 {
	width:313px;
	margin-right:0px;
}
.columnsThree .column .content {
	padding:6px 0px 10px 0px;
}
