body {
	background-color: #D4D4D4;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#homepage {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}

#homepage img {
	border: 1px solid #000;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
	background: #EAF3E2 url(../images/wrapper-bg.gif) no-repeat top left;
}

#branding {
	height: 160px;
	background: #fff url(../images/branding-bg.gif) no-repeat top left;
}

#flags {
	width: 300px;
	float: right;
	margin-right: 30px;
	margin-top: 60px;
	margin-bottom: 50px;
}

#flags img {
		border: 0;
}

.individual_flag {
	float: left;
	width: 32px;
	height: 22px;
	margin-left: 15px;
}

#main-content {
	width: 700px;
	float: left;
	padding: 10px;
	margin-left: 15px;
}

.right-pic {
	width: 350px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#secondary-content {
	width: 200px;
	float: right;
	margin-right: 20px;
}

#show-products {
	clear: both;
	padding: 15px;
	margin-left: 10px;
}

#footer {
	clear: both;
	height: 28px;
}







/* Side Boxes */

.side-box {
	width: 214px;
	margin-top: 20px;
}

.side-box-top {
	background: #6B9846 url(../images/side-box-bg.gif) repeat-y top left;
}

.side-box-content {
	margin-top: -20px;
	background: #6B9846 url(../images/side-box-bg.gif) repeat-y top left;
}

.side-box-content p {
	color: #fff;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-bottom: -5px;
}

.side-box-content h2 {
	color: #fff;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-bottom: -5px;
}

.side-box a {
	color: #fff;
	text-decoration: none;
}

.side-box a:hover {
	color: #fff;
	text-decoration: underline;
}

/* General Typography */

h1 {
	color: #3F5D23;
	font-size: 1.7em;
}

p {
	line-height: 18px;
}

.green-bold {
	font-weight: bold;
	color: #6b9846;
}

/* Bag tag page styles */

.bagtags-products {
	width: 650px;
	float: left;
}

.bagtags-colours {
	width: 200px;
	float: right;
	margin-right: 20px;
}

.bagtags-printing { 
	width: 200px;
	margin-top: 20px;
	float: right;
	margin-right: 10px;
}

#bagtags-pricing {
	margin: 0 auto;
	border: 1px solid #6B9846;
	padding: 2px;
	margin-bottom: 10px;
	width: 550px;
}

#bagtags-pricing thead {
	background-color: #6B9846;
	color: #fff;
}

#bagtags-pricing td.centeralign {
	text-align: center;
}

.bagtags-divider {
	background-color: #C4DFA4;
}

.bagtags-printing-colours {
	margin: 0 auto;
	border: 1px solid #6B9846;
	padding: 2px;
	width: 200px;
	margin-bottom: 10px;
}

.bagtags-printing-colours thead {
	background-color: #6B9846;
	color: #fff;
}

.bagtags-printing-colours td.centeralign {
	text-align: center;
}

.bagtags-printing-colours p {
	font-size: 0.8em;
	line-height: 12px;
}

#greenfee-pricing {
	margin: 0 auto;
	border: 1px solid #6B9846;
	padding: 3px;
	margin-bottom: 10px;
	width: 650px;
}

#greenfee-pricing thead {
	background-color: #6B9846;
	color: #fff;
}

#greenfee-pricing td.centeralign {
	text-align: center;
}

.green-background {
	background-color: #6b9846;
	color: #fff;
	font-weight: bold;
	text-align: center;
}