/* 
    Document   : theme
    Created on : Jul 31, 2012, 3:42:35 PM
    Author     : brentyoung
    Description:
        Purpose of the stylesheet follows.
*/
.span-19 {width:790px;}
.breadcrumbs {
    margin-top: 20px;
}
a {
    color: #BB444E;
}
a:hover {
    color: #D99B8F;
}

h1, h2, h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}
h1 {
    color: #766D6D;
    font-size: 20px;
    margin-bottom: 5px;
} 

h2 {
    color: #C32F45;
    font-size: 16px;
    margin-bottom: 10px;
}
h3 {
    color: #766D6D;
    font-size: 14px;
    margin-bottom: 5px;
}

/* maintemplate*/
body {
    font-family:Verdana, Geneva, sans-serif;
    text-align: left;
	background-image: url("../images/bg.jpg");
}

#page {
    margin: 0px auto 0px auto;
    width: 1000px;
    border: 1px solid #CCC;
}

#topMenu {
    font-size: 10px;
    margin: 0px auto 0px auto;
    float: none;
    width: 1000px; 
    background-color: #7B7572;
    border: 1px solid #7B7572;
    height: 23px;
}

#topMenu a {
    display: block;
    text-decoration: none;
    color: #FFF;
}

#topMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color:  transparent;
    position: absolute;
    z-index: 10000;
}

#topMenu ul li ul {
    background-color:  #7B7572;
}
#topMenu ul ul ul {
}
#topMenu ul li {
    border-color: #FFF;
}

#topMenu ul li a {
}
#topMenu ul li ul li a:hover {
    color: #000;
}

#topMenu ul li a.hasSubMenu, #topMenu ul li a.hasSubSubMenu {
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding-right: 16px;
}
#topMenu ul li a.hasSubMenu {
    background-image: url("../images/down.png");
}
#topMenu ul li ul li a.hasSubSubMenu {
    background-image: url("../images/left.html");
}

#topMenu ul li a.hasSubMenu:hover, #topMenu li:hover > a.hasSubMenu /* Set this option to get the parent to stay highlighed */ {
    color: #000;
}
#topMenu ul li ul li a.hasSubSubMenu:hover, #topMenu ul li ul li:hover > a.hasSubSubMenu {
    color: #000;
}


#topMenu ul li ul li {
}

#topMenu li.first {
}

#topMenu ul ul li {
}

#topMenu ul ul li ul li a {
}

#topMenu ul ul a, #topMenu ul ul li.first a {
}
 
#topMenu ul ul li:hover > a, #topMenu ul ul li.first:hover > a, #topMenu ul ul li.last:hover > a { 
}
#topMenu ul ul ul a {
}
#topMenu ul li:hover > ul {
}

#mainMenu
{
    height: 24px;
    margin: 0px 0px 0px 104px;
    padding: 19px 0px 0px 0px;
    font-size: 11px;
}

#mainMenu a {
    display: block;
    text-decoration: none;
}

#mainMenu ul {
    list-style: none;
    padding: 0px;
}
    
#mainMenu ul li ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: none;
    position: absolute;
    top: 33px;
    left: 0;    
    float: left;
    width: 140px;
}
#mainMenu ul li ul li ul {
    left: 155px; /* -1px for ul border */
    top: 0px;
    margin-left: 0px;
}
#mainMenu ul li {
    float: left;
    background-color: #BB444E;
    margin: 0px 0px 0px 2px;
}
#mainMenu ul li ul li{
    background-color: #CECECE;
    margin: 0px 0px 1px 0px;
}
#mainMenu ul li a {
    color: #FFF;
    padding: 8px 5px 7px 5px;
}

#mainMenu ul li a:hover{
    color: #D99B8F;
}
#mainMenu ul li a.hasSubMenu, #mainMenu ul li a.hasSubSubMenu {
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 18px;
}
#mainMenu ul li a.hasSubMenu {
    background-image: url(../images/down.png);
}
#mainMenu ul li a.hasSubSubMenu {
    background-image: url(../images/right.png);
}

#mainMenu ul li ul li a:hover {
    color:#7B7572;
}

#mainMenu ul li ul li.last {}
	



/* TOP BANNER */
#banner {
	height: 312px;
	width: 1000px;
	background-image:url(../images/banner.png);
	background-position:center;
	background-repeat: no-repeat;
	margin: 10px 0px 20px 0px;
}

#banner #seeing{
	font-size: 22px;
	padding:40px 0px 0px 513px;
	color: #766D6D;
	letter-spacing: 2px;
}
/* TOP BANNER END */




/* JQ SLIDER*/
.slides_container {
	margin: 55px 0px 0px 30px;
	width: 620px;
	height: 160px;
	display:block;
}

#slider {
	width: 620px;
	height: 160px;
        display: none;
}

#slider img { 
	float: left;
        margin-right: 30px;
}

#slider ul {
	padding: 50px 0px 0px 50px;
    margin: 0px 0px 0px 50px;
}

#slider li img {
}

#slider li {
	line-height: 14px;
	font-size: 12px;
	list-style-image: url(../images/bullet_red.html);
}

#slides .prev, #slides .next {
	display: none;
}

.pagination {
	position: absolute;
	/*z-index: 10000;*/
	margin: -20px 0px 0px 300px;
}

#slides .pagination {
	border: none;
        
}

#slides .pagination li {
/*	list-style-image: url(../images/bullet_red.png);*/
    float: left;
    margin-right: 3px;
    border: none;
}

#slides .pagination li:last-child a {
	overflow: hidden;
}

#slides .pagination li a {
    display: block;
    width: 13px;
    height: 0px;
    padding: 13px 0px 1px 0px;
    border: none;
    background-image: url(../images/pag1.png);
    background-position: left top;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
}

#slides .pagination li.current a {
	background-image: url(../images/pag2.png);
}
					   

#slides .pagination a:hover{
	background-image: url(../images/pag3.png);
}
/* JQ SLIDER END */

.list-view .pagination {
    clear: both;
    margin: 20px 0px 20px 0px;
    float: right;
    position: relative;
}

#slides .resume, #slides .pause{

      border :0px;
      background-image: none;
      margin-top: 0px;
      margin-bottom: 5px;
      padding: 0px;
      float: right;
      /*padding-right: 593px;*/
      padding-right:300px;
      margin-top :-24px;
      display:block;
}	


/* SIDE BAR */

#leftSidebar {
	margin: 0px 10px 0px 10px;
	width:130px;
	float: left;
}

#leftSidebar li{
	background-color: #7B7572;
	padding: 11px;
	margin: 2px 2px 2px -23px;
	text-align:center;
	list-style: none;
	width: 104px;
}
	
#leftSidebar li a {
	color: #FFF;
	text-decoration: none;
	font-size:14px;	
}

#leftSidebar a:hover{
	color: #C9C3C1;
}
#leftSidebar h4{
	font-size: 14px;
	color: #7B7572;
	text-align: center;
}

#leftSidebar img {
	margin :10px;
}	


#awards {
	margin:10px 0px 10px 2px;
	width:124px;
	border-left: solid #7B7572 1px;
	border-right: solid #7B7572 1px;
}

/* SIDE BAR END */

#content {
    float: left;
    width: 800px;
    padding: 0px 10px 10px 10px;
	font-size: 12px;
}

#content h1 {
    
    padding: 5px 0px 0px 0px;
    
}


/* FOOTER */
#footer {
	background-color: #7B7572;
	border-left: solid #7B7572 1px;
	border-right: solid #7B7572 1px;
	width: 980px;
	margin: -2px auto 0px auto;
        padding: 10px 10px 20px 10px;        
        clear: left;
}

#footernav {
	margin:auto;
	width: 975px;
}

.footerlist:first-child {
	border-left: solid #FFF 1px;
}

.footerlist{
	height: 210px;
	width: 242px;
	float: left;
	display:inline-block;
	border-right: solid #FFF 1px;
	margin-bottom: 10px;
}

.footerlist h4, .footerlist h2 {
	color:#FFF;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
    padding: 0px;
	font-weight: bold;
	text-align: left;
}

.footerlist ul li{
	text-align: left;
	list-style-image: url(../images/bullet.png);
}

.footerlist ul a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.footerlist ul a:hover {
	color: #C9C3C1;
}

#testimonial .slides_container {
	margin: 0px;
	width: 480px;
	height: 100px;
	display:block;
	margin: 0px;
}


#testimonial #slider {
	width: 475px;
	height: 100px;
	float:left;
	position: relative;
	margin-top: 10px;
}

#testimonial .pagination {
	display: none;
}

#testimonial p {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	background-image:url(../images/testimonial-box.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 430px;
	height: 55px;
	padding: 0px 35px 5px 35px;
}

#testimonial h5 {
	text-align: left;
	color:#FFF;
	font-size:12px;
	padding-left: 40px;
}


#contact {
	text-align:left;
	border-left: solid #FFF 1px;
	float: right;
	height: 80px;
	width: 481px;
	padding:10px 0px 0px 10px;
	margin-top: -100px;
}

#contact p{
	line-height: 10px;
	color: #FFF;
	font-size: 10px;
}
	
#contact h4{
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
}

#social {
	width: 40px;
	float: right;
}

#social img {
	padding: 2px 0px;
}
/* FOOTER END */




/* FOOT */
#foot {
	margin:10px auto 20px auto;
	width: 990px;
	background-color: #BB444E;
	border-left: solid #BB444E 1px;
	border-right: solid #BB444E 1px;
	padding: 5px;
	color: #FFF;
	font-size: 10px;
}

#footcontent{
	width: 700px;
	margin: auto;
	text-align: center;
}

#foot li{
	display:inline-block;
	border-left: solid #FFF 1px;
}

#foot li a{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 2px 2px 6px;
}

#foot ul a:hover {
	color: #D99B8F;
}

#foot ul li:first-child {
		border-left: solid #BB444E 1px;
}

#foot a{
	color:#FFF;
	text-decoration:underline;
}
#foot p {
    font-size: 11px;
}
#foot p a:hover {
	color: #D99B8F;
}
/* FOOTER ENDS */

/* maintemplate end*/



/* products */

.product {
	width:650;
	margin:auto;
}

.prodtitle {
	width: 235px;
	float: left;
	margin:-27px 20px 0px 0px;
}

.prodtitle h1{
	color: #7B7572;
	font-size: 20px;
	padding: 30px 0px 10px 0px;
}

.prodtitle h2, .prodspec h2{
	color: #BB444E;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 9px;
}

.prodtitle h3 {
	color: #7B7572;
	font-size: 12px;
	padding-bottom: 8px;
}

.prodtitle img {
    padding: 10px;
    float: left;
}

.prodtitle a {
    font-size: 10px;
    color: #BB444E;;
}

.prodtitle a p{
	padding-top: 17px;
}
	
.prodspec table {
	margin-top: 40px;
	font-size: 10px;
        width: 385px;
}

.prodspec td {
	padding: 3px 5px;
	border: solid 1px #000;
}

.prodtxt {
	padding-top: 20px;
	font-size: 10px;
	line-height: 12px;
}

.prodtxt h2{
	margin: 10px 0px -5px 0px;
	color: #BB444E;
	font-weight: bold;
	font-size: 12px;
}

.prodtxt p{
	padding: 10px 0px 5px 0px;
}

.prodtxt img{ 
	padding: 0px 20px 2px 20px;
}

.smallprint {
	font-size: 8px;
}

iframe {
	float: right;
	padding-left: 30px;
}

.person {
    width: 350px;
    padding: 15px;
    margin: 0px 15px 15px 0px;
    float: left;
    background-color: #E2E2E2;
    min-height: 270px;
}
.person img {
    float: left;
    margin-right: 10px;
}
.person h2 {
    color: #C32F45;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}
.person h3 {
    color: #766D6D;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.person p {
    font-size: 11px;
}
.staff div:last-child {
    margin-right: 0px;
}

/* MY CSS END */
strong {
    color: #C32F45;    
}


.homeDivSection {
    background-color: #0088cc;
    width: 236px;
    min-height: 160px;
    padding: 10px;
    margin: 0px 16px 0px 0px;
    background-color: #fbfbfb;
    background-image: url(../images/bg-homeDiv.png);
    background-position: left top;
    background-repeat:  repeat-x;
    float: left;

}
.homeDivSection.last {
    margin-right: 0px;
}

.homeDivSection ul {
    margin-bottom: 0px;
    padding: 0px;
}
.homeDivSection ul li {
    margin: 0px;
    padding: 0px;
}
.homeDivSection ul li:last-child {
    margin-right: 0px;
}

/* SYSTEM CSS DON't CHANGE */

/* IMAGE GALLERY (EGALLERIA) */
/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container {
    background: none;
    height: auto;
}
.galleria-stage {
bottom: 85px;    
}
.galleria-thumbnails-container {
    height: 75px;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 70px;
    width: 70px;
    border: 1px solid #000;
    background: none;
}
.galleria-counter {
    color: #000;
    font-family: arial, sans-serif;
    font-size: 11px;
    z-index: 2;
}
.galleria-loader {
    background-color: none;
    background: url(../images/loading.gif) no-repeat 2px 2px;
}
.galleria-info {
}
.galleria-info-text {
    background-color: none;
}
.galleria-info-title {
    font-size: 12px;
    font-family: arial,sans-serif;
    color: #000;
}
.galleria-info-description {
    font-size: 12px;
    font-family: arial,sans-serif;
    color: #bbb;
}
.galleria-info-close {
    background-position: -753px -11px;
}
.galleria-info-close:hover{
}
.galleria-info-link {
    background-color: none;
}
.galleria-info-link:hover {
}
.galleria-image-nav {
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    width: 62px;
    height: 124px;
}
.galleria-image-nav-right {
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
    
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    height: 70px;
    width: 23px;
    background-position: -495px 20px;
}
.galleria-thumb-nav-right {
    background-position: -578px 20px;
}
.galleria-thumbnails-container .disabled {
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
    background-color: transparent;
}
.galleria-thumbnails-container .disabled:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(../images/egalleriaClassicMap.png);
}


.contentGridView {
    width: 200px;
    display: inline-block;
}
.contentGridViewImage {
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 0px 5px 0px;
}
h3.contentGridViewTitle {
font-size: 13px;
}
.contentnGridViewDescription {
    text-align: justify;
}

.contentGridView.gridParent_109 {
    width: 390px;
}
.contentGridView.gridParent_109 .contentGridViewImage {
    width: 390px;
    height: 390px;
}

.contentListView {
    clear: left;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.contentListViewImage {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 5px 5px 0px;
    float: left;
}
h3.contentGridViewTitle {
    font-size: 13px;
}

.fileDownload {
    background-image: url('../images/downloadPdf.png');
    background-repeat: no-repeat;
    background-position: 20px 50%;
    height: 0px;
    width: 156px;
    padding: 28px 0px 0px 40px;
    margin: 20px 0px 15px 0px;
    overflow: hidden;
}


.slideDownMenu {
    width: 130px;
    float: left;
}
.slideDownMenu ul {
	list-style: none;
        margin: 0px;
        padding: 0px;
}
.slideDownMenu ul li {
}
	
.slideDownMenu li a {
    display: list-item;
    color: #FFF;
    text-decoration: none;
    font-size:14px;	
    background-color: #C32F45;
    padding: 10px;
    margin: 0px 0px 5px 0px;
}


.slideDownMenu ul li a:hover{
    color: #D99B8F;
}
.slideDownMenu ul li ul li a {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
    background-color: #9D9897;
    padding: 10px;
}
.slideDownMenu ul li ul li a:hover {
    color: #CCC;
}

.slideDownMenu ul ul.children {
    display: none;
    margin-bottom: 5px;
}
.productContent {
    float: left;
    margin-left:  10px;
    padding-left: 10px;
    border-left: 1px solid #BBB;
    width: 640px;
    
}
.productContent table tr:first-child {
    background-color: #9D9897;
}
.productContent table tr:first-child h2 {
    color: #FFF;
}
.productContent table td:first-child {
    background-color: #9D9897;
    color: #FFF;
}
.productContent table{
    border-color: #fff;
}


.market-section h2 {
    background-color: #CCC;
    color: #C32F45;
    width: 400px;
    padding: 5px;
    cursor: pointer;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 18px;
    
}
.market-item {
    border-bottom: 1px solid #CCC;
    display: none;
    padding: 10px 0px 0px 10px;
}
.market-section div:last-child {
    border-bottom: none;
}
.market-item img {
    float: left;
    margin: 0px 20px 10px 0px;
}

#video {
	padding-top: 20px;
}

.vid {
	width: 150px;
	height: 150px;
	display:inline-block;
	float: left;
	text-align:center;
}

.vid img{
	margin:auto;
}

.vid p{
	padding-top: 5px;
}

#publish_date {
    padding: 10px 0px;
    color: #9D9897;
    
}

.download_tn {
	width: 115px;
	height: 150px;
	display:inline-block;
	float: left;
	text-align:center;
        padding-right: 20px;
        padding-bottom:20px

}

.download_tn img{
    -moz-box-shadow:    3px 3px 5px 3px #ccc;
     -webkit-box-shadow: 3px 3px 5px 3px #ccc;
      box-shadow:         3px 3px 5px 3px #ccc;
}

#download_section {
	display:block;
        float:left;
	padding-top: 5px;

}



#download_section h2{
   margin-left: 5px;
    
}

.regButton {
    background-color: #BB444E;
    color:#fff;
}