/** --- RESET --- */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

/** --- FORMS --- */
/*There is a separate style sheet for other form styles*/

form {
	margin: 0;
	padding: 0;
}

/** --- HEADINGS --- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2 {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(../images/bl-arrow.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 13px;
	color: #577086; /*3D3D45*/
}

h2.text1 {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	text-transform: none;
	font-size: 130%;
	color: #577086;
}

.text2 {
	color: #577086;
	font-weight: bold; }

h3 {
	font-size: 130%;
}

/** --- TEXT --- */

body, th, td, input, textarea, select {
	color: #1E2736;
	font: 62.5% Arial, Helvetica, sans-serif;
}

p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: 120%;
}

ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: url(../images/bl-sq-ul.gif) outside;
}

ul.casestudy li {
	margin-bottom: 10px;
}


ul.horiz {
	width: 220px;
	list-style: none;
}

ul.horiz li {
	padding-left: 10px;
	border-bottom: 1px solid #BECBD6;
	padding-bottom: 2px;
	padding-top: 4px;
}

.horiz2 {
	width: 220px;
}

/** --- LINKS --- */

a {
	color: #415363;
}

a:hover {
	text-decoration: none;
}

.link1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: normal;
}

.link1 a {
	margin-left: 14px;
	padding: 0 6px;
	background: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #577086;
}

.link2 {
	padding-left: 20px;
	background: url(../images/bl-sq.gif) no-repeat left center;
}

.link2 a {
	background: #FFF;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #577086;
}

/** --- MISC --- */

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

a img {
	border: none;
}

img.left, img.right {
	padding: 2px;
	background: #FFF;
	border: 1px solid #D4B88A;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** --- PAGE --- */

#page {
	margin-top: -45px;
}

/** --- SIDEBAR --- */

#sidebar {
	padding: 1px;
	background: #FFF;
	border: 1px solid #A8A8A8;
}

#sidebar .pad {
	padding: 5px;
	background: #D4B88A;
}

/** --- MENU ---*/

#menu a {
	display: block;
	width: 86px;
	height: 45px;
	padding-top: 15px;
	background: url(../images/homepage-navbg86.gif) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 95%;
	font-weight: normal;
	color: #37414B;
}

#menu a:hover, #home a.home, #services a.services, #about a.about, #testimonials a.testimonials, #contact a.contact, #casestudy a.casestudy {
	background: url(../images/homepage-navbg86-hover.gif) no-repeat left top;
}

/** --- BOX STYLES --- */

.box-style1 {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #E8EAD6;
}

.box-style1 .content {
	padding: 20px 20px 10px;
	background: #FFF url(../images/homepage07.gif) repeat-x left top;
}

.recipe {
	background: #FFF url(../images/homepage07.gif) repeat-x left top;
	border-top: 1px solid #9AADBE;
	padding-top: 20px;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 25px;
}

.box-style2 {
	margin-bottom: 30px;
	padding: 1px;
	border: 1px solid #E8EAD6;
}

.box-style2 .content {
	padding: 20px 20px 10px;
	background: #FFF url(../images/homepage07.gif) repeat-x left top;
}

.box-style3 {
	margin-bottom: 15px;
}

.box-style3 h2 {
	height: 32px;
	margin-bottom: 5px;
	padding: 14px 0 0 30px;
	background: #577086 url(../images/sidebar-boxtop.jpg) no-repeat left top;
	font-size: 130%;
	color: #FFF;
}

.box-style3 .content {
	padding: 15px;
	background: url(../images/sidebar-content-bg.jpg) repeat-x left top;
}

.box-style3 .content * {
	line-height: 1.4em;
}

.box-style3 .content a {
	color: #415363;
}

.box-style3 .link1 a {
	background: #FFF;
}

.box-style4 {
	margin-bottom: 10px;
}

.box-style4 h2 {
	height: 32px;
	margin-bottom: 5px;
	padding: 14px 0 0 30px;
	background: #577086 url(../images/sidebar-boxtop.jpg) no-repeat left top;
	font-size: 13px;
	color: #FFF;
}

.box-style4 .content {
	padding: 15px;
	background: #FFF;
}

.box-style4 .content * {
	line-height: normal;
	color: #577086;
}

.box-style5 .content {
	padding: 0 20px;
}

/** --- FOOTER --- */

#footer p {
	margin: 0 0 0 250px;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #9D9D9D;
	padding-bottom: 10px;
}

#footer a {
	color: #9D9D9D;
}

/*--- OTHERS ---*/

.fright {
	float: right;
}
.fleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 25px;
}
.margin-fright {
	margin-left: 15px;
}



.clearleft {
	clear: left;
	margin: 0;
	padding: 0;
}

.testimonial, .border {
	padding-bottom: 10px;
	border-bottom: 1px solid #9AADBE;
	font-size: 110%;
}

.border {
	font-size: 120%;
}

#header .logo {
	margin-top: 20px;
}

.skiplink {
	display: none;
}

abbr {
	border-bottom: dotted 1px;
	cursor: help}
