/* CSS developed by 9xb.com
Main stylesheet for layout */

.screen_reader {
	display: none;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
}
#error {
	display: none;
	background-color: #a70000;
	color: #fff;
	font-weight: bold;	
}
body {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:0.9em;
	color:#000;
}
h1 {
	display:inline;
}
h1 a {
	display:block;
	background:url(../images/mw_header1.gif) no-repeat center center;
	width:240px;
	height:40px;
	margin-left:15px;
}
h1 span {
	visibility:hidden;
}
img {
	border:none;
}
a {
	color:#aaa;
	text-decoration:none;
}
a:hover {
	color:#63c3df;
}
h2 {
	font-size:120%;
	font-weight:bold;
	margin:0 0 15px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h3 {
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	font-size:100%;
	font-weight:bold;
	margin:3px 0;
}
h5 {
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dashed #aaa;
	margin-bottom:10px;
	width:370px;
}
strong {
	color:#000;
	font-weight:bold;
}
p {
	margin:0 0 15px 0;
	font-size:90%;
}

/* +----------------------------+ *\
             NAVIGATION                  
\* +----------------------------+ */

#nav {
	font-size:80%;
	text-transform:uppercase;
	width:200px;
	float:left;
	margin-right:30px;
}
#nav ul {
	list-style:none;
}
#nav li a {
	padding-left:20px;
	display:block;
	margin:2px 0;
}
#nav li a:hover {
	background:url(../images/nav_arrow.gif) no-repeat center left;
}
#nav li ul {
	font-size:90%;
	margin-left:8px;
	padding-left:8px;
}
#pressNav {
	width:200px;
	float:right;
	margin:0 0 15px 15px;
}






/* +----------------------------+ *\
              DIVISIONS                   
\* +----------------------------+ */
#header {
	width:780px;
	float:left;
	margin-bottom:20px;
}
#wrapper {
	width:830px;
	margin:55px 0 60px 35px;
}
#content {
	width:600px;
	float:right;
}
#thumbs {
	margin-bottom:5px;
}
#thumbs img {
	margin-right:10px;
}
#imgHolder {
	width:600px;
	height:320px;
	margin-bottom:10px;
}

/* +----------------------------+ *\
              CLASSES                   
\* +----------------------------+ */

.comment {
	padding:10px;
	padding-bottom:0;
	border:1px solid #ddd;
	margin-bottom:10px;
}
.comment p.clientName {
	color:#aaa;
	font-style:italic;
}
.highlight {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
.prodTagline {
	color:#999!important;
	margin-top:0;
}
.price {
	text-transform:uppercase;
	font-size:90%;
	padding:3px 8px;
	background:#ccc;
	margin-right:10px;
}
.orderButton {
	text-transform:uppercase;
	font-size:90%;
	padding:3px 8px;
	background:#63c3df;
	color:#fff;
}
.orderButton:hover {
	background:#fff;
	border:1px solid #63c3df;
	color:#63c3df;
}
.pressDate {
	font-size:90%;
	color:#ccc;
}
h5 span {
	font-size:80%;
	color:#aaa;
	margin-left:10px;
}
.currentLink {
	background:url(../images/nav_arrow.gif) no-repeat center left;
	color:#63c3df;
}
.commissionLink {
	color:#111;
	text-decoration:underline;
}
.noDisplay {
	display:none;
}
a.contentLink {
	color:#63c3df;
	text-decoration:none;
}
a.contentLink:hover {
	text-decoration:underline;
}

#thumbs a img {
	border:1px solid #ccc;
}
#thumbs a:hover img {
	border:1px solid #63c3df;
}
#content ul {
	margin:0 0 10px 15px;
	padding:0 0 10px 15px;
	font-size:90%;
}
#content ul li {
	margin-top:3px;
}
#welcomeImages {
	margin:15px 0;
}
#welcomeImages a img {
	border:1px solid #ccc;
	margin-right:10px;
}
#welcomeImages a:hover img {
	border:1px solid #63c3df;
}
#contentImg {
	float:right;
	margin:0 0 15px 25px;
	display:inline;
	width:200px;
}
p.caption {
	margin:0;
	font-size:80%;
	text-align:center;
	background:#63c3df;
	color:#fff;
	position:relative;
	top:-4px;
	padding:2px;
	width:198px;
}
p.imgPara {
	margin:0;
	padding:0;
}
#contentImg img {
	border:1px solid #ccc;
	margin:0;
	padding:0;
}
#content ul {
	list-style-type:square;
	color:#63c3df;
}
#content ul span {
	color:#000;
}
.indexTagline {
	position:relative;
	left:-220px;
	top:-200px;
}
#prodThumbs a img {
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}
#prodThumbs a:hover img {
	border:1px solid #63c3df;
}
/* +----------------------------+ *\
                FORM                   
\* +----------------------------+ */
fieldset {
	border:none;
	border-top:1px solid #ddd;
}
legend {
	padding:0 5px;
	color:#63c3df;
	font-size:90%;
	text-transform:uppercase;
}
fieldset form {
	margin-top:15px;
}
form label {
	width:150px;
	float:left;
}
form input, form select, form textarea {
	width:300px;
	border:1px solid #aaa;
}
input.submit {
	width:50px;
	margin-left:150px;
	color:#fff;
	background:#63c3df;
	text-transform:uppercase;
}
form p span {
	color:#c00;
	padding-left:10px;
}
.message {
	display:block;
	border:1px solid #090;
	padding:5px;
	color:#090;
	text-align:center;
	width:350px;
	margin:10px auto;
}
.errorMsg {
	display:block;
	border:1px solid #900;
	padding:5px;
	color:#900;
	text-align:center;
	width:350px;
	margin:10px auto;
}
#addressDiv {
	width:200px;
	float:right;
	border:1px solid #63c3df;
	padding:10px;
}








