/*GENERAL*/

* {
	margin: 0px;
	/*padding: 0px;*/
	border: 0px;
}

body {
	font-family: Georgia, "DejaVu Sans", "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #504e53;/*background: #FFE38E url(../images/bgtile.jpg) repeat-y center top;*/
	background-image: url(../images/bgtile03.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fff6da;
}

h1, h2, h3, h4, h5, h6, p, li {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1 a, h2 a {
	color:black !important;
	text-decoration:none;
}

h1 a:hover, h2 a:hover {
	color:black !important;
	text-decoration:underline;
}

/*MAIN COLUMNS*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	/*color:#9ca716;*/
	color:black;
	font-weight:normal;
	padding-top: 1px;
	line-height:33px;
	text-shadow: 2px 2px 0px #eee;
}

.indextopareaalpha h1 {
	text-shadow:2px 2px 2px #666 !important;
}

h2 {
	color:#000000;
	font-size: 1.8em;
	font-weight: normal;
}

h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	padding: 0px 0px 0px 0px;
}

.content ul {
	padding: 0px 0px 0px 20px;
}

a:link, a:visited {
	color:#9ca716;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.main {
	font-size:11px;
}

/*HEADER*/

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 779px;
	height: 140px;
	margin: 0 auto;
	background-color: #3e4b1e;
}

#header #left {
	padding:10px 10px 0px 10px;
	float:left;
}

#header #right {
	padding:10px 10px 0px 10px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	width:245px;
	overflow:hidden;
}

/*MAIN*/

#page {
	width: 779px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 596px;
	padding: 0px;
	background: #FFFFFF;
	line-height: 1em;
}

#main .content {
	width: 576px;
	background: #FFFFFF;
	padding:10px;
}

/*SPLASH ITEM*/

h1.splash {
	margin:0px;
	padding:0px;
	width:576px;
	height:97px;
}

#splash_main {
	background:url(../images/splashbox_main.jpg) top left;
	height:288px;
	overflow:hidden;
}

#splash_main p {
	width:225px;
	/*font-size:0.75em;*/
	font-size:0.8em;
	line-height:1.5em;
}

#splash_footer {
	height:35px;
	background: #B5BC1D url(../images/splashbox_footer.jpg) no-repeat top left;
	text-align:right;
	padding: 5px 10px 0px 0px;
	margin-bottom:10px;
}

#splash_footer a:link, #splash_footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#splash_footer a:hover {
	color:#4F5C25;
	text-decoration:none;
}

#splash_main .price {
	color:#B21818;
	font-size:3em;
	line-height:1em;
	font-style:italic;
}

#main .content .leftcol {
	width:279px;
	padding:0px 9px 0px 0px;
	float:left;
	line-height:1em;
}

#main .content .rightcol {
	width:279px;
	padding:0px 0px 0px 9px;
	float:right;
	line-height:1em;
}

#main .content .leftcol p, #main .content .rightcol p {
	/*font-size:0.75em;*/
	font-size:0.8em;
}

#main .content .leftcol h2, #main .content .rightcol h2 {
	font-size:0.8em;
	color:#3D5C12;
	padding:0px;
}

/*SIDEBAR*/

#sidebar {
	width: 180px;
	float: left;
	padding: 0px;
	background-color:#585E22;
	font-size:14px;
}

#sidebar .nav_main {
	width: 180px;
	padding: 0px;
	color:#FFFFFF;
}
 #sidebar .nav_sub, {
 width: 180px;
 padding: 0px;
 color:#FFFFFF;
}

li.nav01 {
	width:170px;
	height:20px;
	color:#FFFFFF;
	list-style: none;
	letter-spacing: 0em;
	background-image: url(../images/nav_bg01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
}

li.nav02 {
	background: url(../images/nav_bg01.gif) no-repeat left;
	width:170px;
	height:20px;
	color:#FFFFFF;
	list-style: none;
	letter-spacing: -0.02em;
	padding-top: 2px;
}

li.nav02 a {
	color:#ffffff;
	list-style: disc;
}

li.nav_end {
	background: #6C6F2A;
	width:170px;
	height:20px;
	color:#FFFFFF;
	list-style: none;
}

#sidebar .nav_main a:link, #sidebar .nav_main a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

#sidebar .nav_main a:hover {
	color:#FFE38E;
	text-decoration:none;
}

#sidebar .nav_sub li {
	padding:0px;
	list-style:none;
}

#sidebar .nav_sub ul {
	padding:50px 0px 10px 0px;
	list-style:none;
}

#sidebar .nav_sub a:link, #sidebar .nav_sub a:visited {
	font-size:0.75em;
	line-height:1em;
	color:#FFE38E;
	text-decoration:none;
	padding:0px 0px 0px 30px;
}

#sidebar .nav_sub a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar .heritage {
	padding:0px 0px 0px 10px;
}

/*FOOTER*/

#footer {
	width:779px;
	margin: 0px auto;
	padding-top: 10px;
	background-color: #585E22;
}

#footer .content {
	width:779px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0.75em;
	color:#fff6da;
}

#footer a {
	color:#fef5d2;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border: 1px solid #3E4B1E;
	color: black;
}

input[type="submit"], input[type="button"], input[type="reset"], .buttontype {
	background-color: #9DB21A;
	color: white;
	text-transform: capitalize;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .buttontype:hover {
	background-color: #AFC91D;
}

input[type="image"] {
	cursor:pointer;
}

#page #main .content .main .top_space {
	margin-top: 10px;
}

hr {
	color: #6C6F2A;
}

#page #main .content .main #Order_paints {
	color: #FFFFFF;
}

#page #main .content .main #Order_paints #addtobasket {
	width: 100%;
}

#page #main .content .main #Order_paints #PaintType {
	width: 100%;
}

#page #main .content .main #Order_paints #order_sample #ordersample {
	width: 100%;
}

#page #main .content .main #Order_paints #Quantity {
	width: 100%;
}

#page #main .content .main #Order_paints #PaintCanSize {
	width: 100%;
}

#adding2basket {
	color: #FFFFFF;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#deletebutton {
	font-weight: lighter;
	color: #CCCCCC;
	background-color: #FFE38E;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	color:black;
}

#page #main .content .main #changeQuantityForm #ChangeQuantity {
	width: 100%;
}

#page #main .content .main #CheckoutForm #Checkout {
	text-align: center;
	width: 100%;
	height: 60px;
}

#page #main .content .main #shortcut a {
	color: #9ca716;
}

.wallpaperarchive {
	width: 120px;
	vertical-align: bottom;
	float: left;
	font-size: 10px;
	line-height: 15px;
	margin-right: 10px;
}

#page #main .content .main #jumplist a {
	color: #6C6F2A;
	text-decoration: none;
	font-weight: bold;
}

#page #main .content .main #jumplist a:hover {
	color: #6B8520;
	text-decoration: underline;
	font-weight: bold;
}

#mailinglistform {
	width: 150px;
}

.img_leftpad {
	padding-left: 20px;
}

#page #main .content .main #Undercoat {
	width: 150px;
}

#page #sidebar .nav_main .nav02 a {
	color: #ffffff;
	padding-left: 30px;
}

#page #sidebar .nav_main .nav02 a:hover {
	color: #ffffff;
	padding-left: 30px;
}

#page #main .content .main #pressimage {
	padding-right: 15px;
	padding-bottom: 20px;
}

.smallfont {
	font-size: 10px;
}

.miniContent {
	width: 188px;
	margin: 1px 4px 15px 0px;
	float: left;
	color: #47454a;
}

.miniContent p {
	line-height:17px;
	margin-right:5px;
}

.clear {
	clear: both;
}

.miniContentText {
	padding: 4px;
	text-align: center;
	color: #47454a;
	line-height: 10pt;
}

.miniContentTitle {
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.miniContentCenter {
	width: 188px;
	margin: 1px;
}

.miniContentTextLeft {
	padding: 4px;
	color: #47454a;
	line-height: 10pt;
}

#jumpMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 4px;
	background-color: #4f5c25;
}

.jumpMenu2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 4px;
	background-color: #4f5c25;
	width:200px;
}

.jumpMenu {
	width: auto;
	margin: 0px 0px 0px 10px;
	float: right;
}

.paints_selectTitle {
	color: #ffffff;
	font-size: 1.3em;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
}

.hClass {
	background-color: #3d5c12;
	height: 1px;
}

.coloursPackFont {
	color: #a21227;
	font-size: 16px;
}

.coloursPack {
	background-color: #fffaec;
	width: 176px;
	padding: 4px;
	margin-right: 4px;
	float: left;
	font-size: 11px;
}

.coloursLeft {
	width: 333px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3d5c12;
	padding-right: 8px;
	float: left;
}

.coloursRight {
	width: 172px;
	float: left;
	padding-left: 8px;
}

.coloursPackFontBlack {
	color: #000000;
	font-size: 18px;
}

.fontBlack {
	color: #000000;
}

.paints_finishProduct {
	color: #000000;
	font-size: 11px;
}

.imgLeft {
	padding-right: 15px;
}

.imgRight {
	float: right;
}

.colourCard {
	line-height: 10pt;
	font-size: 11px;
}

.paddingBelowPicture {
	padding-bottom: 11px;
}

.black {
	color: #000000;
}

.subheading {
	font-size: 22px;
	line-height: 23px;
	color: black;
}

.packbg {
	background-image: url(../images/packbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 565px;
}

.paintsFinish_cellPadding {
	font-size: 14px;
	padding: 4px;
}

.paintsFinish_cellPaddingBlack {
	font-size: 14px;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}

.paintsFinish_cellPaddingBlack a {
	text-decoration:none;
	color:black !important;
	font-weight:bold !important;
}

.paintsFinish_ImgPadding {
	padding-right: 0px;
}

.paintsFinish_itemImg {
	width: 232px;
	float: left;
}

.paintsFinish_ProductText {
	text-align: left;
	float: right;
	color: #000000;
	font-size: 11px;
	width: 335px;
}

.paintsFinish_Product li {
	padding: 0px;
	margin: 0px;
}

.worldmap {
	background-image: url(../images/worldmap.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 235px;
}

.stockbar {
	height:1px;
	border-bottom: 1px #000000 solid;
}

.newwallpaper {
	float: left;
	height: 220px;
}

.newwallpaperrow {
	margin-bottom: 10px;
	padding-left: 5px;
}

.newwallpaper img {
	margin-bottom:5px
}

.newwallpaper a {
	color:#000000
}

.newwallpaper a:hover {
	color:#000000;
	text-decoration:underline
}

.newwallpapertable a {
	color:#000000
}

.newwallpapertable a:hover {
	color:#000000;
	text-decoration:underline
}

.homepagetop1 {
	width: 577px;
	height: 470px;
	background-image: url(../images/home_bg4.jpg);
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 1px;
	background-position: center top;
}

.homepagetop1 h1 {
	font-size: 42px;
	color: #FFFFFF;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.homepagetop1 p {
	font-size: 11px;
	line-height: 13px;
}

.homepagetop1 a {
	color: #fff;
	text-decoration:underline
}

.homepagetop1 a:hover {
	color:#fff
}

.homepageenv {
	background-image: url(../images/home_envbg.jpg);
	height: 120px;
	width: 288px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585E22;
}

.homepageenv h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B6F2A;
	font-weight: normal;
	font-size: 30px;
	margin-top: 15px;
}

.homepageenv h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B6F2A;
	font-weight: normal;
	font-size: 19px;
}

.homepageenv p {
	font-size:11px
}

.homepagenews {
	height: 120px;
	width: 288px;
}

.homepagenews h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-weight: normal;
	font-size: 30px;
	margin-top: 15px;
}

.homepagenews h4 {
	color: #AAB49D;
	font-weight: normal;
	font-size: 19px;
}

.homepagenews p {
	font-size:11px
}

.samples_Left {
	text-align: left;
	float: left;
}

.samples_Right {
	text-align: left;
	float: right;
	width: 320px;
}

.samples_swbsImg {
	padding-top: 11px;
	padding-right:10px;
}

.stockistFinder_colTitle {
	color: #ffe694;
	font-size: 15px;
}

.eh_ImgPadding {
	padding-left: 5px;
}

.eh_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.9em;
	/*color:#9ca716;*/
	color:black;
	font-weight:normal;
	padding-top: 1px;
	line-height:33px;
}

.eh_left {
	float: left;
	width: 157px;
}

.eh_right {
	text-align: left;
	float: right;
	width: 410px;
}

.advice_cellPadding {
	font-size: 14px;
	padding: 4px;
}

.advice_cellPadding a {
	color: #9ca716;
	text-decoration: none;
	font-weight: normal;
}

.advice_cellPaddingBlack {
	font-size: 14px;
	padding: 4px;
	color: #000000;
}

.advice_imgPaddingBottom {
	padding-bottom: 10px;
}

.paintsFinish_h1 {
	font-size: 25px;
	color: #000000;
}

.paintsFinish_h1_s {
	font-size: 14px;
	color: #000000;
}

.choosetobuydropdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 4px;
	background-color: #4f5c25;
	width:100px;
}

.choosetobuyredtext {
	color:red;
	font-size:14px;
	background-repeat:no-repeat;
}

.choosetobuyredtext a {
	color:red;
	text-decoration:underline
}

.choosetobuyredtext a:hover {
	color:#900;
	text-decoration:underline
}

.choosetobuytable {
	border: 1px solid #4F5C25;
}

.complimentarytable a {
	color:black;
	text-decoration:none;
}

.complimentarytable a:hover {
	text-decoration:underline;
}

.choosetobuyarea {
	width:267px;
	float: right;
}

.choosetobuysamplepotarea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F5C25;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.choosetobuysamplepotbg {
	background-image: url(../images/new-paintinfo-bg.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.choosetobuysamplepotareacolour {
	width:74px;
	height:40px;
	float: right;
	position: relative;
	top: -20px;
	right: 40px;
	font-size:9px;
	color: #585E22;
	text-align: center;
}

.choosetobuysamplepotareacolour2 {
	border:2px solid white;
	width:100%;
	height:100%;
}

.choosetobuysamplepotareaheader {
	position: relative;
	top: 17px;
	left: 140px;
	width: 320px;
	padding-top: 12px;
}

.choosetobuysamplepotareaheader h2 {
	font-size: 30px;
	color: #585D22;
}

.choosetobuysamplepotareawhitetext {
	color:white !important;
	float:left;
	width: 210px;
	position: relative;
	top: 25px;
	left: 140px;
	line-height: 16px;
}

.choosetobuysamplepotareaprice {
	color:white !important;
	float:right;
	width: 75px;
	position: relative;
	left: -69px;
	top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.choosetobuysamplepotareabutton {
	width:189px;
	height:26px;
	float:right;
	position: relative;
	top: 60px;
	left: 122px;
}

.choosetobuycpcarea {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4F5C25;
	border-bottom-color: #4F5C25;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.choosetobuycpcdiv {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F5C25;
	padding-bottom:5px;
	margin-top:5px;
}

.wallpaperSamples_atb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.tools_paddingTop {
	padding-top: 10px;
}

.infobutton {
	background-color: #FFF;
	border: 1px solid #FFF;
}

.largewhitetext {
	color:white;
	font-size:13px;
	padding-top:5px;
	padding-left:5px
}

.whiteformfield {
	border: 0px solid white;
	width: 100%;
}

.selectformfieldtop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #4F5C25;
	border-right-color: #4F5C25;
}

.selectformfieldsingle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #4F5C25;
	border-right-color: #4F5C25;
	border-bottom-color: #4F5C25;
}

.darkred {
	color: #A21227;
	font-size: 13px;
}

.cpb_tableCell {
	font-size: 14px;
	color: #000;
	padding-right: 10px;
}

.tools_h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.deliveryTable {
	color: #000;
	font-size: 10px;
}

.deliveryTable_smallText {
	font-size: 9px;
}

.blacklinktext {
	color:black
}

.blacklinktext a {
	text-decoration:none;
	color: black;
}

.blacklinktext a:hover {
	text-decoration:underline
}

.tools_h2 {
	font-size: 18px;
}

.fontGrey {
	color: #504e53;
}

.pr_floatLeft {
	padding-right: 10px;
	float: left;
}

.news_featured {
	background-color: #fef5d2;
	padding: 10px;
}

.news_featured_image {
	margin-right: 10px;
	margin-bottom: 10px;
}

.white {
	color:white
}

.mydetailsformfield {
	width:300px;
	border: 1px solid #585D22;
}

.fcc_p {
	background-color: #fef5d2;
	padding: 10px;
}

.formfieldtitle {
	color: #3E4B1E;
	font-size: 12px;
	padding-bottom: 5px;
}

.checkout_incorrectdetails {
	background-color: #fef5d2;
	font-size: 11px;
	border: 1px solid #3e4b1e;
	text-align: center;
	padding: 10px;
}

.h1_wd {
	line-height: 12pt;
}

.sampleswarning {
	font-size: 22px;
	color: #D82B22;
}

.tablelrpadding {
	padding-left:10px;
	padding-right:10px
}

.wpsam6lpadding {
	padding-left:6px
}

.toolsredtextarea {
	color:red;
	font-size:14px;
	background-repeat:no-repeat;
	background-image:url(../images/tools_bg_price.gif)
}

.toolsredtextarea2 {
	color:red;
	font-size:14px;
	background-repeat:no-repeat;
	background-image:url(../images/tools_bg_price2.gif);
	background-position: right center;
}

.cardaddtobasketbutton {
	padding-right:4px;
}

.cursorpointer {
	cursor:pointer
}

.stockistmarginleft {
	margin-left:5px
}

.ohpcwidth {
	width:100%;
}

.sidenavhighlight {
	color: #FFE38E;
}

.paintsselectbutton {
	width:100%;
	height:25px;
	border:none;
}

.stylecapitalize1 {
	text-transform:capitalize
}

.floatleftpaddingright {
	float:left;
	padding-right:15px;
}

.alphanobgrepeat {
	background-repeat:no-repeat
}

.sfpadfive {
	margin-left:5px;
}

.onepxspacer {
	height:1px
}

.fivepxspacer {
	height:5px
}

.indextopareaalpha {
	width:560px;
	margin:0 auto;
	font-size: 12px;
}

.tenpxspacer {
	padding-right:10px;
}

.afoursampletext {
	color:white;
	font-size:13px;
	padding-top:5px;
	padding-left:5px
}

.greenhomecontact {
	background-color: #2D4E53;
	text-align:center;
	margin-bottom: 1px;
}

.greenhomecontacttable {
	margin:0 auto
}

.greenhomecontacttop {
	font-size: 24px;
	color: #FFF;
	padding-top: 3px;
}

.greenhomecontactmiddle {
	font-size: 14px;
	color: #FFF;
}

.greenhomecontactbottom {
	font-size: 11px;
	color: #CCCCCC;
}

.greenhomecontactbottom a {
	color: #CCCCCC;
	text-decoration:none
}

.greenhomecontactbottom a:hover {
	text-decoration:underline
}

.greenhome_link a {
	color: #525350;
}

.seasonalhourswithtext {
	background-image: url(../images/home_seasonal_visitus.gif);
	height: 57px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	color: white;
}

.seasonalhourswithtextnotext {
	background-image: url(../images/home_seasonal_notext.gif);
	height: 53px;
	width: 577px;
	padding-top:4px;
	font-size:11px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height:16px;
	color: white;
	text-align: center;
}

.seasonalhourswriting {
	width: 450px;
	margin-top: 4px;
	float: right;
	font-size: 11px;
	line-height: 16px;
}

.seasonalhourswriting a {
	color:black;
	text-decoration:none
}

.seasonalhourswriting a:hover {
	color:white;
	text-decoration:underline
}

.orientalwallpapertitle {
	background-image: url(../images/oriental_title.jpg);
	height: 168px;
	width: 568px;
	padding-top: 115px;
}

.orientalwallpapertitletext {;
	width: 568px;
}

.orientalwallpapertitletext h1 {
	font-size:44px;
	text-align: center;
}

.orientalwallpaperdesctext {
	color:#3e3d40;
	background-color: #F7F1E5;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	width: 568px;
}

.orientalwallpaperdesctext table {
	margin: 0 auto
}

.thirteenpx {
	font-size: 13px
}

.roundedgrayborder {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border: 1px solid #ddd;
}

.envbox {
	background-image: url(../images/env_bg.jpg);
	background-color:white;
	height:300px;
	padding:0px 35px 45px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-shadow: 0px 0px 2px white;
}

.geoipbox {
	background-color:#FFFFCC;
	border:1px solid gray;
	padding:14px;
	border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	margin-bottom:10px;
	font-size:12px;
}

#eurbutton {
	background-image: url(../images/flag-globe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 260px;
	padding: 4px;
}

#ukbutton {
	width:260px;
	background-image: url(../images/flag-uk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px;
}

.mcafee {
	float:left;
	position:relative;
	left:47px
}

.painttagfinish {
	width: 50%;
	float: left;
	height: 75px;
}

.blacklink {
	color: black !important;
}
