body {
	margin: 0px;
}


#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/* STYLES FOR TOP SPLASH BOX */

#splashbox {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#splashbox .clear {
	clear: both;
	height: 0px;
}

#splashbox .box1 {
	background-color: #FFFFFF;
	float: left;
	width: 625px;
	text-align: center;
}
#splashbox .box1cat {
	background-color: #FFFFFF;
	float: left;
	width: 625px;
	text-align: center;
}

#splashbox .box1cat img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#splashbox .box2 {
	background-color: #FFFFFF;
	float: left;
	width: 323px;
	background-image: url(images/splashes/sticker_night_night_blur.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#splashbox .box2stickers {
	float: left;
	width: 323px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#splashbox .box2poles {
	float: left;
	width: 323px;
}
#splashbox .featurebox {
	margin: 10px 10px 0px;
	padding: 10px 10px 0px;
}
.featurebox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F7770;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 90%;
}
.featurebox p a {
	color: #6F7770;
	text-decoration: underline;
}
.featurebox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #838C84;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
.featurebox h2 a {
	color: #838C84;
	text-decoration: none;
}

#splashbox .quotebox {
	margin: 10px;
	padding: 10px;
}
.quotebox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}

.quotebox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F7770;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 75%;
	line-height: 110%;
}
.quotebox p a {
	color: #6F7770;
	text-decoration: underline;
}



/* STYLES FOR PRODUCT DETAILS */
#splashbox .detailbox {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #ebebeb!important;
	position: relative;
}
.detailbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F7770;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 70%;
}
.detailbox p a {
	color: #6F7770;
	text-decoration: underline;
}
.detailbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
}
.detailbox h2 a {
	color: #838C84;
	text-decoration: none;
}
.detailbox .detaildescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	margin-top: 5px;
}
.small1 {
	font-size: 70%;
}

.detailbox .detailprice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
	float: left;
	width: 48%;
	margin: 0px;
	position: relative;
}
.detailbox .detailform {
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 10px;
	margin: 0px;
	position: relative;
}
.detailbox .poledetails {
}

.detailbox .detailform form {
	height: 0px;
}

.detailbox .detailcode {
	font-size: 70%;
	color: #999999;
}


/* STYLES FOR POLES */
.poledetails .poleprice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #666666;
	float: left;
	width: 48%;
	margin: 0px;
	position: relative;
}
.poledetails .poleform {
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 10px;
	margin: 0px 0px 5px;
	position: relative;
}
.poledetails .poleform form {
	height: 0px;
}
.poledetails .polespec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.poledetails .poledesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3px;
}
.poledetails .polecode {
	font-size: 80%;
	color: #666666;
}
.poledetails .clear {
	clear: both;
	height: 0px;
}



/* STYLES FOR MAIN PAGE AREA*/
#main {
	border: 1px solid #CCCCCC;
	background-image: url(images/common/vertical_line_CCC.gif);
	background-repeat: repeat-y;
	background-position: 274px;
	margin: 0px;
}
#main .column1 {
	float: left;
	width: 29%;
}
#main .column2 {
	float: left;
	width: 71%;
}
.quotebox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F7770;
	font-size: 130%;
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* STYLES FOR COMMON COLUMN 1 */
.column1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#main .column1 .contentbox {
	margin: 0px 10px 10px;
}
.column1 .contentbox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
}
.column1 .contentbox h3 a {
	color: #999999;
	text-decoration: none;
}
.column1 .contentbox h3 a:hover {
	color: #666666;
	text-decoration: underline;
}
.column1 .contentbox h3 strong {
	color: #666666;
}
.column1 .contentbox h3 .active a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
}
.column1 .contentbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 65%;
	margin-bottom: 8px;
	margin-top: 0px;
}



/* STYLES FOR COMMON COLUMN 1 */
#main .column2 .contentbox p {
	margin: 0px;
}
.column2 .contentbox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.column2 .contentbox .thumbbox {
	margin: 10px 0px 10px 10px;
	float: left;
	width: 150px;
}
.thumbbox .catlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	color: #999999;
	padding-top: 2px;
	height: 30px;
}
.thumbbox img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #E1E1E1;
}

.thumbbox .catlink a {
	color: #999999;
	text-decoration: none;
}
.thumbbox .catlink a:hover {
	color: #999999;
	text-decoration: underline;
}


/* STYLES FOR NEWSLETTER PROMO */
.contentbox .newsletterbox {
}
.divider1 {
	height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
}

.contentbox .newsletterbox .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #CC3366;
	font-weight: bolder;
}
.contentbox .newsletterbox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	color: #666666;
}
.contentbox .newsletterbox p a {
	color: #999999;
}


/* STYLES FOR Brochure PROMO */
#main .column1 .brochureboxcontainer {
	margin: 0px;
	background-image: url(images/common/brochure-promo-bg.jpg);
	background-repeat: no-repeat;
	height: 82px;
}

.brochureboxcontainer .brochurebox {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.brochureboxcontainer .brochurebox .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bolder;
}
.brochureboxcontainer .brochurebox .title a {
	color: #FFFFFF;
	text-decoration: none;
}

.brochureboxcontainer .brochurebox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
}
.brochureboxcontainer .brochurebox p a {
	color: #FFFFFF;
	text-decoration: none;
}



/* STYLES FOR FOOTER */
#footer {
	margin-top: 8px;
	margin-bottom: 20px;
}
#footer .footerbox1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 50%;
	font-size: 70%;
}
.footerbox1 a {
	color: #999999;
	text-decoration: none;
}

#footer .footerbox2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 50%;
	font-size: 70%;
	text-align: right;
}
.footerbox2 a {
	color: #999999;
	text-decoration: none;
}
.footerbox1 a:hover {

	color: #999999;
	text-decoration: underline;
}
.footerbox2 a:hover {


	color: #999999;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0px;
}
.detailbox .detailcolour {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
	float: left;
	width: 50%;
	margin: 0px;
}
.column2 .standardtext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 8px;
}
.column2 .standardtext h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CC3366;
	margin-top: 10px;
	margin-bottom: 2px;
}

.column2 .standardtext {
	padding: 20px;
}

.standardtext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
	margin-bottom: 5px;
	margin-top: 0px;
}
.standardtext p a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.standardtext p a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFF99;
}

/* Full width styles for my account etc */
#columnfull {
	border-top: 0px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}#columnfull h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
#columnfull p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
}
#columnfull p a {
	color: #666666;
}
#columnfull h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
}
.column2 .standardtext li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
}
.column2 .standardtext ul {
	margin-top: 0px;
	margin-bottom: 5px;
}
.red {
	color: #FF0000;
}
.featurebox .designslink h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 150%;
	color: #FF0066;
	margin-top: 20px;
	margin-bottom: 10px;
}
.featurebox .designslink p {
	font-size: 80%;
}

.featurebox .designslink h4 a {
	color: #CC3366;
	text-decoration: none;
}
#columnfull .newsletterbox {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 10px;
}
#columnfull .messages p {
	text-align: center;
	color: #990000;
	font-size: 80%;
}

#columnfull .newsletterbox .title {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #CC3366;
	font-weight: bolder;
}
#columnfull .newsletterbox p {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	color: #666666;
}
.column1 .contentbox h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
}
.column1 .contentbox h2 strong {

	color: #666666;
}
#splashbox .box2white {

	background-color: #FFFFFF;
	float: left;
	width: 323px;
	height: 300px;
}
.green {
	color: #339900;
}
.column2 .contentbox h3 a {
	color: #999999;
	text-decoration: underline;
}
.detailbox .detailprice2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	position: relative;
}
.detailbox .wallpaperdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.detailbox .wallpaperform {
	padding-top: 5px;
	margin: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
.buybutton {
	vertical-align: text-top;
}
.detailbox .sampleform {
	padding-top: 5px;
	margin: 5px 0px 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.detailbox .sampleform .buybutton {

	vertical-align: middle;
}
.detailbox .wallpaperform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 3px;
}
.detailbox .wallpaperform h4 {
	font-size: 80%;
	margin-bottom: 0px;
}

.detailbox .wallpaperform form {
	margin: 0px;
}
.detailbox .calcform {

	padding-top: 0px;
	margin: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}
.detailbox .calcform .buybutton {


	vertical-align: text-top;
}
.detailbox .calcform form {

	margin: 0px;
}
.detailbox .calcform h4 {

	font-size: 100%;
	margin-bottom: 0px;
}
