/*-- doc attributes --*/
html, body {
	margin: 0px auto;
	text-align: center;
	height:100%;
}
body {
	font-size: 65%;
	font-family: Verdana, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #62558A;
}
a:hover {
	text-decoration: none;
	color: #3B0006;
}
h1,h2,h3,p,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*-- layout attributes --*/
#shell {
	width: 828px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/shell_bg.gif);
	background-repeat: no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#topBar,
#midBar,
#baseBar {
	width: 790px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#topBar {
	height: 166px;
}
#midBar {
	height: 240px;
	padding: 0px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
}
#baseBar {
	background-image: url(img/basebar_bg.gif);
	background-repeat: repeat-y;
}
/* TOP BAR - LOGO */
#topBar h1.logoBox {
	padding: 0;
	height: 156px;
	width: 150px;
	background-image: url(img/logobox_h1.gif);
	color: #6B5F91;
	float: right;
	overflow: hidden;
	text-indent: -999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#topBar a {
	padding: 0px;
	height: 156px;
	width: 150px;
	color: #6B5F91;
	margin: 0px;
	display: block;
}
#topBar h2 {
	color: #332A57;
	font-size: 2em;
	margin-top: 135px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-weight: normal;
}
#topBar h2.homeHead {
	color: #332A57;
	font-size: 2.4em;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-weight: normal;
}
/* MID BAR - MENU */
#midBar ul {
	padding: 0px;
	width: 150px;
	float: right;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#midBar ul li {
	text-indent: -1200px;
}
#midBar ul li a {
	color: #39305d;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	background-position: 0px 0px;
	width: 150px;
	padding: 0px;

}
#midBar ul li #home,
#midBar ul li #services,
#midBar ul li #portfolio,
#midBar ul li #about {
	height: 30px;
}
#midBar ul li #contact {
	height: 80px;
}

#midBar ul li a:hover {
	text-decoration: none;
	background-position: -150px 0px;
}
#midBar ul li a.active {
	width: 150px;
	background-position: -300px 0px;
}
#midBar ul li #home {
	background-image: url(img/home_a_bg.gif);

}
#midBar ul li #services {
	background-image: url(img/services_a_bg.gif);

}
#midBar ul li #portfolio {
	background-image: url(img/portfolio_a_bg.gif);

}
#midBar ul li #about {
	background-image: url(img/aboutus_a_bg.gif);

}
#midBar ul li #contact {
	background-image: url(img/contactus_a_bg.gif);

}

/* MID BAR - IMAGE BOX */
#midBar #imgBox {
	padding: 0px;
	height: 240px;
	width: 630px;
	color: #6B5F91;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* BASE BAR - THUMBS BOX */
#baseBar .porfolioHead {
	height: 21px;
	width: 585px;
	color: #ffffff;
	background-image: url(img/portfolio_head.gif);
	margin: 0px !important;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#baseBar #thumbsBox {
	padding: 0px;
	height: 76px;
	width: 100%;
	color: #6B5F91;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#baseBar #thumbsBox img {
	height: 50px;
	width: 50px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#baseBar #thumbsBox a {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	border-top-width: 5px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#baseBar #thumbsBox a:hover {
	padding: 0px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#baseBar #thumbsBox a.active {
	padding: 0px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #332A57;
}
#baseBar #thumbsBox #end {
	margin-right: 0px !important;
}

/* BASE BAR - INFO */
#baseBar #infoBox {
	padding: 0px;
	width: 630px;
	color: #332A57;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	overflow: hidden;
}
#baseBar #infoBox .textBox {
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 630px;
}
#baseBar #infoBox h3 {
	font-size: 2.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
}
#baseBar #infoBox h4 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #4C0065;
}
#baseBar #infoBox p {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: 1.4em;
}
#baseBar #infoBox blockquote {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #c9c38e;
	color: #433f1e;
	background-image: url(img/blockquote_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#baseBar #infoBox blockquote p {
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#baseBar #infoBox blockquote p.client {
	text-align: right;
	color: #625d33;

}
#baseBar #infoBox p.highlight {
	background-color: #181333;
	color: #FFFFFF;
	padding: 5px;
}
/* BASE BAR - CONTACT FORM */
#contactForm {
	background-color: #c9c38e;
	width: 610px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
#contactForm form{
	margin: 0px;
	padding: 0px;
}
#contactForm p {
	color: #433f1e;
	margin: 7px;
	padding: 0px;
}
#contactForm .formRow {
	width: 610px;
	overflow: hidden;
	line-height: 25px;
	padding: 0px;
	height: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contactForm .submitRow {
	background-color: #c9c38e;
	width: 610px;
	overflow: hidden;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contactForm label {
	color: #433f1e;
	font-size: 1.2em;
	float: left;
	margin: 0px;
	width: 150px;
	padding: 0px;
}
#contactForm .input {
	float: left;
	margin: 0px;
	border: 1px solid #a0995f;
	width: 455px;
	height: 25px;
}
#contactForm .button {
	margin: 0px;
	border: 1px solid #67633b;
	height: 25px;
	background-color: #67633b;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
/* BASE BAR - ADDRESS */
#baseBar .addBox {
	padding: 0px;
	height: 144px;
	width: 150px;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#baseBar .addBox h2 {
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px;
	margin-top: 60px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#baseBar .addBox p {
	color: #b5acd0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
}
#baseBar .addBox a {
	color: #b5acd0;
}
#baseBar .addBox a:hover {
	color: #ffffff;
}
/* BASE BAR - FOOTER BAR */
#footerBar {
	background-image: url(img/footerbar_bg.gif);
	background-repeat: no-repeat;
	color: #d0c9f7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #b5acd0;
}
p.small {
	font-size: 1em !important;
	margin-bottom: 4px !important;
}
