/*sidebars page*/
#sidebar, #sidebar2 {
	width: 225px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.side-panel {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.side-panel ul {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.side-panel li {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	font-size: 11px;
}
.side-panel p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.subtitle a {
	color: #FFFFFF;
	text-decoration: none;
}


#nav-panel .subtitle, #partner-panel .subtitle {
	background-image: url(images/subnav-blue-background.gif);
	background-repeat: no-repeat;
}
#nav-panel, #partner-panel {
	background-image: url(images/subnav-blue-bottom.gif);
	background-position: bottom;
}
#nav-panel li a, #partner-panel li a {
	font-weight: bold;
	color: #47C4F2;
	text-decoration: none;
}
#nav-panel li a:hover, #partner-panel li a:hover {
	color: #FFFFFF;
	background-color: #47C4F2;
}


/*Matt Perry 2009-05-18*/

.side-nav-panel .subtitle {
	background-image: url(images/subnav-blue-background.gif);
	background-repeat: no-repeat;
}
.side-nav-panel {
	background-image: url(images/subnav-blue-bottom.gif);
	background-position: bottom;
}
.side-nav-panel li a {
	font-weight: bold;
	color: #47C4F2;
	text-decoration: none;
}
.side-nav-panel li a:hover {
	color: #FFFFFF;
	background-color: #47C4F2;
}







#tech-panel .subtitle, .newsletter-panel .subtitle {
	background-image: url(images/subnav-blue-background.gif);
	background-repeat: no-repeat;
}
#tech-panel, .newsletter-panel {
	background-image: url(images/subnav-blue-bottom.gif);
	background-position: bottom;
}
#tech-panel li a, .newsletter-panel li a {
	font-weight: bold;
	color: #47C4F2;
	text-decoration: none;
}
#tech-panel li a:hover, .newsletter-panel li a:hover {
	color: #FFFFFF;
	background-color: #47C4F2;
}


#media-panel .subtitle {
	background-image: url(images/subnav-blue-background.gif);
	background-repeat: no-repeat;
}
#media-panel {
	background-image: url(images/subnav-blue-bottom.gif);
	background-position: bottom;
}
#media-panel li a {
	font-weight: bold;
	color: #47C4F2;
	text-decoration: none;
}
#media-panel li a:hover {
	color: #FFFFFF;
	background-color: #47C4F2;
}

#related-panel .subtitle {
	background-image: url(images/subnav-blue-background.gif);
	background-repeat: no-repeat;
}
#related-panel {
	background-image: url(images/subnav-blue-bottom.gif);
	background-position: bottom;
}
#related-panel li a {
	font-weight: bold;
	color: #47C4F2;
	text-decoration: none;
}
#related-panel a:hover {
	color: #FFFFFF;
	background-color: #47C4F2;
}




/*item page*/
#item-page #main {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px;
}
#item-page #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
}
#item-page #content-container h3 {
	color: #0B539E;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
}
#item-page #content-container ul {
	margin-bottom: 15px;
	padding-left: 30px;
	list-style-image: url(images/bullet.gif);
}
#item-page #content-container p {
	margin-bottom: 15px;
}




/*category page*/
#category-page #main {
	width: 715px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#category-page #content-container ul {
	margin: 0px;
	padding: 0px;


}

#category-page #content-container li {
	padding-bottom: 20px;
	width: 715px;
	padding-top: 20px;
	float: left;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#category-page #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
	margin-bottom: 20px;
}
#category-page #content-container h3 {
	color: #0B539E;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
}

/* MJP = 06/05/2009 */
#category-page #content-container blockquote {
	background-color: #ebf4fa;
	margin-bottom: 20px;
	padding: 20px;
}
#category-page #content-container blockquote p, 
{
	padding: 0px;
	margin: 0px;
}

#category-page #content-container p {
	margin-bottom: 15px;
}


.product-name  a {
	font-size: 1.5em;
	font-weight: normal;
	color: #47C4F2;
	text-decoration: none;
}
.product-name  a:hover  {
	color: #FFFFFF;
	background-color: #47C4F2;
}

.product-number a {
	font-size: 1.5em;
	font-weight: normal;
	color: #0B539E;
	text-decoration: none;
}
.product-number a:hover {
	color: #FFFFFF;
	background-color: #0B539E;
}
#category-page #content-container img {
	width: 130px;
	float: right;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#category-page #content-container ul ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-image: url(images/bullet.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#category-page #content-container li li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	width: 530px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*products page*/
#products #main {
	width: 715px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#products #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
	margin-bottom: 20px;
}
#products #content-container p {
	margin-bottom: 15px;
}



/*standard page*/
#standard-page #main {
	width: 959px;
	padding-right: 20px;
	padding-left: 20px;
	
}
#standard-page #content-container h2, 
#subnav-page #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
	margin-bottom: 20px;
}
#standard-page #content-container h3, 
#subnav-page #content-container h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #0B539E;
	margin-bottom: 20px;
}

#standard-page #content-container p, 
#subnav-page #content-container p {
	margin-bottom: 15px;
}
#standard-page #content-container p a, 
#subnav-page #content-container p a {
	color: #47C4F2;
	text-decoration: underline;
}
#standard-page #content-container p a:hover, 
#subnav-page #content-container p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47C4F2;
}




#standard-page #content-container ul ul, 
#subnav-page #content-container ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
}


#standard-page #content-container ol, 
#subnav-page #content-container ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 20px;
}

#standard-page #content-container ol ol, 
#subnav-page #content-container ol ol {
	margin-bottom: 0px;
}
#standard-page #content-container table, 
#subnav-page #content-container table {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebf4fa;
	width: 100%;
}
#standard-page #content-container td, 
#subnav-page #content-container td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebf4fa;
}
#standard-page #content-container p a, 
#subnav-page #content-container p a {
	color: #47C4F2;
	text-decoration: underline;
}
#standard-page #content-container p a:hover, 
#subnav-page #content-container p a:hover {
	color: #FEFEFE;
	text-decoration: none;
	background-color: #47C4F2;
}
#standard-page #content-container li a, 
#subnav-page #content-container li a {
	color: #47C4F2;
	text-decoration: underline;
}
#standard-page #content-container li p a:hover, 
#subnav-page #content-container li p a:hover {
	color: #FEFEFE;
	text-decoration: none;
	background-color: #47C4F2;
}
#standard-page #content-container blockquote, 
#subnav-page #content-container blockquote {
	background-color: #ebf4fa;
	margin-bottom: 20px;
	padding: 20px;
}
#standard-page #content-container blockquote p, 
#subnav-page #content-container blockquote p {
	padding: 0px;
	margin: 0px;
}




/*subnav page page*/
#subnav-page #main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 715px;
}

.news-list  {
	list-style-type: none; ! important
	margin: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	width: 710px  !important;
}
.news-list  li {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 20px;
width: 710px  !important;
}
.news-title a {
	font-size: 1.5em;
	font-weight: normal;
	color: #0B539E !important;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.news-title a:hover {
	color: #FFFFFF !important;
	background-color: #0B539E !important;
}







/*standard page*/
#contact-page #main {
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
}
#contact-page #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
	margin-bottom: 20px;
}



/*forms on pages*/
#content-container form {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
#content-container form fieldset {
	/*border: none;*/
	margin-bottom: 0px;
	border: none;
}
#content-container form ol {
	margin: 10px 0px 20px 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
#content-container form ol li {
	font-size: 1em;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-container form ol li label {
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: left;
}
#content-container form ol li label em {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
}
#content-container form ol li input.text {
	font-size: 1em;
	border: 1px solid #AAAAAA;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#content-container form ol li textarea{
	font-size: 1em;
	border: 1px solid #AAAAAA;
	padding: 2px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#content-container form fieldset legend {
	text-transform: none;
	font-weight: normal;
	font-size: 1.7em;
	color: #0B539E;
	/*text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	margin-left: 0;*/
}
#content-container form fieldset legend span {
	/*margin-left: 6px;*/
}
.button {
	padding-top: 3px;	
}
#content-container form fieldset.submit ol li {
	/*background-color: #FFFFFF;*/
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}
#content-container form fieldset.submit ol li input {
	padding-top: 6px;
}
#content-container form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#content-container ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content-container p em {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content-container p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}




/*home page*/
#home #main {
	margin: 0px;
	float: left;
	width: 715px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}    
#home #content-container {
	margin-bottom: 20px;
}

#home #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
#home #content-container p {
	margin-bottom: 15px;
}
#home #sidebar2 form label {
	display: block;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1em;
	line-height: 1em;
}

#home #sidebar2 

{
padding-top: 20px;
}
#home #sidebar2   #email, #home #sidebar2  #username, #home #sidebar2 #password {
	font-size: 1em;
	border: 1px solid #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	width: 198px;
	color: #333333;
	background-color: #FFFFFF !important;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
}
#partner-panel form p, #newsletter-panel form p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#partner-panel label {
	color: #3274AC;
}
#newsletter-panel label {
	color: #4295A8;
}
#bigimage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#panel-col1 {
	margin: 0px;
	width: 347px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

.home-panel {
	width: 347px;
	margin-bottom: 20px;
	float: left;
	background-image:url(images/homepanel-blue-bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.home-panel .subtitle {
	background-image: url(images/homepanel-blue-title.gif);
	background-repeat: no-repeat;
}


.home-panel img {
	border: 1px solid #aaaaaa;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 130px;
}
.home-panel p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.home-panel p a {
	color: #3174AC;
	text-decoration: none;
	font-weight: bold;
}
.home-panel p a:hover {
	color: #FFFFFF;
	background-color: #3174AC;
}





#panel-col2 {
	margin: 0px;
	width: 347px;
	padding: 0px;
	float: left;
}
.banners img {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*partners page*/
#partners-page #main {
	width: 715px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#partners-page #content-container p {
	margin-bottom: 15px;
}
#partners-page #content-container p a {
	color: #47C4F2;
	text-decoration: underline;
}
#partners-page #content-container p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47C4F2;
}


#partners-page #content-container ul {
	margin: 0px;
	padding: 0px;

}

#partners-page #content-container li {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 20px;
	float: left;
	width: 714px;
	padding-top: 20px;
}


#partners-page #content-container h2 {
	font-size: 2em;
	font-weight: normal;
	color: #47C4F2;
	margin-bottom: 20px;
}
.partner-name {
	font-size: 1.5em;
	font-weight: normal;
	color: #47C4F2;
	text-decoration: none;
	margin-left: 170px;
}

.partner-name a
{
color: #47C4F2;
}
.partner-title {
	font-size: 1.5em;
	font-weight: normal;
	color: #0B539E ;
	text-decoration: none;
	margin-left: 170px;
	margin-bottom: 15px;
}
#partners-page #content-container img {
	width: 150px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
#partners-page #content-container li p {
	margin-left: 170px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#partners-page #content-container li p a {
	color: #47C4F2;
	text-decoration: underline;
}
#partners-page #content-container li p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47C4F2;
}




#bigimage
{
	background-image: url(images/homepage-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 715px;
	height: 280px;
}

#mainimage h2
{
padding-top: 225px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
text-align: center;
}


.newsletter-panel a
{
color:#47C4F2;
font-weight:bold;
text-decoration:none;

}

.newsletter-panel a:hover
{
background-color:#47C4F2;
color:#FFFFFF;

}
















#standard-page #content-container ul, 
#subnav-page #content-container  ul {
	padding-left: 30px;
	list-style-position: outside;
	margin-bottom: 20px;
	list-style-image: url(images/bullet.gif);
}






div#bottom-nav ul li#netmarketeers {
float:right;
margin-right: 0px;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
