/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*========= Navigation Top Level =========*/

#navTop ul {
	margin-top: 0.7em;
	color: #000;
	float: right;
	font-size: 1.2em;
}

#navTop ul li { 
	display: inline; 
}

#navTop ul li a {
	padding: 0.5em 1.0em 0.4em 1.0em;
	color: #000;
	text-decoration: none;
	float: left;
}

#navTop ul li a:hover {
	background-color: #003;
	color: #ccf;
	border-bottom: 5px solid #ccc;
}

/* =========== Main Layout Styles ============= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

#powerPressContainer {
	position: relative;
	margin: 20px auto;
	width: 760px;
	text-align: left;
	border: 1px solid #ccc;
	background: transparent url("/images/common/powerPressContainerBG.jpg") bottom left repeat-x;
}


#powerPressH1 {
	float: left;
	margin-top: 24px;
	margin-left: 10px;
	width: 328px;
	height: 120px;
	background: transparent url("/images/common/powerpresses-tma-logo.gif") 0 0 no-repeat;
	display: inline;
}

#powerPressAddress {
	float: right;
	margin-top: 24px;
	margin-right: 20px;
	text-align: right;
	display: inline;
}

#powerPressAddress p {
	font-size: 12px;
}

#powerPressDivide {
	width: 760px;
	height: 40px;
	margin-top: 5px;
	background: transparent url("/images/common/powerpresses-tma-divide.jpg") 0 0 no-repeat;
}

#powerPressH2 {
	font-size: 25px;
}

#powerPressH1 span, #powerPressDivide p {
	display: none; 
}

#powerPressContent {
	margin-top: 3em;
}

#powerPressContent span.h3Class {
	font-size: 2.5em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

#contentLeft {
	float: left;
	width: 230px;
	margin-left: 17px;
	text-align: center;
	display: inline;
}

#contentMiddle {
	float: left;
	width: 230px;
	margin-left: 17px;
	text-align: center;
	display: inline;
}

#contentRight {
	float: left;
	width: 230px;
	margin-left: 17px;
	text-align: center;
	display: inline;
}

#contentLeft div, #contentMiddle div, #contentRight div {
	height: 32.5em;
}

#contentLeft div img {
	margin-top: 2em;
	border: 1px solid #ccc;
}

#contentMiddle div img {
	margin-top: 5em;
	border: 1px solid #ccc;
}

#contentRight div img {
	margin-top: 5em;
	border: 1px solid #ccc;
}

#powerPressFooter {
	text-align: center;
	padding-top: 5em;
	color: #999;
}

.floatfix { clear: both; }	

/* Special Format Styling for Matt by young Davey boy */

.specialFormat {
	font-size: 14px;
	color: #fff;
	display: none;
}

/* =========== Links Styles ============= */

a:link {
	color: #d21126;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #d21126;
	text-decoration: none;
}

a:hover {
	color: #EF3D4F;
	color: #ccc;
	text-decoration: none;
}

a:active {
	color: #d21126;
	text-decoration: none;
}

#contentLeft div a {
	cursor: pointer;
}

#contentMiddle div a {
	cursor: pointer;
}

#contentRight div a {
	cursor: pointer;
}

#contentLeft div a:hover img {
	border: 1px solid #d21126;
}

#contentMiddle div a:hover img {
	border: 1px solid #d21126;
}

#contentRight div a:hover img {
	border: 1px solid #d21126;
}


/*    borders for nav    */


.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.xb1 {margin:0 5px; background:#ccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}




#contentLeft div, #contentMiddle div, #contentRight div {display:block; background:#fff; border:0 solid #ccc; border-width:0 1px;}
