/*
 *	Base styles
 *	
 *	1. reset
 *	2. default styles
 *
 * */



/* 2. Default styles 
 * ----------------------------------------------------------------------------------------------------*/
html {
	font-size: medium;
	}
	
body {
	background: #86b5cf;
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	color: #5a5a5a;
	font: normal normal 68.75%/1.273em Arial,Helvetica,Verdana,sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

body.slim {
	background: #86b5cf;
	background-image:url(/images/background_slim.png);
	background-repeat:repeat-x;
	color: #5a5a5a;
	font: normal normal 68.75%/1.273em Arial,Helvetica,Verdana,sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
body.plugin {
	background: #86b5cf;
	color: #5a5a5a;
	font: normal normal 68.75%/1.273em Arial,Helvetica,Verdana,sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-top: 2px;
	font-weight: bold;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 2px;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #769d00;	
	padding-top: 0px;
	margin-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	padding-top: 0px;
	margin-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fe6601;	
	padding-top: 0px;
	margin-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.processing {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;             
        filter: alpha(opacity=10);
}
.hidden {
	display: none;
}
.containerFix {
	clear: both;
	height: 1px;
}
.crnr_topleft {
	background:url(/images/layout/crnr_topleft.jpg)
}
.crnr_topright {
	background:url(/images/layout/crnr_topright.jpg)
}
.crnr_bottomleft {
	background:url(/images/layout/crnr_bottomleft.jpg)
}
.crnr_bottomright {
	background:url(/images/layout/crnr_bottomright.jpg)
}
.box_top {
	background:url(/images/layout/box_top.jpg)
}
.box_bottom {
	background:url(/images/layout/box_bottom.jpg)
}
.box_left {
	background:url(/images/layout/box_left.jpg)
}
.box_right {
	background:url(/images/layout/box_right.jpg)
}
.crnr_topleft_selected {
	background:url(/images/layout/crnr_topleft_selected.jpg)
}
.crnr_topright_selected {
	background:url(/images/layout/crnr_topright_selected.jpg)
}
.crnr_bottomleft_selected {
	background:url(/images/layout/crnr_bottomleft_selected.jpg)
}
.crnr_bottomright_selected {
	background:url(/images/layout/crnr_bottomright_selected.jpg)
}
.box_top_selected {
	background:url(/images/layout/box_top_selected.jpg)
}
.box_bottom_selected {
	background:url(/images/layout/box_bottom_selected.jpg)
}
.box_left_selected {
	background:url(/images/layout/box_left_selected.jpg)
}
.box_right_selected {
	background:url(/images/layout/box_right_selected.jpg)
}
.paddingSides10 {
	padding: 0px 10px;
}
.subscribeSuccess {
	color: #769d00;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px;
}
.formErrorText {
	color: #990000;
	font-size: 11px;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
	background-color: #FFFFFF;
}
.header {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	height: 57px;
}
.logo {
	width: 361px;
	height:57px;
}
.login {
	float: right;
	height: 41px;
	padding: 0px;
}
.login td {
	font-size: 12px;
	font-weight: bold;
}
	.login td.text {
		padding-left: 10px;
		padding-right: 4px;
		color: #4d6600;
		font-weight: bold;
		height: 38px;
		padding-bottom: 4px;
		font-size: 12px;
	}
.navbar {
	height: 43px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	font: 11px Arial,Helvetica,Verdana,sans-serif;
}
.phoneNumberInHeader {
	width: 150px;
	float: left;
	height: 43px;
}
.search {
	width: 433px;
	height: 32px;
	position: relative;
	top: 6px;
}
	.search #searchbox {
		background: #fff url(/images/elements/input_search.png) no-repeat 0 0;
		border: 0;
		float: left;
		display: inline;
		margin: -2px 10px 0 0;
		height: auto !important;
		min-height: 27px;
		padding: 11px 9px 0px;
		height: 37px;
		width: 248px;
		overflow: hidden;
	}
td.borderBottom {
	border-bottom: 1px #a5a5a5 solid;
}
td.borderBottomRight {
	border-bottom: 1px #a5a5a5 solid;
	border-right: 1px #a5a5a5 solid;
}
td.borderRight {
	border-right: 1px #a5a5a5 solid;
}
td.sharedDetails {
	font-size: 14px;
	color: #4e4e34;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
td.borderBottom2 {
	border-bottom: 1px #a5a5a5 solid;
	padding-top: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
td.green {
	color: #90bf00;
	font-weight: normal;
}
td.greenBold {
	color: #90bf00;
	font-weight: bold;
}
td ul, td ul li {
	font-size: 12px;
}
td.normal {
	font-size: 12px;
}
a.biggerLink:link,
a.biggerLink:hover,
a.biggerLink:active,
a.biggerLink:visited {
	font-size: 16px;
	 line-height: 24px;
}

/*    NAVIGATION STUFF */
.mainNav {
	text-align: center;
	width: 659px;
	height: 43px;
	position: relative;
	top: -11px;
	margin-bottom: -1em;
	float:right;
}

.mainNav ul.mainNavList {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
.mainNav ul.mainNavList li {
	float: left;
	margin-bottom: -1em;
}
/* Normal Links */
.mainNav ul.mainNavList li.home a {
	display:block;
	width: 61px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: 0 0;
	outline: none;
}
.mainNav ul.mainNavList li.products a {
	display:block;
	width: 79px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -61px 0;
	outline: none;
}
.mainNav ul.mainNavList li.design a {
	display:block;
	width: 117px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -140px 0;
	outline: none;
}
.mainNav ul.mainNavList li.news a {
	display:block;
	width: 61px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -256px 0;
	outline: none;
}
.mainNav ul.mainNavList li.about a {
	display:block;
	width: 106px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -317px 0;
	outline: none;
}

.mainNav ul.mainNavList li.download a {
	display:block;
	width: 142px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -423px 0;
	outline: none;
}

.mainNav ul.mainNavList li.contact a {
	display:block;
	width: 92px;
	height: 43px;
	background-image:url(/images/mainnav3.png);
	background-position: -565px 0;
	outline: none;
}


/* Hover Links */
.mainNav ul.mainNavList li.home a:hover {
	background-position: 0 -43px;
}
.mainNav ul.mainNavList li.products a:hover {
	background-position: -59px -43px;
	position: relative;
	left: -2px;
}
.mainNav ul.mainNavList li.design a:hover {
	background-position: -139px -43px;
	position: relative;
	left: -1px;
}
.mainNav ul.mainNavList li.news a:hover {
	background-position: -254px -43px;
	position: relative;
	left: -2px;
} 
.mainNav ul.mainNavList li.about a:hover {
	background-position: -316px -43px;
	position: relative;
	left: -1px;
}
.mainNav ul.mainNavList li.download a:hover {
	background-position: -422px -43px;
	position: relative;
	left: -1px;
}
.mainNav ul.mainNavList li.contact a:hover {
	background-position: -563px -43px;
	position: relative;
	left: -2px;
}

/* Selected Links */
.mainNav ul.mainNavList li.home a.selected {
	background-position: 0 -43px;
}
.mainNav ul.mainNavList li.home2 a.selected {
	background-position: 0 -43px;
}
.mainNav ul.mainNavList li.products a.selected {
	width: 78px;
	background-position: -490px -43px;
}
.mainNav ul.mainNavList li.design a.selected {
	background-position: -572px -43px;
}
.mainNav ul.mainNavList li.news a.selected {
	background-position: -689px -43px;
}
.mainNav ul.mainNavList li.products2 a.selected {
	width: 78px;
	background-position: -490px -43px;
}
.mainNav ul.mainNavList li.design2 a.selected {
	background-position: -572px -43px;
}
.mainNav ul.mainNavList li.news2 a.selected {
	background-position: -689px -43px;
}
.mainNav ul.mainNavList li.about a.selected {
	background-position: -748px -43px;
}
.mainNav ul.mainNavList li.about2 a.selected {
	background-position: -748px -43px;
}
.mainNav ul.mainNavList li.download a.selected {
background-position: -422px -43px;
}
.mainNav ul.mainNavList li.contact a.selected {
background-position: -563px -43px;
}

.page {
	clear: both;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
	.page a:link,
	.page a:hover,
	.page a:visited,
	.page a:active {
		outline: none;
	}
.page_slim {
	clear: both;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
}
	.page_slim a:link,
	.page_slim a:hover,
	.page_slim a:visited,
	.page_slim a:active {
		outline: none;
	}


/* Standard Layout */
.footer {
	clear: both;
	padding: 10px 15px;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	width: 920px;
	height: 40px;
	background-image:url(/images/layout/footer.gif);
	position: relative;
	/*top: -11px;*/
}
	.footer a, a:hover, a:visited, a:active {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}
	
	
.footer967 {
	clear: both;
	padding: 10px 15px;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	width: 937px;
	height: 40px;
	background-image:url(/images/layout/footer967.gif);
	position: relative;
	/*top: -11px;*/
}
	.footer967 a, a:hover, a:visited, a:active {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}
.footer955 {
	clear: both;
	padding: 10px 15px;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	width: 925px;
	height: 40px;
	background-image:url(/images/layout/footer955.gif);
	position: relative;
	/*top: -11px;*/
}
	.footer955 a, a:hover, a:visited, a:active {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}

input, select  {
	color: #5a5a5a;
	font-size: 11px;
}

input.subscribeSidebar {
	color: #333333;
	background-color:#bed2ea;
	border: 0px;
	width: 178px;
	height: 20px;
	padding: 8px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}


td.padded {
	padding: 20px;
}
td.paddedSmallText {
	padding: 20px;
	font-size: 11px;
}
td.paddedBordered {
	padding: 20px;
	border-bottom: 1px;
	border-bottom-color:#666633;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color:#666633;
	border-top-style:solid;
	border-left: 1px;
	border-left-color:#666633;
	border-left-style:solid;
	border-right: 1px;
	border-right-color:#666633;
	border-right-style:solid;
}
.smallerText {
	font-size: 12px;
}
td.headerRow {
	font-size: 13px;
	border-bottom: 1px;
	border-bottom-color:#666633;
	border-bottom-style:solid;
	padding-bottom: 8px;
}
.textPageContent {
	background-color: #FFFFFF;
	margin: 0px;
	width: 655px;
	border: 1px #FFFFFF solid;
	font-size: 12px;
	padding: 15px;
	min-height: 500px;
}
	.textPageContent .textPageContentLeft {
		float: left;
		width: 300px;
	}
	.textPageContent .textPageContentRight {
		float: right;
		width: 500px;
		margin-right: 30px;
		margin-top: 12px;
	}
.contactus {
	background-color: #FFFFFF;
	margin: 0px;
	width: 918px;
	border: 1px #FFFFFF solid;
	font-size: 12px;
	padding: 15px;
	min-height: 500px;
}
	.contactus .contactUsContentLeft {
		float: left;
		width: 200px;
	}
	.contactus .contactUsContentRight {
		float: right;
		width: 700px;
	}
/* Download Center */
.dcPageContent {
	background-color: #FFFFFF;
	margin: 0px;
	width: 655px;
	font-size: 12px;
	padding: 15px;
	min-height: 500px;
}
.dcPageContentShort {
	background-color: #FFFFFF;
	margin: 0px;
	width: 500px;
	font-size: 12px;
	padding: 15px;
	min-height: 500px;
}
	.dcPageContentShort a:link,
	.dcPageContentShort a:hover,
	.dcPageContentShort a:active,
	.dcPageContentShort a:visited {
		font-size: 10px;
		color: #4e4e34;
		font-weight: normal;
	}

/* Home Page Elements */
.homeTopBlock {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 428px;
	background-image:url(/images/home/topBlockContainer.gif);
}
	.homeTopBlock .mainPhoto {
		width: 707px;
		height: 313px;
		margin: 0;
		padding: 11px 0px 0px 14px;
		background-image: url(/images/trans.gif);
	}
	.homeTopBlock .rightColumn {
		float: right;
		width: 196px;
		height: 307px;
		margin: 11px 0px 0px 0px;
		padding: 98px 25px 0px 22px;
		background: url(/images/home/homeTopBlock_rc_bgrnd.gif) no-repeat;
		color:#000033;
		font-size: 12px;
		overflow: hidden;
	}
	
		.homeTopBlock .rightColumn h4 {
			color:#000033;
			font-size: 14px;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 0px;
		}
	
	
	.homeTopBlock .marketingText {
		width: 693px;
		height: 35px;
		position: relative;
		top: -403px;
		left: 14px;
		overflow: hidden;
	}
	.homeTopBlock .informationOverlay {
		width: 693px;
		height: 120px;
		position: relative;
		left: 14px;
		top: -155px;
	}	
	.homeTopBlock .starburst {
		width: 219px;
		height: 142px;
		position: relative;
		left: 55px;
		top: -300px;
	}	
.homeBottomBlock {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 171px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
	.homeBottomBlock .leftColumn {
		float: left;
		width: 346px;
		height: 171px;
		margin: 0 0 0 7px;
		padding: 0;
		background-image: url(/images/home/left.gif);
	}
		.homeBottomBlock .leftColumn p {
			margin-top: 0;
		}
	.homeBottomBlock .rightColumn {
		float: right;
		width: 229px;
		height: 171px;
		margin: 0 7px 0 0;
		padding: 0;
		background-image: url(/images/home/right.gif);
	}
		.rightColumn ul {
			padding: 0px 0px 0px 25px;
		}
		.rightColumn li {
			color: #9f4000;
			font-size:11px;
		}
		.rightColumn li a {
			color: #9f4000;
			font-size:14px;
			font-weight: bold;
			line-height: 18px;
		}
	.middleColumn {
		width: 347px;
		height: 171px;
		margin-left: 360px;
		margin-right: 236px;
		background-image: url(/images/home/middle.gif);
	}
	.middleColumn p {
		color: white;
		font-size:12px;
		padding-left: 18px;
		padding-right: 18px;
	}
	
.homeH1 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	top: 6px;
	line-height: 28px;
}
.homeLCH2 {
	color:#661400;
	font-size: 14px;
	font-weight: bold;
}
.homeNormal {
	color: white;
	font-size:12px;
	padding-left: 18px;
	padding-right: 18px;
}
.homeLCLink {
	color: white;
	font-size:14px;
	font-weight:bold;
	overflow: hidden;
}
.homeMCH2 {
	color:#000033;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
.homeMCLink {
	color: white;
	font-size:14px;
	font-weight:bold;
	overflow: hidden;
}
.homeRCLink {
	color: white;
	font-size:14px;
	font-weight:bold;
	overflow: hidden;
}
a.homeMCLink:link, a.homeMCLink:hover, a.homeMCLink:active, a.homeMCLink:visited {
	color: white;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	padding-left: 244px;
	overflow: hidden;
}
a.homeLCLink:link, a.homeLCLink:hover, a.homeLCLink:active, a.homeLCLink:visited {
	color: white;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	padding-left: 240px;
	overflow: hidden;
}
a.homeRCLink:link, a.homeRCLink:hover, a.homeRCLink:active, a.homeRCLink:visited {
	color: white;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	padding-left: 120px;
	overflow: hidden;
}

.homeBottomLinks {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	position: relative;
	top: -25px;
	overflow: hidden;
	margin-top: -10px;
}
	.homeBottomLinks .leftLinkColumn {
		float: left;
		width: 346px;
		margin: 0 0 0 7px;
		padding: 0;
		overflow: hidden;
	}
	.homeBottomLinks .rightLinkColumn {
		float: right;
		width: 229px;
		margin: 0 7px 0 0;
		padding: 0;
		overflow: hidden;
	}
	.homeBottomLinks .middleLinkColumn {
		width: 347px;
		margin-left: 360px;
		margin-right: 236px;
		overflow: hidden;
	}
.clearWhite {
	clear: both;
	height: 1px;
	margin-top: -10px;
	border: 1px #fff solid;
}










table.pricingTable  {
	font-size: 12px;
}
table.pricingTable td {
	padding: 2px 25px;
}
td.footer {
	padding: 10px 15px;
	font-size: 12px;
	color: #000000;
}
td.requiredField {
	color:#729701;
	font-weight: bold;
}
.requiredField {
	color:#729701;
	font-weight: bold;
}
a:link, a:visited {
	color:#000099;
	text-decoration:none;
	font-size:11px;
}
a:hover, a:active {
	color:#000099;
	text-decoration:underline;
	font-size:11px;
}
.dsSelected {
	border-style: solid;
	border-color: #90bf00;
	border-bottom-width: 0px;
	border-top-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
}
.dsSelectedBTN {
	border-style: solid;
	border-color: #90bf00;
	border-bottom-width: 4px;
	border-top-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
}
.dsNotSelected {
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-top-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
}
.dsNotSelectedBTN {
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 4px;
	border-top-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
}


.productItem {
	width: 201px;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	float:left;
}
.productItemSelected {
	width: 194px;
	border-style: solid;
	border-color: #ff9900;
	border-bottom-width: 4px;
	border-top-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	float:left;
}
.productSpace {
	float: left;
	width: 1px;
}
.greyLining {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.greyLiningSmall {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.product_buttons {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;	
	padding: 7px 4px 2px 10px;
	text-align:left;
	font-weight:bold;
	background:url(/images/designctr/product_button_background.gif);
	height: 19px;
}
	.product_buttons a:link,
	.product_buttons a:hover,
	.product_buttons a:active,
	.product_buttons a:visited {
		color: #000;
		font-size: 13px;
		text-decoration: none;
	}
	.product_buttons .countPanel {
		width: 150px;
		position: relative;
		top: -15px;
		left: 36px;
	}


.productName {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;	
	padding: 4px;
	text-align:left;
	font-weight:bold;
}
.productPrice {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	padding: 4px;
	text-align:left;
	font-weight:bold;
	float:left;
	width: 102px;
	height:15px;
}

.productLearnMore {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;	
	padding: 4px;
	text-align:right;
	font-weight:bold;
	width: 80px;
	float: right;
	height:15px;
}
.productLearnMore a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;	
	text-align:right;
	font-weight:bold;
}
.categoryItem {
	float:left;
	height: 140px;
	width: 169px;
	margin: 0px 1px;
}
.categoryItemSelected {
	float:left;
	height: 140px;
	width: 169px;
	margin: 0px 1px;
}
.categoryItemSelected .crnr_topleft {
	background:url(/images/layout/crnr_topleft_selected.jpg)
}
.categoryItemSelected .crnr_topright {
	background:url(/images/layout/crnr_topright_selected.jpg)
}
.categoryItemSelected .crnr_bottomleft {
	background:url(/images/layout/crnr_bottomleft_selected.jpg)
}
.categoryItemSelected .crnr_bottomright {
	background:url(/images/layout/crnr_bottomright_selected.jpg)
}
.categoryItemSelected .box_top {
	background:url(/images/layout/box_top_selected.jpg)
}
.categoryItemSelected .box_bottom {
	background:url(/images/layout/box_bottom_selected.jpg)
}
.categoryItemSelected .box_left {
	background:url(/images/layout/box_left_selected.jpg)
}
.categoryItemSelected .box_right {
	background:url(/images/layout/box_right_selected.jpg)
}
.categoryName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;	
	padding: 1px;
	text-align:center;
	font-weight:bold;
	width: 154px;
	/*position: absolute;
	border: 1px #990000 solid;*/
	
}
.categorySpace {
	float: left;
	width: 2px;
	height: 140px;
	background-color: #993300;
}
.productGalleryItem {
	width: 324px;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 4px;
	border-top-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	float:left;
}

.productGallerySpace {
	float: left;
	width: 2px;
}
.productGalleryName {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;	
	padding: 8px;
	text-align:left;
	font-weight:bold;
}
.productGalleryDescription {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;	
	padding: 8px;
	text-align:left;
	height: 18px;
}
.productGalleryPrice {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;	
	padding: 8px;
	text-align:left;
	font-weight:bold;
	float:left;
	width: 143px;
	height:15px;
}

.productGalleryLearnMore {
	border-style: solid;
	border-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	padding: 8px;
	text-align:right;
	font-weight:bold;
	width: 147px;
	float: right;
	height:15px;
}
.productGalleryLearnMore a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	text-align:right;
	font-weight:bold;
}
/* Playground details */
.readyForQuote {
	color: #df620e;
	font-weight: bold;
}
a.orderChecklist, a.orderChecklist:hover, a.orderChecklist:active, a.orderChecklist:visited {
	font-size: 14px;
	color: #4e4e34;
	font-weight: bold;
}
a.orderChecklist2, a.orderChecklist2:hover, a.orderChecklist2:active, a.orderChecklist2:visited {
	font-size: 13px;
	color: #4e4e34;
	font-weight: normal;
}
.playgroundDetailsPadding8 {
	padding: 0px 8px;
	width: 282px;
}
.sidebarDetailsPadding8 {
	padding: 0px 4px;
	width: 192px;
}
.playgroundDetailsPadding1 {
	padding: 0px 1px;
	width: 282px;
}
.playgroundDetailsPadding8b {
	padding: 0px 8px;
	width: 282px;
	color: #769c01;
	font-size:18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.sharedName {
	font-size: 12px;
	font-weight: bold;
	color: #4e4e34;
}
.orderDetails {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 8px 8px 0px 0px;
	float: right;
}
.orderListHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	font-weight: bold;
}
.structureRendering {
	width: 296px;
	border: 1px #000 solid;
	margin: 0px 2px 8px 2px;
	float:left;
}
	.structureRendering .viewTitle {
		padding: 10px 0px 10px 12px;
		width: 284px;
		height: 25px;
		border-bottom: 1px #000 solid;
		font-size:14px;
		color: #333333;	
		font-weight: bold;
	}
	.structureRendering .information {
		padding: 10px 0px 10px 12px;
		width: 284px;
		border-top: 1px #000 solid;
	}
		.structureRendering .information .shortDescription {
			padding: 5px 10px;
		}
		.structureRendering .information .addProductToOrder {
			float: left;
			padding: 10px 0px;
		}
		.structureRendering .information .learnMore {
			float: right;
			padding: 10px;
		}
			.structureRendering .information .addProductToOrder a:link, 
			.structureRendering .information .addProductToOrder a:active,
			.structureRendering .information .addProductToOrder a:hover,
			.structureRendering .information .addProductToOrder a:visited,
			.structureRendering .information .learnMore a:link, 
			.structureRendering .information .learnMore a:active,
			.structureRendering .information .learnMore a:hover,
			.structureRendering .information .learnMore a:visited {
				font-size:12px;
				color: #333333;	
				font-weight: bold;
			}
	
/************************ PRODUCT DETAIL POPUP **********************************/
/*
.pd_Header {
	width: 928px;
	height: 32px;
	border: 1px #000000 solid;
}
	.pd_Name {
		float: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 8px 0px 0px 10px;
	}
	.pd_Price {
		float: right;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 8px 10px 0px 0px;
	}
.pd_InfoArea {
	width: 930px;
}
	.pd_ImageArea {
		clear: both;
		float:left;
		width: 464px;
		height: 373px;
		padding-top: 6px;
		border-left: 1px #000 solid;
		border-right: 1px #000 solid;
		text-align: center;
	}
	.pd_DescriptionArea {
		float: right;
		width: 443px;
		height: 359px;
		padding: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		border-right: 1px #000 solid;
		overflow: scroll;
	}
		.pd_DescriptionArea span.title {
			font-weight: bold;
		}
.pd_photoBar {
	clear: both;
	width: 920px;
	height: 90px;
	padding: 4px;
	border: 1px #000000 solid;
}
	.leftArrow {
		float: left;
		width: 28px;
		height:90px;
		background-image: url(images/buttons/pd_arrowleft.gif);
		border: 0;
	}
	.rightArrow {
		float: right;
		width: 28px;
		height:90px;
		background-image: url(images/buttons/pd_arrowright.gif); 
	}
	.thumbNail {
		float: left;
		width: 116px;
		height:88px;
		border: 1px #000 solid;
		margin: 0px 3px 0px 2px;
	}
	.leftArrowOff {
		float: left;
		width: 28px;
		height:90px;
		background-image: url(images/buttons/pd_arrowleft_off.gif);
	}
	.rightArrowOff {
		float: right;
		width: 28px;
		height:90px;
		background-image: url(images/buttons/pd_arrowright_off.gif); 
	}
*/
/************************ GET STARTED GUIDE  POPUP **********************************/
.gsg_Header {
	width: 928px;
	height: 32px;
	padding: 5px 0px;
	border: 1px #999999 solid;
}
	.gsg_Name {
		float: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 8px 0px 0px 10px;
	}
	.gsg_header_close {
		width: 32px; 
		height: 32px; 
		margin-top: 1px; 
		margin-right: 5px;
		float:right;
	}
body.popup {
	margin-top: 10px;
	background: url(images/trans.gif);
}	
.gsg_InfoArea {
	width: 930px;
	border-right: 1px #999999 solid;
}
	.gsg_Nav {
		clear: both;
		float:left;
		width: 180px;
		text-align: center;
	}
		.gsg_Nav a:link, 
		.gsg_Nav a:visited, 
		.gsg_Nav a:hover, 
		.gsg_Nav a:active { 
			outline: none;
		}
		
	.gsg_DescriptionArea {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		.gsg_DescriptionArea span.title {
			font-weight: bold;
			font-size: 14px;
		}
	.swappingContent {
		float: right;
		width: 740px;
		height: 460px;
		border-right: 1px #999999 solid;
	}
.gsg_closeBar {
	clear: both;
	width: 750px;
	margin-left: 180px;
	position: relative;
	top: -1px;
	border-top: 1px #999999 solid;
	padding-top: 5px;
	text-align: right;
}
/* News Page */
.newsItem {
	width: 655px;
	padding: 15px;
}
	.newsItem .newsTitle {
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
	.newsItem .newsDate {
		font-weight: normal;
		font-style:italic;
	}


#socialNetworkingLinks {
	clear: both;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	color: #000000;
	padding-left: 395px;
	text-align: right;
	padding-right: 5px;
	position: relative;
	top: -57px;
}
	#socialNetworkingLinks a:link,
	#socialNetworkingLinks a:hover,
	#socialNetworkingLinks a:visited,
	#socialNetworkingLinks a:active {
		outline: none;
		font-size: 12px;
		color: #000000;
	}
	#socialNetworkingLinks .snLink {
		position: relative;
		top:4px;
	}
	#socialNetworkingLinks .ultrasiteLogo {
		position: relative;
		top: 12px;
		left: -5px;
	}
#footerSiteLinks {
	clear: both;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -78px;
}
#footerLower {
	clear: both;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
	position: relative;
	top: -70px;
}
/* Plugin Styles */
.header_plugin {
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	height: 57px;
	background-color: #fff;
}
	.header_plugin .venLogo {
		float: left;
		width: 187px;
		height:57px;
	}
	.header_plugin .upLogo {
		float: right;
		width: 187px;
		height:57px;
		padding-right: 10px;
	}	
.page_plugin {
	clear: both;
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
}
	.page_plugin a:link,
	.page_plugin a:hover,
	.page_plugin a:visited,
	.page_plugin a:active {
		outline: none; 
	}
.footer_plugin {
	clear: both;
	padding: 10px 15px;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	width: 925px;
	height: 40px;
	background-image:url(/images/layout/footer955.gif);
	position: relative;
	/*top: -11px;*/
}
	.footer_plugin a:link, .footer_plugin a:hover, .footer_plugin a:visited, .footer_plugin a:active {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}

