/* Style For HTML PAGE                   */ html { height: 100%; }
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-size: 62.5%;
	font-family: tahoma;
}

/* Style For HTML BODY                   */ #body {
	margin: 0 0 0 0;
	background-color: #FFF;
}
/* Setting Text Throughout the skin      */ table, tr, td {
	font-family: tahoma;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
											p {
	font-family: tahoma;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
}
/*========================================================*/
/*   Design Elements                                    */
/*========================================================*/

/*-- width for the standard skin            --*/ .StandardWidth {
	width: 882px;
}
/*-- width for the admin skin               --*/ .AdminWidth { width: 85%;}

/*-- outermost table of skin                --*/ .OuterTable {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
/*-- content area height                    --*/ .StandardHeight { height: 100%;}
/*-- logo area width                        --*/ .OuterTableDIV  {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*-- width for the standard skin            --*/ .LogoArea {
	height: 101px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 858px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}

       .ProductBox {
	background-color: #CC9900;
	height: 400px;
	
}

/*-- cell containing date                   --*/ .DateTD { height:138px; vertical-align: top; text-align:left; padding: 0 0 0 14px;}

/*-- copyright class                        --*/ .CopyrightClass { text-align:right;}
/*-- privacy class                          --*/ .PrivacyClass { text-align:left;}

/*-- top header section                     --*/ .TopRow {
	height: 204px;
	padding: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 858px;
}
/*-- topleft header section                 --*/ .TopRowLeft {
	height: 204px;
	width:100%;
	padding: 0;
	background-image: url(images/header_bg_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- topright header section                --*/ .TopRowRight {
	height: 204px;
	width:100%;
	padding: 0;
	background-image: url(images/header_bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-- top header section                     --*/ .TopRow2 {
	height: 34px;
	padding: 0;
	background-image: url(images/header_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 858px;
}
/*-- topleft header section                 --*/ .TopRowLeft2 {
	height: 34px;
	width:100%;
	padding: 0;
	background-image: url(images/bottom_bg_l2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- topright header section                --*/ .TopRowRight2 {
	height: 34px;
	width:100%;
	padding: 0;
	background-image: url(images/bottom_bg_r2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-- Bottom header section                     --*/ .BottomRow {
	height: 25px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 858px;
	clear: both;
}
/*-- Bottomleft header section                 --*/ .BottomRowLeft {
	height: 25px;
	width:858px;
	padding: 0;
	background-image: url(images/bottom_bg_l.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*-- Bottomright header section                --*/ .BottomRowRight {
	height: 25px;
	width:858px;
	padding: 0;
	background-image: url(images/bottom_bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*-- top header section                     --*/ .MiddleRow {
	padding: 0;
	text-align: center;
	width: 858px;
	background-color: #FFFFFF;
	height: 100%;
}
/*-- topleft header section                 --*/ .MiddleRowLeft {
	padding: 0;
	background-image: url(images/middle_bg_l.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 858px;
}
/*-- topright header section                --*/ .MiddleRight {
	padding: 0;
	background-image: url(images/middle_bg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 858px;
}
/*-- topleft header section                 --*/ .MiddleRowLeft2 {
	padding: 0;
	background-image: url(images/middle_bg_l2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 858px;
}
/*-- topright header section                --*/ .MiddleRight2 {
	padding: 0;
	background-image: url(images/middle_bg_r2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 858px;
}

/*========================================================*/
/*   Content Panes                                      */
/*========================================================*/
/*-- cell containing panes                  --*/ .PanesTD { width:100%; vertical-align: top;  }
/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft {
	width: 46%;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: 46%;
}
/*-- left content pane             --*/ .PaneLeft2 {
	width: 22%;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

/*-- right content pane            --*/ .PaneRight2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: 70%;
	text-align: left;
}
/*-- right content pane            --*/ .PaneRight3 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 90%;
	text-align: left;
}


/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px; }
/*-- tag line content pane         --*/ .TagLinePane { width:100%; border-left: 3px solid #EEE; vertical-align:middle; padding: 0px 20px 0 20px; }



/*========================================================*/
/*   Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma;  color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma;  font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold;  }


/*========================================================*/
/*   Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-size: 1em; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 1em; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 1em; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 1em;	text-decoration: none; }



/* Menu */

#menu {
	height:28px;
	vertical-align: top;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 7px;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	background-image: url(images/divider_menuitem.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 25px;
	font-size: 12px;
}

#menu a:hover {
	text-decoration: none;
	color: #4958B7;
}

#menu .first a {
	background: none;
}
/* Left Menu */

.LeftMenu, .LeftMenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px;
}

.LeftMenu li{
	position: relative;
	text-align: left;
	list-style-type: none;
}

.LeftMenu li a{
	background: white url(glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.LeftMenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 100%; /*WIDTH OF SUB MENU ITEMS*/
left: 0px;
top: 0;
display: none;
}

.LeftMenu li ul li{
float: left;
}

.LeftMenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.LeftMenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.LeftMenu li a:visited, .LeftMenu li a:active{
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.LeftMenu li a:hover{
	background-image: url(glossyback2.gif);
	font-size: 12px;
	text-decoration: none;
}

/* Holly Hack for IE \*/
* html .LeftMenu li { float: left; height: 1%; }
* html .LeftMenu li a { height: 1%; }
/* End */


/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#858585;
	font-family: Tahoma;
	font-size: 1em;
}
/*-- terms privacy and copyright links --*/ .FOOTER_objects a:link, .FOOTER_objects a:visited, .FOOTER_objects a:active {
	color:#333333;
	text-decoration:none;
	font-size: 1em;
}
/*-- terms privacy and copyright hover --*/ .FOOTER_objects a:hover {
	color:#003366;
	text-decoration:none;
	font-size: 1em;
}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.floatright {
	float: right;
	padding-left: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
h4{
	color: #003366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
}

.demoDiv {
	background-color: #FFFFFF;
	width: 100%;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

pre {
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}
td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
th {
	background-color: #F3F3F3;
	vertical-align: top;
}
a {
	text-decoration: none;
}
