/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;
 

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 980px; /* for mozilla*/
    background-color: white;
    font-size: 80%;
    font-family: Arial, Verdana;
    background-image:url(../images/headerbg.gif);
    background-repeat:repeat-x;
}

H1
{
    color:#FF5A00;
    font-size:160%;
    margin-bottom:10px;
}

H2
{
	margin-bottom:10px;
	font-size:12pt;
	color:#FF5A00;
}

H3
{
	margin-bottom:10px;
	font-size:11pt;
	color:black;
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

#outer
{
    height: 100%;
    min-height: 100%;
    width: 980px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

A, A:Visited, A:Active
{
    color:#A63A00;
    text-decoration:none;
}

A:Hover
{
    color:black;
    text-decoration:none;
}

TD
{
	font-size:80%;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 980px;
    height: 200px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:black;
    background-image:url(../images/headerbg.gif);
    background-repeat:repeat-x;
}

#logo
{
    position: absolute;
    left: 25px;
    top: 29px;
}

#flags
{
    position: absolute;
    right: 42px;
    top: 70px;
    color:#acacac;
    font-size:90%;
    text-align:right;
}

#flags IMG
{
	border:0px;
}

#headertext
{
    position: absolute;
    left: 322px;
    top: 56px;
    color:black;
    font-size:140%;
    font-style:italic;
    line-height:30px;
}

.headerleft
{
    position:relative;
    left:20px;
    top:6px;
}

.headerright
{
    position:absolute;
    top:6px;
    right:20px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#headermenu
{
    position: absolute;
    top:157px;
    width: 100%;
    height: 34px;
    bottom: 0px;
    color:White;
    text-align:center;

}

#headermenu UL 
{
    margin:0;
    padding:0;
    list-style:none;  
}

#headermenu LI 
{
  	float:left;
  	margin-top:0;
  	padding-left: 0;
  	padding-right: 0;
  	padding-bottom: 0;
  	padding-top: 0;
  	width:151px;
 	height:34px;
 	background:url(../images/tabs_off.gif) no-repeat left top;   
  	font-size:12px;
}

#headermenu .on
{
    background:url(../images/tabs_on.gif) no-repeat left top; 
}

#headermenu A,#headermenu A:Active, #headermenu A:Visited
{
    display:block;
    margin-top:9px;
    text-decoration:none;
  	font-size:100%;
  	font-weight:bold;
}

#headermenu A:hover
{
    text-decoration: none;
}

#headermenu .on A,#headermenu .on A:Active, #headermenu .on A:Visited
{
    color:White;
}

#headermenu .off A,#headermenu .off A:Active, #headermenu .off A:Visited
{
    color:White;
}

#headermenu .off A:Hover
{
    color:#DFDFDF;    
}

#headermenu .on A:Hover
{
    color:#DFDFDF;    
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftmenu
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 244px;
    margin-top: 230px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:left;
    /*border:solid 1px black;*/
    background-color:white;
    padding-left: 20px;
}

.left-menu-header, .left-menu-header-top
{
    border-bottom:solid 1px #A5A5A5;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}

.left-menu-header-top
{
    border-top:solid 1px #A5A5A5;
}

.left-menu-item
{
    padding-left:7px;
    margin-top:1px;
    margin-bottom:1px;
}

.left-menu-item IMG
{
    margin-right:10px;
    border:0px;
}

.left-menu-item A, .left-menu-item A:Visited, .left-menu-item A:Active
{
    color:black;
    text-decoration:none;
    display:block;
    padding-left:2px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:0px;
    height:25px;
}

.left-menu-item LI:Hover
{
    color:black;
    text-decoration:none;
    background-color:#DFDFDF;
}
.left-menu-item A:Hover
{
    color:black;
    text-decoration:none;
    background-color:#DFDFDF;
}

/*
#leftmenu UL
{
    margin-top:0px;
    margin-left:0px;
    padding-left:25px;
    width:220px; 
}

#leftmenu LI
{
    list-style-image: url(../images/bullets.gif);
    line-height:25px;
    text-align:left;
}
*/

#leftmenu H1
{
    color:#FF5A00;
    font-size:150%;
    margin-bottom:10px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Left Menu Bullets
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.left-menu-header-ul
{
	margin:0;
    padding:0;
}

.left-menu-header-li
{
    border-bottom:solid 1px #A5A5A5;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
    list-style-type: none;
}

.left-menu-header-li-top
{
    border-top:solid 1px #A5A5A5;
    border-bottom:solid 1px #A5A5A5;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
    list-style-type: none;
}

ul.sub {
    margin-left:10px;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
    padding-left:10px;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
}

.sub li
{
	list-style-image: url(../images/bullets.gif);
    line-height:25px;
    text-align:left;
}

.sub li A, .sub li A:Visited, .sub li A:Active
{
    color:black;
    text-decoration:none;
    display:block;
    padding-left:2px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:0px;
}

.sub li A:Hover
{
    color:black;
    text-decoration:none;
    background-color:#DFDFDF;
}

.sub LI:Hover
{
    color:black;
    text-decoration:none;
    background-color:#DFDFDF;
}

.left-menu-header-li A, .left-menu-header-li A:Active, .left-menu-header-li A:Visited,.left-menu-header-li-top A, .left-menu-header-li-top A:Active, .left-menu-header-li-top A:Visited
{
	color:black;
}

.left-menu-header-li A:Hover, .left-menu-header-li-top A:Hover
{
	color:#FF5A00;
}

.left-menu-header A, .left-menu-header A:Active, .left-menu-header A:Visited, .left-menu-header-top A, .left-menu-header-top A:Active, .left-menu-header-top A:Visited
{
	color:black;
}

.left-menu-header A:Hover, .left-menu-header-top A:Hover
{
	color:#FF5A00;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HOMEPAGE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.maintitle, .maintitleright
{
    color:black;
    font-size:200%;
    margin-bottom:10px;
    /*padding-left:35px;*/  
}

.maintitleright
{
    text-align:right; 
}

.maintitleorange
{
    color:#fe6500;
    font-size:160%;
    height:50;
}

.main
{
    background-color:#dadada;
    padding:25px
}

.mainlink A, .mainlink A:Active, .mainlink A:Visited
{
    font-size:100%;
    margin-right:30px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.product-outer,.product-outer-right
{
    border-left:solid 1px #A5A5A5;
    border-bottom:solid 1px #A5A5A5;
    border-top:solid 1px #A5A5A5;
    padding:12px;
    float:left;
    margin-right:0px;
}

.product-outer-right
{
    margin-right:0px;
    border-right:solid 1px #A5A5A5;
}

.product-outer-full
{
    border:solid 1px #A5A5A5;
    padding:12px;
    width:651px;
    margin-bottom:20px;
}

.product-outer-full H1
{
	margin-bottom:5px;
}

.product-outer-full H2
{
	margin-bottom:5px;
	font-size:12pt;
	color:#FF5A00;
}

.product-outer-full-img
{
	float:left;
	width:192px;
	margin-right:12px;
}

.product-outer-full-content
{
	float:left;
	width:430px;
}

.product-outer H3, .product-outer-right H3
{
	font-size:11pt;
}


.product-outer-tech,.product-outer-tech-right
{
    border-left:solid 1px #A5A5A5;
    border-bottom:solid 1px #A5A5A5;
    border-top:solid 1px #A5A5A5;
    padding:12px;
    float:left;
    margin-right:0px;
    width:180px;
    height:120px;
}

.product-outer-tech-right
{
    margin-right:0px;
    border-right:solid 1px #A5A5A5;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 655px;
    margin-left:40px;
    margin-top: 227px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black;*/
    background-color:white;
    /*padding-left:40px;*/
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#leftfull p
{
    color: black;
}

#leftfull UL
{
    margin-left:0px;
    padding-left:25px;
}

#leftfull LI
{
    list-style-image: url(../images/bullets.gif);
    text-align:left;
}

#leftfull .list-normal LI
{
	list-style-image:none;
}

#leftfull .list-normal .list-normal-numbers
{
	list-style:lower-roman;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.cattable IMG
{
    padding:0;
    margin:0;
}

.cattable TD
{
    width:180px;
}

.catheading
{
    background-color:Black;
    color:White;
    border-top: solid 1px white;
    font-size:70%;
    text-align:center;
    padding:6px;
}

.catheading A, .catheading A:Active, .catheading A:Visited
{
    color:White;
    font-weight:bold;
}

.cattable .spacer
{
    height:40px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 980px;
    height: 35px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:black;
    font-size:110%;
}

#footer A, #footer A:Visited, #footer A:Active
{
    color:White;
}

#footer A:Hover
{
    color:#FF5A00;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 8px;
    float: left;
    color: white;
}

#footerright
{
    margin-right: 20px;
    margin-top: 8px;
    float: right;
    color: white;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}

.back
{
    position:absolute;
    right:5px;
    top:0px;
}

.orangetext
{
    color:#fe6500;
}

.contact
{
    line-height:25px;
}

.align-right
{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.align-left
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.largetext-red
{
	font-weight:bold;
	font-size:16pt;
	color:red;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SUB MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.sub_menu, .sub_menu_on
{
    width:160px;
    border-left:solid 1px white;
    float:left;
    text-align:center;
}

.sub_menu_on
{
    background-color:#787878;
}

.sub_menu
{
    background-color:#a7a7a7;
}

.sub_menu A, .sub_menu A:Visited, .sub_menu A:Active
{
    color:White;
    font-weight:bold;
}

.sub_menu_on A, .sub_menu_on A:Active, .sub_menu_on A:Visited
{
    color:White;
    font-weight:bold;
}


.sub_menu A:Hover, .sub_menu_on A:Hover
{
    color:#dcdcdc;
}

.main_flash
{
	xborder:solid 1px black
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TOOLTIPS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

.vtip
{
	cursor:help;
	font-weight:bold;
}



