/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#findBtn1{
color:#777777;
}

img {
    display: block;
    /* margin-left: auto;
    margin-right: auto; */
}

td{
	padding: 30px;
}

#partnerTable{
	table-layout: fixed;
    width: 720px;
}

#partnerTable td {
        width: 360px;
    }
	
body {
	height:1036px;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #ffffff;
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	font-weight: normal;
	padding-bottom: 12px;
}

a {
	color:#787878;
	text-decoration: none;
}

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

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

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

a.active {
	color: #CC6600;
	outline: none;
	text-decoration: underline;
}

#mast h1 {
	padding: 30px 0 20px 40px;
}

nav#global {
	/* padding: 10px 0;
	position: absolute;
	left: 0;
	width: 100%; */
	/* background-color: #333; */
	
	margin-top: -60px; 
    margin-bottom: -120px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    overflow:auto;	
	display:block;
	position: relative;
		width: 100%;
}

nav#global ul {
	margin: 0 auto;
	//width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	//padding-left: 10px;
}

nav#global ul li a {
	color: #777;
	/* background-color: #222; */
	/* border: 2px solid #222; */
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #FF9900;
	text-decoration: none;
}

 nav#global ul li a.selected {
	color: #000;
} 

nav#global ul li a.selected:hover {
	color: #FF9900;
}

#intro {
	
	/* margin-top: 100px; */
    margin-bottom: 50px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    overflow:auto;	
}


#aboutUsPic{
	margin-top: 100px;
	margin-left: 650px;
}

#introAboutUsPage{
margin-top: 30px;
margin-bottom: 30px;
}
#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 370px;
}

#intro p {
 	width: 200px;
}

#intro a {
	color: #777777;
	/* background-color: #333; */
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	
}

#pdf{
background-color: #333;
}

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #fff;
	float: right;
	margin-top: -170px;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 400px;
	height: 300px;
}

#photo div {
	background-color: #333;
	margin: 10px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 380px;
	height: 260px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

#main #articles {
	float: left;
	margin-left: 40px;
	width: 600px;
	border: none;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 15px 0;
}

article:last-child {
	border-bottom: none;
}

aside {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

aside section {
	background-color: #F5F5F5;
	margin-bottom: 30px;
	padding: 20px 40px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside h3 {
	padding: 0 0 11px 0;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 20px 0 20px 40px;
	width: 920px;
	border: none;
	text-align:center;	
	color: #777;		
	border: none;
}

footer div section {
	
}

footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #777;
	list-style: disc;
	margin-left: 15px;
}

select {
	width:260px;
}

.inner-item {
    text-align: center;
    img {
    margin: 0 auto;}}
	
#mainProd {	
	/* margin-top: 100px; */	
    margin-bottom: 50px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    overflow:auto;	
	display:block;
	position: relative;
		width: 100%;
}

#leftArea{

width: 20%;
float:left;
}

#mainArea{

	width: 80%;
	float:right;	
}


#globalLeft{
//position: absolute;
//left: 0;
width: 35%;
float:left;
}

#globalMain{
//position: absolute;
//left: 600px;
	width: 65%;
	float:right;	
}

#contactMain {	
	/* margin-top: 100px; */	
    margin-bottom: 50px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    overflow:auto;	
	display:block;
	position: relative;
		width: 100%;
}

#contactLeft{
width: 480px;
float:left;
}

#contactRight{
	width: 480px;
	float:right;	
}

.productListRow{
	display: table;
    table-layout: fixed;

    width:100%;
    /* height:100px; */
    /* background-color:Gray; */
}

.productListRow div {
    display: table-cell;
    height:144px;
}

#mainProTitle
{
font-size: 24px;
font-weight: bold;
color: #302963;
float: left;
}

a { cursor: pointer; }

.cursor-pointer{ cursor: pointer; }

.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #BDBDBD;
}

.title h2 {
font-size: 24px;
font-weight: bold;
color: #302963;
float: left;
}

a.productTitle{
	font-weight: bold;
	color: #302963;
	font-size: 16px;
}

#myModal img{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

#myModalProd img{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

*[id*='productList'] p{
font-size = 50%;
}

.contactTd{
padding:10px;
}

#contactComment{
vertical-align: top;
}

#carousel-example-generic{
	margin-top: 50px;
	background-color: #E6E6E6;
}

.imgSameLine {
    vertical-align: text-bottom;
	display:inline;
}

.findBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.findBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.findBtn:active {
	position:relative;
	top:1px;
}

/* This button was generated using CSSButtonGenerator.com */

.grayBandWrapper{
width: 3000px;
margin-left: -600px;
}

.aboveFooter{
height:985px;
}