﻿body
{
    font-family: Verdana;
    font-size: .9em;
    background-color: #cccccc;
    padding: 0px;
    margin: 0px;
}

#page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#header
{
}

h1
{
    display: none;
}

/*************************************/
/***************** content ***********/
/*************************************/

#content
{
    float: left;
    clear: both;
    background-color: #fff;
    padding: 30px;
    width: 740px;
}

#content #columnLeft
{
    width: 490px;
    float: left;
}

#content #columnRight
{
    width: 207px;
    float: right;
}

#content h2
{
    font-weight: bold;
}

#content p, #content li
{
    text-align: left;
    margin: 10px 0 10px 0;
}

#content td, #content th
{
    vertical-align: top;
    text-align: left;
    font-weight: normal; /*border:solid 1px gray;*/
    padding: 3px;
}
#content th
{
    padding-right: 11px;
}

#content p, #content td, #content th, #content h2, #content li
{
    font-size: 12px;
}
/********************************/
/*****    home page bits     ****/
/********************************/

.infoBox, .infoBoxLarge
{
    background-image: url(../Images/round_top.gif);
    background-repeat: no-repeat;
    width: 157px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 3px;
    height: auto;
}

.infoBoxLarge
{
    background-image: url(../Images/large_round_top.gif);
    width: 169px;
}

.infoBox h2, .infoBoxLarge h2
{
    color: #fff;
    font: Arial;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    padding: 0px;
    margin: 5px 0 0 0px;
}


.infoBoxLarge h2
{
    margin-top: 10px;
}

.infoBox ul
{
    list-style: none;
    margin: 10px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    color: #E79300;
}

.infoBox ul li
{
    padding: 0px;
}

.infoBoxLarge a, .infoBox a
{
    clear: both;
    margin: 0 0 10px 0;
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    color: #FF7E00;
}


.infoBox .boxContent
{
    background-image: url(../Images/round_middle.gif);
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: visible;
    height: auto;
    border:solid 1px red;
}

.infoBox .boxBottom
{
    background-image: url(../Images/round_bottom.gif);
    background-repeat: no-repeat;
}

/**** homepage boxes ******/



/*************************************/
/***** page paragraph section     ****/
/*************************************/
.pageBox
{
    margin: 10px 0 50px 0;
    clear: both;
    text-align: center;
}

.pageBoxHead
{
    border-bottom: solid 1px #FF7E00;
    text-align: left;
}

.pageBox h2
{
    color: #fff;
    padding: 5px;
    width: 169px;
    text-align: center;
}

.pageBoxHead h2
{
    background-image: url(../Images/large_round_top.gif);
    background-repeat: no-repeat;
    background-color: #FF6B08;
    width: 169px;
    padding: 10px 0 10px 0;
    margin: 0px;
}





/*************************************/
/***** columns                    ****/
/*************************************/
.colLeft
{
    float: left;
    width: 450px;
    margin-bottom: 20px;
}

.colRight
{
    float: right;
    width: 260px;
}

.colRight img
{
    margin-top: 20px;
}


/*************************************/
/***** home page sucess story box ****/
/*************************************/
#successBox
{
    float: left;
    clear: both;
    width: 490px;
}

#successBox img
{
    display: block;
    float: left;
    width: 157px;
    margin-top: 25px;
}

#successBox #text
{
    float: left;
    width: 333px;
}

#successBox h2
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

#successBox p
{
    font-family: Arial;
    font-size: 12px;
    color: #FF7E00;
}


/********************************/
/*****   navigation          ****/
/********************************/
#banner
{
    width: 800px;
    height: 185px;
    overflow: hidden;
}


#navigation
{
    background-image: url(../Images/nav_bg.gif);
    height: 45px;
    width: 800px;
    position: relative;
}


#nav1
{
    margin-top: 2em;
}

#nav, #navfoot
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
}

#navfoot 
{
     width: 740px;
}


#nav a, #navfoot a
{
    display: block;
    width: auto;
}
#nav li, #navfoot li
{
    float: left;
    width: auto;
    position: relative;
    background-image: url(../Images/nav_divider.gif);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 10px 0 15px;
    font: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 26px;
}
#nav li a, #navfoot li a
{
    text-decoration: none;
    color: #000;
}

#nav li ul, #navfoot li ul
{
    margin: 20px 0 0 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    left: -100em;
    top: 1.2em;
    z-index: 910;
    list-style: none;
}
#nav li li
{
    background-color: #FBFAFA;
    color: #600;
    background-image: none;
    width: 150px;
    border-bottom: solid 1px #E6DAE2;
    padding: 5px;
    margin: 0;
    height: auto;
    font-weight: normal;
}
#nav li li a
{
    text-decoration: none;
    padding: 0;
    margin: 0;
}
#nav li:hover ul, #nav li.sfh ul
{
    left: 0;
}

#nav li ul ul
{
    list-style: none;
    margin: -1.2em 0 0 120px;
    padding: 0;
    z-index: 920;
    width: 100px;
    left: -100em;
    top: 1.2em;
    z-index: 910;
}
#nav li:hover ul ul, #nav li.sfh ul ul
{
    left: -100em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfh ul, #nav li li.sfh ul
{
    left: 0;
}
* html #nav
{
    position: absolute;
}
#nav li a:hover
{
    color: orange;
}

/********************************/
/*****       footer          ****/
/********************************/

#footer
{
    float: left;
    clear: both;
    width: 100%;
    background-color: #fff;
}

#footer #footerNav
{
    width: 740px;
    margin: auto;
}

#footer p
{
    display: block;
    clear: both;
    text-align: center;
    font: Arial;
    font-size: 9px;
    margin-bottom:10px;
}

#footer #footerNav .navItem, #footer #footerNav .navItemLast
{
    background-image: url(../Images/footer_seperater.gif);
    background-position: right 9px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding: 5px 5px 5px 5px;
    color: #000;
    font: Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    border:solid 1px blue;
}

#footer #footerNav .navItemLast
{
    background-image: none;
}

/********************************/
/*****       products          ****/
/********************************/

#products
{
    width: 736px;
    float: left;
}

#products #thumbs
{
    width: 300px;
    float: left;
}

#products #thumbs .thumbRow
{
    width: 300px;
    float: left;
    margin: 10px 0 0 0;
}

.thumbRow img
{
    border: solid 1px #FF7906;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 3px 3px 0 0;
}

#products #image
{
    width: 400px;
    float: right;
}

#products .details h2
{
    color: #FF7906;
    border-bottom: solid 1px #FF7906;
}

#products .details ul
{
    font-size: 10px;
}

/********************************/
/*****       contact          ****/
/********************************/

#contact
{
    margin: 0px;
    padding: 0px;
    width: 708px;
}

#contact #columnLeft
{
    width: 340px;
    float: left;
    margin: 0px;
}

#contact #columnRight
{
    width: 340px;
    float: right;
    margin: 0px;
}

#contact p
{
    font-size: 12px;
}


/********************************/
/*****       form          ****/
/********************************/
.formRow
{
    font-size: 12px;
    width: 100%;
    clear: both;
    padding: 5px 0 5px 0;
}

.formRow .formLeft
{
    float: left;
    width: 70px;
    height: 17px;
    padding-top: 3px;
}

.formRow .formRight
{
    float: left;
    width: 230px;
}

.formRow .mandatory
{
    color: Red;
}

.formRow .formRight input
{
    font-size: 12px;
    width: 200px;
}

.formRow table input
{
}

.formRow table label
{
    font-size: 11px;
}


.colLeft a
{
    color: #ff7e00;
}

.pageBox table td, .pageBox table th
{
    border: solid 1px #000;
}

.pageBox table
{
    border: solid 1px #000;
    width: 94%;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.message
{
    color: Red;
    font-weight: bold;
}


/* products popups */
.popupDetails
{
    background-color: #fff;
    width: 600px;
    height: 400px;
    overflow: hidden;
    padding: 10px;
    border: solid 1px #c0c0c0;
}

.popupDetails h3
{
    float:left;
    width:550px;
}

.popDetails .close
{
    width:26px;
     height:18px;
     border:solid 1px red;
     float:left;
     display:block;
}

/*popup image */
.popupDetails .prodImage
{
   float: left;
    display: block;
    width:300px;
    height:300px;
    border:solid 1px gray !important;
}

.popupDetails div
{
    float: left;
    width: 240px;
    padding: 10px;
    overflow:hidden;
}



/*.popupDetails div a
{
    font-size: 12px;
}

.popupDetails .buttons
{
    width: 100%;
    background: red;
}
*/

.pnlMain
{
    float: left;
}

.prodMaster 
{
    float:left;
}


.prodCategory
{
    float: left;
    background: #F2F2F2;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 5px 20px 5px 20px;
    width: 680px;
    height:0px;
          overflow: hidden; 
}

.prodCategory h1
{
    display: block;
    visibility: visible;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0px;
    float: left;
}

.prodCategory input
{
    float:right;
    display:block;
     margin: 0px 40px 0 0px;
}

.btnExpand 
{
    background:#F2F2F2;
    border:none;
    float:left !important;
    font-weight:bold;
   display: block;
    visibility: visible;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0px;
    cursor:pointer;
}


.prodSubCategory
{
    width: 100%;
    float: left;
}

 .prodSubCategory h2
{
   float:left;
    width:100%;
    padding:0px;
    margin:10px 0 5px 0;
}


.prodSubCategory input
{
    background: #FF7906;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    float: left;
    margin:0 10px 10px 10px;
   
}

.modalBg
{
    background-color: #CCCCFF;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.5;
}



.prodHeader
{
}

.popupDetails input
{
    display: block;
    border: solid 1px grey;
    background:#F0FFFF;
    float: right;
    height: auto;
    width: auto;
    margin-top:20px;
}

#list div
{
    font-size:12px;
    text-align:left;
    margin:10px;
}

.thumb
{
    width:90px;
    float:left;
    text-align:center;
}

.thumbborder
{
    border:solid 1px red;
}

.thumb span
{
    font-size:9px;
}




/* trigger button */
.box, .boxDouble {
	background:transparent url(../Images/home_tile.jpg) no-repeat scroll 0 0;
	display:block;
	margin-bottom:30px;
	overflow:hidden;
	width:157px;
	height:189px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	float:left;
	margin-right:2px;
	margin-left:2px;
	padding-top:10px;
}

 .boxDouble 
 {
     padding-top:3px;
 }

a.box , a.boxDouble
{
    text-decoration:none;
}

.box img, .boxDouble img
{
    margin-left:0px;
    margin-top:30px;
}

/* mouseover state */
.box:hover {
	/*background-position:0 -44px ;		
	border:solid 1px yellow;*/
}

/* clicked state */
.box:focus {
	
}

/* tooltip styling */
.tooltip {
	display:none;
	/*background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;*/
	background:#fff;
	padding:10px 30px 10px 30px;
	width:400px;
	color:#000;
	border:solid 1px #FD7A06;
	
}

.tooltip p, .tooltip li
{
  font-size:10px !important;
}

.tooltip div a
{
    display:block;
    clear:both;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:9px;
	font-weight:bold;
}

.popup
{
    background:#fff;
    padding:20px;
    border:solid 1px #333;
}

table.grid
{
    border:solid 1px red;
    width:740px;
    
}

table.grid td, table.grid th, .popup td
{
    border:solid 1px #ccc;
    font-size:11px !important;
}

.btnRow
{
    background:#F2F2F2;
    width:720px;
    padding-left:20px;
    
}

.btnRow input
{
    margin:20px 0 20px 0;
}

.popup .btnRow
{
    width:380px;
}

.popup table
{
    width:400px;
}
