/*

#29A8DF; light blue
#eeeeee; light grey

#a4a5a6; light grey
#A1A6B0; light grey
#cccccc; light grey

#999999; med grey
#666666; med dark grey
#808080; med dark grey

#ff0005; red
#f38d37; orange

*/



body {
	background-repeat: repeat-x;
	background-image: url(../_images/bg.jpg);
	background-color: #FFFFFF;
	color: #666666;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}


a:link{
	color: #29A8DF;
	text-decoration: none;
}

a:visited{
	color: #29A8DF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


h1 {
    padding: 0px;
    margin: 0 0 10px 0;
}

h2, h3, h4, h5, h6{

    padding: 0px;
	margin: 0px;
}


h1.large {
    color: #dadada;
}
 
h4 {
    color: #29A8DF;
}

ul li {
    margin: 0;
    list-style: none;
}
#bulletContent ul {
    margin: 0;
    line-height: 180%;
    list-style: none;
}

#bulletContent ul li{
    padding: 6px 3px 0 14px;
    margin: 0 3px 0 0;
    background: url(../_images/dot_orange.gif) no-repeat 0 12px;
}

#container{
	width:895px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:5px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px
}

.clear{
	clear:both;
}

#header{
	letter-spacing: 3px;
	height:115px;
}

#logo{
	float:left;
	width:208px;
	margin-top:35px;
	margin-left:25px;
}


#headerNumber{
	letter-spacing: 1px;
	color:#999999;
	float:right;
	width:auto;
	font-size: 23px;
	margin-top:40px;
	margin-right: 35px;

}


/* ---- TOP NAV ----*/
#topNav{
	letter-spacing: 0px;
	font-size: 10px;
	text-transform: uppercase;
	float:right;
	clear: right;
	width:auto;
	margin-top:15px;
	margin-right:25px;
}


#topNav ul{

	padding: 0px;
	list-style-type: none;
}


#topNav li {
	padding: 0px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}


.topNav-item {
	padding: 0px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}

.topNav-item  a:link{
	color: #808080;
	text-decoration: none;
}

.topNav-item  a:visited{
	color: #808080;
	text-decoration: none;
}

.topNav-item  a:hover{
	color: #29A8DF;

}


.topNav-item-on {
	padding: 0px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}

.topNav-item-on  a:link{
	color: #29A8DF;
	text-decoration: none;
}

.topNav-item-on  a:visited{
	color: #29A8DF;
	text-decoration: none;
}



/* ---- END TOP NAV ----*/




/* ---- NAV ---- */
#nav{
	height:25px;
}



.nav-item{
	background: url(../_images/nav-bg.jpg);
	color: #666666;
	text-decoration: none;
	height:18px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	width:176px;
	padding-top: 5px;
	margin-right: 1px;	
	float: left;
	border-color: #a4a5a6;
	border-style: solid;
	border-width: 1px
}


a.nav-item{	
	color: #666666;
	text-decoration: none;
}

a.nav-item:visited{
	color: #666666;
	text-decoration: none;
}

a.nav-item:hover{
	color: #666666;
	text-decoration: none;
	background: url(../_images/nav-bg-over.jpg);
	
}

.nav-item-on{
	background: url(../_images/nav-bg-over.jpg);
	color: #666666;
	text-decoration: none;
	height:18px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	width:176px;
	padding-top: 5px;
	margin-right: 1px;	
	float: left;
	border-color: #a4a5a6;
	border-style: solid;
	border-width: 1px
}

a.nav-item-on{	
	color: #666666;
	text-decoration: none;
	
}

a.nav-item-on:visited{
	color: #666666;
	text-decoration: none;
	
}

a.nav-item-on:hover{
	color: #666666;
	text-decoration: none;

	
}


/* ---- END NAV ---- */



/* ---- SIDE NAV ---- */
#sideNav{
	color: #999999;
	text-decoration: none;
	border-top-color: #A1A6B0;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-bottom:40px;
}



.sideNav-item{
	
	color: #999999;
	text-decoration: none;
	height:18px;
	font-size: 13px;	
	padding: 5px;
	
	border-bottom-color: #A1A6B0;
	border-bottom-style: dotted;
	border-bottom-width: 1px
}


.sideNav-item a:link{	
	color: #999999;
	text-decoration: none;
}

.sideNav-item a:visited{
	color: #999999;
	text-decoration: none;
}

.sideNav-item a:hover{
	color: #666666;
	text-decoration: none;
}



.sideNav-item-on{
	
	color: #666666;
	text-decoration: none;
	height:18px;
	font-size: 13px;	
	padding: 5px;
	
	border-bottom-color: #A1A6B0;
	border-bottom-style: dotted;
	border-bottom-width: 1px
}


.sideNav-item-on a:link{	
	color: #666666;
	text-decoration: none;
}

.sideNav-item-on a:visited{
	color: #666666;
	text-decoration: none;
}



/* ---- END SIDE NAV ---- */




#main-content{
	display: block;
	
}


#mainVisual{
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	
}

#homeBottomRow{
    width:850px;
padding:10px;
margin-left: 25px;
margin-right: 25px;

	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	
padding-top:15px;
	background-image: url(../_images/short-grey-bg.gif);
	background-repeat: repeat-x;
	min-height: 100px;

}

.col{
width:260px;
float:left;
font-size: 10px;line-height: 16px;

}

.grey-box{
	background-image: url(../_images/box-bg.jpg);
	background-repeat: repeat-x;
	padding:10px;
	margin-top: 15px;
}

.orange-top{
	background-image: url(../_images/orange-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align:center;
	font-size: 11px;
	color:#FFFFFF;
	text-transform: uppercase;
	height: 19px;
    margin-bottom: none;

}

.grey-top{
	background-image: url(../_images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align:center;
	font-size: 11px;
	color:#666666;
	text-transform: uppercase;
	height: 19px;
    margin-top: 5px;

}

.col-box{
	background-image: url(../_images/box-bg.jpg);
	background-repeat: repeat-x;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.col-row{
	font-size: 11px;
	border-bottom-color: #A1A6B0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom:3px;
	margin-bottom:5px;
}



#email_form{
	padding:0px;
}

#email_input{
	padding-left:5px;
	color:#666666;
	font-size: 10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	width:210px;
	height:23px


}

#guide{
	width:210px;
	height:23px;
	text-align: center;

	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:5px;
	font-size: 14px;
	
}


#leftCol{
	float:left;
	margin-left: 25px;
	min-height:200px;
	width:300px;
	
}


#rightCol{
	float:right;
	margin-right: 25px;
	min-height:200px;
	width:500px;
}

#colOne{
margin-top:25px;
margin-right:4px;
margin-left: 4px;
padding-left:10px;
padding-right:10px;
float:left;
width:150px;
min-height: 500px;

}


#colTwo{
margin-top:25px;
padding-left:15px;
padding-right:15px;
float:left;
width:500px;

border-left-color: #CCCCCC;
border-left-style: solid;
border-left-width: 1px;

border-right-color: #CCCCCC;
border-right-style: solid;
border-right-width: 1px;

min-height: 500px;
}


.box {
    width: 460px;
    margin: 20px 0;
}


#colTwo .box img {
    margin: 0 0 10px 0;
    border: none;
}

.containerIndent {
    margin-left: 40px;
}
#colTwo .box h4 {
    color: #29A8DF;
    margin-top: 20px;  
}

#colTwo .box h4.stacked {
    margin: -5px 0 15px 0;
}
#colTwo .box p {
    margin: 0 0 0 0;
}

#colThree{
margin-top:25px;
padding-left:10px;
padding-right:10px;
float:right;
width:155px;
min-height: 500px;
margin-right: 4px;
}


#footer{
font-weight: bold;
font-size: 10px;
margin-top:35px;
margin-right: 25px;
}

#footer a:link{
	color:#666666;
}

#footer a:visited{
	color:#666666;
}


.copy{
	line-height: 30px;
}


.line{
	border-color: #ff0005;
	border-style: dotted;
	border-width: 1px;
}

.lineGrey{
    border-color: #999;
    border-style: dashed;
    border-width: 1px;
}

.leftBox{
	width:200px;
	float:left;
}

.rightBox{
	float:right;
}


.news-title{
	padding:10px;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



.news{
	padding:10px;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
	background-image: url(../_images/short-grey-bg.gif);
	background-repeat: repeat-x;
}


.news-date{
	float:left;
	margin-right:35px;
	width:65px;
}

.news-img{
	float:left;
	margin-right:35px;
	width:111px;
}

.news-img img{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.news-item{
	float:left;
	width:300px;
}


.formInput{
	float:left;
	width:220px;
	margin-bottom:10px;
	margin-right:10px;
}

.formInput input{
	width:200px;
	height:25px;
	padding:5px;
}

.video {
    margin-bottom: 20px;
}

/* social networking */

#socialNetButtons {
    height: 44px;
    width: 155px;
    margin-bottom: 10px;
    margin-right: 3px;
    padding-left: 30px; /* Remove when third button is added */
}
.shareLeft {
    float: left;
    width: 44px;
    clear: none;
    margin: 0 8px 0 0;
    height: 44px;
    padding: 0;
}

.shareEnd {
    float: left;
    width: 44px;
    clear: none;
    margin: 0;
    height: 44px;
    padding: 0;
}
#socialNetButtonsHome {
    height: 100px;
    width: 700px;
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    background-color: lime;
}
.socialNetButtonsHomeEach {
    height: 100px;
    width: 100px;
    clear: none;
    float: right;
    margin-right: 10px;
    background-color: red;
}
#productSheet {
    margin-top: 20px;
}

#productSheet td {
    border-bottom: 1px solid #CCCCCC;
}

#productSheet td.leftTableCol {
    border-left: 1px solid #CCCCCC;
}

#productSheet p {
	padding: 6px 10px;
    margin: 0;
    line-height: 130%;
}

.buttonCentered {
    text-align: center;
    padding: 10px;
}
