* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/side-green.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

.logo {
	font-size: 30px;
	color: #000000;
	font-weight:bold
}
.number {
	font-size: 20px;
	color: #669900;
	font-weight:bold
}

h1, h2, h3 {
	margin: 0;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	color: #11A6D4;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;

}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

.orange-text {
	color: #EA672E;
}

a.top-menu-text {
	color: #EA672E;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: url(images/side-menu-boxes.gif) no-repeat;
}

.black-text {
	color:#999999;
	font-weight: bold;
}

.boxed .title {
	height: 5px;
	padding: 2px 0 0 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

#buy-now {
	position: absolute;
	left: 150px;
	top: 490px;
}

#free-delivery {
	color: #EA672E;
	font-weight: bold;
	font-size: 14pt;
}

/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url(images/top-green.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 30px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 12pt;
	color: #11A6D4;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	right: 155px;
	top: 0px;
	position: absolute;
}

#topmenu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/home-graphic.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/contact-graphic.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/sitemap-graphic.gif) no-repeat left center;
}

#topmenu4 {
	background: url(images/bookmark.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 130px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #EA672E;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

#rollover {

	width: 300px;
	position:absolute;
	top:77px;
	left: 76px;
}

#fill-in {
	float: left;
	position: absolute;
	top: 600px;	
}

#middle {
	float: left;
	position:absolute;
	top:980px;
	width: 460px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}
#cphonebox {
	width:110px;
	height:160px;
	float:left;
	text-align:center;
	padding-top: 10px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 4px;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}

/* Content > Main */

#main {
	float: left;
	width: 100%;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	position: relative;
	top: 5px;
	right: 140px
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: x-small;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}
