html, body {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 18px;
}
a img {
	border: 0;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #614C85;
	background-color: transparent;
}
a:visited {
	color: #3B2169;
	background-color: transparent;
}
a:hover {
	color: #3B2169;
	background-color: transparent;
}

#header {
	width: 808px;
	margin: 0 auto;
}
#header ul {
	margin: 0;
	padding: 41px 0 0 6px;
	list-style: none;
}
#header li {
	float: left;
	background: #999 url(../images/tab-bg.gif) bottom repeat-x;
	margin-right: 2px;
}
#header li div {
	float: left;
	background: transparent url(../images/tab-right.gif) top right no-repeat;
}
#header li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: lowercase;
	padding: 8px 8px 8px 24px;
	background: transparent url(../images/tab-left.gif) top left no-repeat;
}
#header li.current, #header li:hover {
	background: #3B2169 none;
}
#header li.current div, #header li:hover div {
	background: transparent url(../images/tab-active-right.gif) top right no-repeat;
}
#header li.current a, #header li:hover a {
	background: transparent url(../images/tab-active-left.gif) top left no-repeat;
}

#wrap {
	clear: both;
	background: url(../images/bg.jpg) top repeat-x;
	padding-top: 13px;
}
#main {
	width: 808px;
	margin: 0 auto;
	background: #FFF url(../images/shadow.gif) repeat-y;
}
#main2 {
	background: url(../images/bottomshadow.gif) bottom no-repeat;
}
#main3 {
	background: url(../images/topshadow.png) top no-repeat;
	padding: 3px 19px 19px;
}

#contentcontainer {
	width: 100%;
	overflow: hidden;
	background: url(../images/border.gif) top left no-repeat;
}

#sidebar {
	float: left;
	width: 217px;
}
#brand {
	margin: 16px 0 15px;
	height: 171px;
	background: #482F73 url(../images/brandbg.jpg) top left no-repeat;
	color: #FFF;
}
#brand h1 {
	margin: 0;
	padding: 0;
	background-image: none;
}
#brand img {
	margin-top: 54px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	background: url(../images/subnavbottom.gif) bottom repeat-x;
}
#sidebar li a {
	display: block;
	padding: 8px;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	line-height: 1.8em;
	color: #999;
	background: transparent url(../images/subnavlink.gif) center left no-repeat;
}
#sidebar li a.subnavcurrent {
	color: #3B2169;
	background: transparent url(../images/subnavhover.gif) center left no-repeat;
}
#sidebarimg {
	padding: 20px 0;
}

#content {
	float: right;
	width: 551px;
	background: #FFF url(../images/banners/banner2.jpg) top left no-repeat;
	padding-top: 201px;
	font-size: 0.8em;
}
#padme {
	padding: 10px 0 10px 26px;
}
#content h2 {
	color: #3B2169;
	margin-top: 0;
	font-size: 1em;
}
#content h3 {
	color: #3B2169;
	font-size: 1em;
}

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	color: #999;
	padding: 6px 0 0;
	font-size: 0.7em;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer #eploy {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #999;
}

#feedback {
	width: 780px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 0.7em;
	color: #999;
}
#feedback a {
	color: #999;
}
.office {
	clear: both;
	padding: 4px 0;
}
.office div {
	float: right;
	text-align: center;
	margin-right: 20px;
}
.clearme {
	clear: both;
}

.testimonialctn {
	background: url(../images/testbg.gif) repeat-y;
	margin-bottom: 20px;
}
.testimonialctn div {
	background: url(../images/testtop.gif) top left no-repeat;
}
.testimonialctn div div {
	background: url(../images/testbottom.gif) bottom left no-repeat;
}
.testimonialtbl .leftcol {
	padding: 12px 0 12px 30px;
	width: 170px;
}
.testimonialtbl .rightcol {
	padding: 12px 12px 12px 0;
}

#WorksNewsIndex {
	margin: 0;
	padding: 0;
	list-style: none;
}
#WorksNewsIndex li {
	margin: 0;
	padding: 0 0 3em 0;
}
.WorksNewsDate {
	color: #999;
	font-size: 11px;
}
.WorksNewsTitle {
	margin-top: 0;
}

#content #bloglist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content #bloglist li {
	margin: 0;
	padding: 0 0 12px 0;
	list-style: none;
}
#content #bloglist a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	line-height: 18px;
	color: #666;
}
#content #bloglist a:hover {
	color: #ABA0C0;
}
#content #bloglist span {
	font-size: 9px;
}
