/***********************************

***********************************/

/* Global styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C5C5C;
}
* {
	margin:0;
	padding:0;
	outline:0;
}
a img {
	border:0;
}
ul li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#3366CC;
}
a:hover {
	color:3366CC;
	text-decoration:underline;
}
p a:hover {
	/*color:white;
	background:#42205d;*/
	color:black;
	text-decoration:underline;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
.hide {
	display:none;
}
.floatLeft {
	float:left;
	margin:0 10px 5px 0;
}
.floatRight {
	float:right;
	margin:0 0 5px 10px;
}
a:hover img.noBgHov {
	background-color:none !important;
}

/*-----*/
#nav {
width:80%;
margin:0.5em 0;
padding:10px 0;
}

#nav ul {
list-style:none;
float:right;
margin:0;
padding:0;
}

#nav li {
float:left;
clear:none;
}

#nav li a {
margin-left:40px;
padding-top:20px;
display:block;
text-decoration:none;
font:400 1.4em 'trebuchet ms',arial,sans-serif;
color:#999;
letter-spacing:-1px;
}

#nav li a:hover {
background:#FFF url('arrow.gif') no-repeat top center;
}

/*-----*/

/* order page styles */

.textarea {
	position:relative;
	left:16px;
}

#bottomBoxArea {
	width:974px;
	height:176px;
	
	margin:0 0 0 12px;
	clear:both;
}
.orderItemColumnWrap {
	margin:4px 0 0 12px;
	float:left;
	min-height:1%;
	width:992px;
	_margin-left:6px;
}
.orderItem {
	width:312px;
	height:168px;
	margin:0 5px 5px 0;
	float:left;
	padding:0 151px 0 21px;
	position:relative;
	overflow:hidden;
	background-image: url(orderItemFrame.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bottomBox4 .bottomBoxFrame {
	width:176px;
	height:155px;
	float:left;
	padding:0 30px;
	background:url(bottomBox4.gif) no-repeat 218px 60px;
}
.bottomBox4 .bottomBoxLast {
	background:none;
}


.orderItem h2 {
	height:31px;
	line-height:31px;
	font-size:18px;
	color:#3366CC;
	padding-top:3px;
	margin-bottom:20px;
}

.orderItem h3 {
	font-size:16px;
	color:#ECECEC;
	margin-bottom:5px;
}

.orderItem h3 a {
	color:#5C5C5C;
	background:none;
}
.orderItem h3 a:hover {
	color:#3366CC;
	background:none;
}
.orderItem p {
	font-size:11px;
	line-height:13px;
	color:#858585;
	margin:0;
}
.orderItem p.highlightContent {
	margin-top:5px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
	
.orderItem p.highlightContent a {
	color:#000;
	padding-right:5px;
}
.orderItem p.highlightContent a:hover {
	background:none;
	color:#e8c61e;
}
.orderItem .orderButtonPlacement {
	position:absolute;
	right:26px;
	top:60px;
}



