
/*html setup*/

/*------------------------------------------------------*/

html
{
	font-size: 100.00%;
	height:100%;
}

body
{
	margin: 0;
	min-width: 851px;
	height: 100%;
	background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;/*line-height:15px;*/
	background-image: url(../images/body-bg.png);
	background-repeat:repeat-x;
}

/*------------------------------------------------------*/

/*text and image styles*/

/*------------------------------------------------------*/


h1
{
	font-size:13px;
	color:#174A90;
	font-weight:bold;
}

h3
{
	font-size:17px;
	color:#666666;
	font-weight:500;

}
img
{
	border:0px;
}

a:link
{
	color:#00b7f3;
	text-decoration:underline;
}

a:visited
{
	color:#00b7f3;
	text-decoration:underline;
}


a:link img, a:visited img, a:hover img, a:active img {border:0px; text-decoration:none;}

/*------------------------------------------------------*/

/*page setup*/

/*------------------------------------------------------*/

#page
{
	position: relative;
	height:100%;
	min-height: 100%;
}

#main
{
	margin: 0 auto;
	width: 960px;
	min-width: 851px;
	height:100%;
}

/*------------------------------------------------------*/

/*header*/

/*------------------------------------------------------*/

.header
{
	height: 323px;
	overflow: hidden;
}

.logo
{
	display: block;
	border:0px;
	height: 95px;
	width: 122px;
	margin: 30px 0 0 50px;
	float: left;
	background-image: url(../images/logo.png);
}

.top-nav
{
	width:750px;
	padding-left:20px;
	height:40px;
	float:left;
	margin-top:55px;
}

#main .navigation
{
	width:960px;
	height:100px;
	overflow:visible;
	background-image: url(../images/nav-bg.png);
	background-repeat:no-repeat;
}

.header .rndImage
{
	z-index:-1;
	position:absolute;
}

/*left menu*/

/*------------------------------------------------------*/


/* rhs menu*/

#left-menu
{
	padding: 0px 0 0 0px;
}

#left-menu li
{
	width: 170px;
	font-size:14px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#left-menu a
{
	display: block;
	width: 170px;
	padding: 5px -0 5px 30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:20px;
	height:20px;
	text-decoration:none;
}

#left-menu li.active a
{
	text-decoration:none;
	background-image: url(../images/menu-arrow.png);
	background-repeat:no-repeat;
}

#left-menu li.active #left-menu2 li a
{
	color:#4d4d4d;
	text-decoration:none;
	background-image: none;
	background-repeat:no-repeat;
	border-bottom:none;
	display: block;
	width: 180px;
	padding: 0px 0px 0px 30px;
	line-height:17px;
	font-size:10px;
}

#left-menu a:hover
{
	background-image: url(../images/menu-arrow.png);
	background-repeat:no-repeat;
}

#acc
{
	margin-top:20px;
}

#acc ul
{
	padding:0px;
	margin:0px;
}

#acc ul li ul
{
	display: none;
	padding:0px;
	margin:0px;
}

#acc ul li.active ul
{
	display: block;
}

/*------------------------------------------------------*/


/*------------------------------------------------------*/

/*content areas*/

/*------------------------------------------------------*/


#content
{
	overflow: hidden;
	margin-top:15px;
}

* html #content
{
	height:1%;
	overflow:visible;
}

.main-content
{
	float: left;
	width: 960px;
}

.main-content .columns
{
	height: 1%;
	padding: 0px 0 0px;
	clear:both;
	margin-bottom:15px;
}



.columns .column-1
{
	float: left;
	width: 200px;
	min-height:380px;
	margin-right:30px;
	background-image: url(../images/left-menu-bg.jpg);
	background-repeat:no-repeat;
}

.column-1 .product-logo
{
	margin:20px 0px 0px 20px;
}

/*column 2*/
/*------------------------------------------------------*/
.columns .column-2
{
	float: left;
	width: 730px;
}

.column-2 .c2-inner-left
{
	width:450px;
	float:left;
	margin-right:30px
}

.column-2 .c2-inner-left-cust
{
	width:700px;
	float:left;
	margin-right:30px
}

.c2-inner-left-pagetitle
{
	margin-top:20px;
}

.c2-inner-content
{
	margin-top:10px;
}

.column-2 .c2-inner-right
{
	width:250px;
	float:left;
}

.logout
{
	text-align:right;
	color:#666666;
	padding:5px;
}

.support-contact
{
}

.c2-inner-right-news
{
	
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
}

.c2-inner-right-news-content
{
	padding:10px;
	
}

.news-top
{
	width:211px;
	height:10px;
	background-image:url(../images/news-top.jpg);
	background-repeat:no-repeat;
}

.news-content
{
	width:191px;
	padding:10px;
	background-image:url(../images/news-bg.jpg);
	background-repeat:repeat-y;
}

.news-bottom
{
	width:211px;
	height:8px;
	background-image:url(../images/news-bottom.jpg);
	background-repeat:no-repeat;
}

.c2-inner-right .spotlights
{
}

.spotlights-container
{
	padding:10px;
	width:211px;
}

/*------------------------------------------------------*/
/*column 2 footer*/


/*------------------------------------------------------*/

.c2-footer
{
	clear:both;
}

.c2-footer-breadcrumbs
{
	text-align:left;
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	width:490px;
}

.c2-footer-breadcrumbs a:link
{
	color:#cccccc;
}

.c2-footer-breadcrumbs a:visited
{
	color:#cccccc;
}

.c2-footer-gallery
{
	width:730px;
	/*height:140px;*/
	padding-bottom:10px;
	border-bottom: 1px solid #01b5f1;
}


.gallery-height{
height:140px;
}
.c2-footer-gallery-links
{
	float:left;
	width:160px;
	height:100px;
	padding:10px;
}

.c2-footer-gallery-content
{
	margin-top:5px;
	height:60px
}

.c2-footer-gallery-content ul
{
	padding:0px;
	margin:0px;
	margin-left:10px;
	padding-left:10px;
	height:60px
}

.c2-footer-gallery-content li
{
	list-style-image: url(../images/li.jpg);
}

.c2-footer-products
{
	float:left;
	width:160px;
	height:100px;
	padding:10px;
}

.c2-footer-product-content
{
	border-left:1px dotted #CCCCCC;
	margin-top:5px;
	height:60px
}

.c2-footer-product-content ul
{
	padding:0px;
	margin:0px;
	margin-left:10px;
	padding-left:10px;
}

.c2-footer-product-content li
{
	list-style-image: url(../images/li.jpg);
}

.c2-footer-support
{
	float:left;
	width:330px;
	height:100px;
	padding:10px;
}

.c2-footer-support-content
{
	border-left:1px dotted #CCCCCC;
	height:60px;
	margin-top:5px;
}

.c2-footer-support-content ul
{
	padding:0px;
	margin:0px;
	margin-left:10px;
	padding-left:10px;
}

.c2-footer-support-content li
{
	list-style-image: url(../images/li.jpg);
}

/*------------------------------------------------------*/

/*pagination*/

/*------------------------------------------------------*/


.ditto_paging
{
	padding: 10px;
	font-size: 86%;
	color: black;
	margin-bottom:3px;
}

#ditto_pages .ditto_currentpage
{
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #174A90;
	color: #fff;
}

#ditto_pages .ditto_off
{
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited
{
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: black;
}

#ditto_pages a:hover
{
	background-color: #fff;
	color: #000;
}

/*------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------*/

.uberFooter
{
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 40px;
	width:960px;
	clear:both;
	margin: 0 auto;
}

.uberFooter #innerUberFooter
{
	text-align: left;
	margin: 0 auto;
	width:100%;
	color:#aaabab;
}

.uberFooter #innerUberFooter a
{
	color:#00b7f3;
	text-decoration: none;
	font-weight: bold;
}

.uberFooter #innerUberFooter p
{
	margin:0px;
	padding:0px;
}

.uberFooter #innerUberFooter #uberRight
{
	float:right;
}

/*------------------------------------------------------*/
/*archive*/
/*------------------------------------------------------*/

.reflect_archive_list ul { list-style: none !imporant; margin-left: 0px; padding-left: 0; } 
.reflect_archive_list ul ul{ margin-left: 0px; list-style-type:none;} 
.reflect_archive_list ul ul li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; } 
.reflect_archive_list li a { display:block; padding:5px 5px 5px 10px; margin:0 0 1px 0; background-color:#f6f6f6;  color:#666; text-decoration:none; border-left:2px solid #00b7f3; list-style-type:none; } 
.reflect_archive_list li a:hover { background-color:#eee; color:#333; border-right:10px solid #eee; }

.reflect_archive ul{margin-left: 0px; list-style-type:none;} 
.reflect_archive li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; } 

.reflect_year ul{margin-left: 0px; list-style-type:none;} 
.reflect_year li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; } 


/*colors*/

.red{
color:#ff0000;
}

.navy{
color: #0000FF}

.grey{
color:#666666;}

.lwblue{
color:#00b7f3;
}

.lwgreen{
color:#179a6e;
}

.lworange{
color:#ff9900;
}

.lwpurple{
color:#bc3366;
}


/* ----------------------------------- Accordian ----------------------------------- */
.accordian {
	width: 209px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.accordian h2 {border:none;}


h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0px;
	
	background: url(../images/news-acc-bg.jpg) no-repeat;
	height: 26px;	line-height: 26px;
	width: 209px;
	font-size: 14px;
	font-weight: normal;
	float: left;

}
h2.acc_trigger a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
}
h2.acc_trigger a:hover {
	color: #ffffff;
}
h2.active {background-position: left bottom;}

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 11px;
	width: 209px;
	clear: both;
	
	
}
.acc_container .block {
	padding: 0px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* ----------------------------------- END OF Accordian ----------------------------------- */

.product-boxes{
width:450px;
height:115px;
margin-bottom:10px;
}

.product-box-logo{
float:left;
height:106px;
width:150px;

}

.product-box-content{
float:left;
width:298px;
border:1px solid #ebebeb;
height:106px;
}


.product-box-content-title{
height:24px;
padding-top:5px;
padding-left:5px;
}

.product-box-content-text {
padding:5px;
font-size:11px;
color:#8e8e8e;
font-family:Arial, Helvetica, sans-serif;
}


