
@import url('/styles/brandedheader.css');

#branding h1 {
	padding-right:80px;
}

#branding h1 a {
  background: url(../images/ucplogo.jpg) no-repeat 0 0;
  width:220px;
}

#navbar {
	width:458px;
}

#navbar-small{
	width: 289px;
}

body {
  margin-bottom:0;
  padding:0;
  background: #f6e8c9;
  text-align:center;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:62.5%;
  color:#454545;
}

#wrapper {
  position:relative;
  background:url(../images/int_wrapper.jpg) repeat-y 0 0;  
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  height:100%;
}
  
#container {
  }
  
#content {
	float:right;
	width:645px;
    margin-right:50px;
	margin-top:85px;
	margin-bottom:20px;
	font-size:1.2em;
}

#content h2 {
	/*font-style:italic;*/
	margin-bottom:0;
	font-size:18px;
}

#content h3 {
	font-style:italic;
	margin-bottom:10px;
	font-size:14px;
}


#content h4 {
	margin-bottom:0px;
	font-size:18px;
}

#content h5 {
	font-style:italic;
	margin-bottom:0px;
	font-size:18px;
}

#content h6 {
	margin-bottom:0px;
	font-size:14px;
}

#content p {
	margin-top:5px;
	margin-bottom:0;
	line-height:20px;
}

#content .feature-image {
	float:right;
	margin-left:15px;
}

#content .realjade {
	float:right;
	margin-left:15px;
	clear:right;
}
  
    
#header {
  background:#fff;
  width:440px;
  margin-left:14px;
  padding-left:20px;
  }
  
      
#footer {
	width:1000px;
	height:56px;
	background:url(../images/int_footer.jpg) no-repeat center bottom;
	padding:45px 0 0 0;
	text-align:center;
	color:#fff;
	clear:both;
	margin:0 auto;
}

#footer li{
	display:inline;
	padding:0 30px 0 0;
}

#footer a{
	color:#ffd457;
}

a {
	color:#92b13f;
}

/*========= Product Feature Area ==========*/

#features {
	background:url(../images/feature_lines.jpg) repeat 0 0;
	width:605px;
	padding:20px;
	margin:20px 0;
	clear:right;
	
}

#prodfeature {
width:590px;
background:#FFF;
padding-left:8px;
}


#prodfeature .feature {
width:120px;
float:left;
font-size:.9em;
text-align:center;
}

#prodfeature ul {
	padding:10px;
	margin-top:0;
	margin-bottom:0;
}

#prodfeature ul li {
display:inline;
padding-right:20px;
border-bottom:1px solid #92b13f;
margin:-1px;
padding-bottom:4px;
padding-left:5px;
}

#prodfeature li {
	font-size:1.1em;
}

#prodfeature p {
clear:right;
}

#prodfeature .list {
	line-height:20px;
	}

#prodfeature .caption {
	font-size:1em;
	font-weight:bold;
}

#prodfeature .thumbwrap {
	float:left;
	width:75px;
	height:120px;
	text-align:center;
	margin:10px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#prodfeature .thumbwrap img {
	clear:right;
}


#prodfeature .thumbwrap a {
	text-decoration:none;
}

#prodfeature h3 {
clear:right;
float:right;
width:331px;
}

#prodfeature .spacer {
width:605px;
clear:both;
padding-bottom:15px;
}
	
.tabNavigation a {
text-decoration:none;
}

#prodfeature .tabNavigation a:hover {
	color:#627e19;
}

.activetab {
color:#85785f;
font-weight:bold;
}

.tabNavigation .activetab a:hover {
    color:#B82126;
	}


/*========= NAV ==========*/

#nav {
	float:left;
	margin-left:14px;
	font-size:1.1em;
	margin-top:90px;
}

#nav a{
	font-weight:bold;
	float:left;
	clear:left;
	padding:10px 30px;
	color:#92b13f;
	text-decoration:none;
	width:192px;
}

#nav a:hover{
	background:url(../images/nav_hover.jpg) repeat-x 0 0;
	color:#627e19;
}

#nav .active{
	background:url(../images/arrow.jpg) no-repeat 19px 11px;
	color:#85785f;
}

#nav .sub a {
	padding-left:40px;
	padding:5px 40px;
	width:172px;
}

#nav .sub a.active {
	background:url(../images/arrow.jpg) no-repeat 29px 6px;
	color:#85785f;
}

/*========= HOME ==========*/

.home #wrapper {
	background:url(../images/wrapper.jpg) repeat-y 0 0;  
}

.home #content {
	width:400px;
	margin-right:25px;
	padding-left:15px;
	margin-top:100px;
}


.home #footer {
	background:url(../images/footer.jpg) no-repeat 0 0;
}

.home #feature-area {
	background:url(../images/features-bckgrd.jpg) no-repeat 0 0;
	margin-top:20px;
	width:956px;
	height:164px;
	clear:both;
	padding-left:35px;
}

.home #feature-area .feature {
	float:left;
	width:300px;
	height:140px;
	margin-top:22px;
	margin-right:10px;
}

.home #feature-area .more {
	float:right;
	margin-right:15px;
}

.home #feature-area h2 {
	font-size:1.2em;
	font-style:italic;
	margin-bottom:0;
}

.home #feature-area p {
	font-size:1.2em;
	margin-top:3px;
	margin-bottom:3px;
}

.home #feature-area .thumb {
	float:left;
	border:3px solid #c6bba6;
	margin-right:10px;
}

.home #flash-feature-wrapper {
	position:relative;
}

.home #flash-overlay-nav {
	position:absolute;
	top:90px;
	left:30px;
	background:#FFF;
	z-index:1000;
}


/*========= TABLES ==========*/

#content td {
	border-bottom: 1px solid #92b13f;
	padding:10px;
}

#content td h2 {
	font-size:1em;
	font-style:normal;
}

/*========= NAVIGATION ==========*/

#navigation {
  background:transparent url(../images/navbckgrd.jpg) no-repeat scroll 0;
  font-size:1.2em;
  left:0;
  margin-left:14px;
  margin-right:0;
  padding:0;
  position:absolute;
  top:147px;
  width:972px;
  height:81px;
  clear:both;
  z-index:3;
}


#navigation ul {
list-style:none;
margin:0 0 0 250px;
}

#cssdropdown {
padding:45px 0 12px 0;
}

#cssdropdown li {
border-right:1px solid #ffd457;
float:left;
position:relative;
padding:0;

}

#cssdropdown .mainitemshtb {
border-right:none;
}


.mainitems a {
padding:5px 12px;
color:#ffd457;
text-decoration: none;
}

.mainitems a:hover {
color:#fff;
}

.mainitemshome a {
padding:5px 12px;
color:#ffd457;
text-decoration: none;
margin-bottom:10px;
}

.mainitemshome a:hover {
color:#fff;
}

.home #cssdropdown .mainitemshome {
	visibility:hidden;
}

.mainitemshtb a {
padding:5px 15px;
color:#ffd457;
text-decoration: none;
}

.mainitemshtb a:hover {
color:#fff;
}

.subuls {
z-index:0;
clear:both;
font-size:1em;
display:none;
border-bottom:1px solid #666;
padding-left:0;
width:180px;
}

#cssdropdown .subuls {
text-transform:none;
margin:0;
position:absolute;
left:0;
padding-bottom:0;
top:1.1em;
padding-top:11px;
}

#cssdropdown .subuls li {
background:#333;
border-left:1px solid #666;
border-right:1px solid #666;
display:block;
width: 180px;
}

#cssdropdown li .heading {
border-top:1px solid #999;
font-size:1em;
text-transform:uppercase;
font-weight:bold;
padding:5px 0;
}

#cssdropdown .subuls li :hover {
display:block;
width:163px;
background: #222;
color:#fff;
}

#cssdropdown .subuls li a {
text-decoration: none;
color:#f4f2e2;
border-right:none;
letter-spacing:0;
display:block;
padding-left:5px;
}
  
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
padding-bottom:10px;
top:.9em;
left:0;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;}

/*FANCYBOX*/

/* site map*/
.float-half{
	width: 300px;
	float: left;
}

#content .sitemap ul{
	margin: 15px 0 0 0;
	font-size: 1.2em;
	padding: 0;
	width: 100%;
	}
	#content .sitemap ul li{
		list-style: none;
		width: 300px;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#content .sitemap ul ul{
		margin: 0 0 0 15px;
		padding: 0;
	}
		#content .sitemap ul ul li{
			font-weight: normal;
			padding: 0;
		}

/* How to Buy and Contact */

#HowToBuyControl_pnlHTBForm .step-image {
	display:none;
}

#htbForm .product-label {
	font-weight:bold;
}

#content #htbForm table{
	width: 500px;
	margin-top: 10px;
	}
	#content #htbForm table th{
		font-size:1.4em;
		font-style:italic;
		margin-bottom:0;
	}
	#content #htbForm table td,
	#content #conForm table td{
		border: 0;
	}

#content #htbForm table table tr.even,
#content #conForm table tr.even{
		background-color: #f6eedd;
	}
	
#content #conForm, #content #htbForm{
	padding-top: 20px;
}
