
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
}

h2 { margin-bottom: 20px; font-size: 15px; font-weight: normal; color: #008065; line-height: 130%; }

h3 { margin-bottom: 5px; font-size: 11px; color: #5d5d5d; line-height: 130%; }
h4 { font-weight: normal; font-style: normal; line-height: 18px; width: 210px; }
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, Geneva, "Trebuchet MS";
	font-size: 12px;
	color: #555;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: justify;
	line-height: 160%;
}

/** LINKS */

a {
	color: #009872;
}

a:hover { color: #004930; text-decoration: none; }

.more {
	text-align: right;
}

.more a {
	padding-left: 14px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 li { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding-left: 15px; }

.list1 a {
	color: #A19068;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	display: block;
	padding: 20px 0px 4px 0px;
	border-top: 1px solid #DDDDDD;
}

.list2 li.first {
	padding-top: 0px;
	border: none;
}

.list3 { margin: 0; padding: 0; list-style: none; line-height: 170%; text-decoration: none; }

.list3 li { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding-left: 15px; }

.list3 a { color: #fff; }

/** BACKGROUNDS */

.bg1 {
	background: url(../images/vert_box_grey_fade.jpg) no-repeat left top;
}
.bg2 {
	background: url(../images/table_dec.jpg) repeat-x left top;
}
.bg3 {
	background: url(../images/vert_box_grey_fade.jpg) no-repeat left top;
}
/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left { float: left; margin: 0 20px 0 0; padding: 5px; border: solid 1px #d3ddc4; }

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 900px;
	height: 95px;
}

/** TOPMENU */

#topmenu {
}

#topmenu ul {
	margin: 0px;
	padding: 40px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}
#topmenu li {
	float: left;
	padding: 0px 15px;
	border-left: 1px solid #ABABAB;
	color: #ABABAB;
}
#topmenu li.first {
	border: none;
}
#topmenu a {
	color: #009872;
}
/** MENU */


#menudiv {
	width: 900px;
	height: 50px;

}


/*#menu { background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; width: 900px; height: 50px; }

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

#menu li {
	float: left;
	height: 43px;
	padding: 0 0 0 1px;
	background: no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	height: 28px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	color: #E3DDDE;
}

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

#menu li ul {
	display: none;
	position: absolute;
	width: 900px;
	height: 28px;
	top: 140px;
	left: 0px;
	padding-top: 18px;
}

#menu li li {
	height: auto;
	padding: 0px;
	background: none;
	color: #8B7C57;
}

#menu li.show ul {
	display: block;
}

#menu li.show a {
	background: url(../../../Cavendish2009/CSS_Cavendish/site2_pages_html/images/site_images/menu_ochre.gif) repeat-x left top;
	color: #4E625D;
}

#menu li.show li a {
	display: inline;
	float: none;
	height: auto;
	padding: 0px 15px;
	background: none;
	border-left: 1px solid #8B7C57;
	text-decoration: underline;
	color: #8B7C57;
}

#menu li.show li a:hover {
	text-decoration: none;
}

#menu li.show li.first a {
	border: none;
}*/

/** PAGE */

#page {
	width: 900px;
}

.boxed {
	padding: 30px 25px 0px 25px;
}

/** 3-COLUMN LAYOUT */

.three-columns { background: repeat-y left top; border-bottom: 1px solid #ebe6db; }

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 300px;
	background: no-repeat left top;
}

.three-columns .title {
	height: 28px;
	margin: 0px;
	padding: 15px 0px 0px 25px;
	background: url(../images/box_bg_green_fade.jpg) no-repeat left top;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
}

.three-columns .content {
	padding: 20px 25px 10px 25px;
}

.three-columns .column1 .title {
	background: #FFFFFF;
}

.three-columns .column1 {
	background-image: url(../images/box_bg_green_fade.jpg);
}

/** CONTENT */

#content {
	width: 600px;
}

/** SIDEBAR */

#sidebar {
	width: 300px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4  - page header left*/

#box4 { width: 230px; float: left; margin-top: 29px; }
/** BOX5 */

#box5 { background-image: url(../images/vert_box_grey_fade.jpg); background-repeat: repeat-x; background-attachment: scroll; float: left; width: 250px; }

/** BOX6 */
#box6 { text-align: left; float: left; width: 250px; }
/** BOX7 static page text*/

#box7 { background-image: url(../images/vert_box_grey_fade_wide..jpg); background-repeat: repeat-x; background-attachment: scroll; float: right; width: 620px; }

#box7 p {
	margin-bottom: 10px;
}

#box7 .list2 li {
	padding-top: 10px;
	padding-bottom: 3px;
}

#box7 .list2 li.first {
	padding-top: 0px;
}

/** BOX8 */

#box8 { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: left top; height: 112px; padding: 20px 25px 0; }

/** BOX9 */

#box9 {
	float: left;
	width: 250px;
}

#box9 p {
	margin-bottom: 10px;
}

#box9 .list2 li {
	padding-top: 10px;
	padding-bottom: 3px;
}

#box9 .list2 li.first {
	padding-top: 0px;
}
#box9_right {
	float: right;
	width: 250px;
}
/** BOX10 */

#box10 {
}

/** FOOTER */

#footer { background: url(../images/trade_logos/trade_logos_footer.jpg) no-repeat center 0; position: relative; height: 200px; }

#footer p { margin: 0; padding-top: 10px; line-height: normal; text-align: center; color: #666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; border-top: 1px dotted #009872; }
#content_right { width: 600px; float: right; }
/* =======================================================*/
/* =================  php guys css =======================*/
/* =======================================================*/

/*index page css */

.splash_div{ font-size: 11px; line-height: 130%; text-align: left; width:250px; clear:both; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
 .splash_pic_floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-right: 0;

} 
#store_content {
	width: 620px;
	text-align: left;
}
