a {
	color: #FFFFFF;
}
#overall {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	clear: both;
	margin-top: 20px;
	padding: 10px 10px 5px 10px;
	background-image: url('../images/footerbar.jpg');
	height: 48px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}
#contentmid {
	padding: 10px;
	color: #C0C0C0;
}
#contentleft {
	float: left;
	width: 47%;
	padding-left: 5px;
	padding-right: 5px;
	overflow: visible;
}
#contentright {
	width: 47%;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
#header {
	background-image: url('../images/bannerweb.jpg');
	height: 200px;
}
body {
	background-color: #CCCCCC;
}
.centre {
	text-align: center;
}
.imgleft {
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
}
.imgright {
	margin-left: 5px;
	margin-bottom: 3px;
	float: right;
}
#introtext {
	margin-left: 199px;
	width: 230px;
	font-size: 23px;
	font-weight: bold;
	padding-top: 35px;
}
.whitetext {
	color: #FFFFFF;
}
.pricesindent {
	padding-left: 60px;
	color: #FFFFFF;
}
#menu {
	margin-left: 350px;
	margin-top: 15px;
	padding-top: 15px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
	background-position: left top;
	background: transparent url('../images/roundedge-blue-left.png') no-repeat left
top;
	display: block;
	float: left;
	font: bold 13px Arial;
/* Change 13px as desired */	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */;
	height: 30px; /* Height of button background height */;
	padding-left: 8px; /* Width of left menu image */;
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
	background-position: right top;
	background: transparent url('../images/roundedge-blue-right.png') no-repeat right
top;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.bigbag {
	margin: 5px -60px 5px 5px;
	float: right;
}

#contentonecol {
	padding-right: 5px;
	padding-left: 5px;
}

.paraextra {
	margin-bottom: 25px;
}

.textright {
	text-align: right;
}
#pricetable {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.strike {
	text-decoration: line-through;
}

.ddlink {
	margin-top: 3px;
	text-align: right;
}
.olindent {
	margin-left: 60px;
}


