@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

img {  
	border-style: none;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 18px;
}

span {
	line-height: 18px;
}

h2 {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

a {
	outline: none;
	color: #666;
}

a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	color: #531F00;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #531F00;
}

.clearfloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#contactArea {
	overflow: hidden;
	background-color: #DCE5EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 245px;
}

#contact {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 18px;
}

#contact_left {
	float: left;
	height: 184px;
	width: 300px;
	margin-top: 11px;
	background-image: url(images/contact-divider.png);
	background-repeat: no-repeat;
	background-position: right;
}

#contact_title {
	background-image: url(images/contact.png);
	text-indent: -100em;
	height: 35px;
	width: 139px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	margin-top: 1px;
}

#contact_text {
	float: left;
	width: 285px;
	clear: left;
}

#contact_text p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

form {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #531f00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

input, textarea  {
	outline: none;
	margin: 0px;
	padding: 0px;
}

#formLeft {
	width: 300px;
	display: inline;
	float: right;
}
	
#formLeft input {
	width: 278px;
	border: none;
	text-align: left;
	background: none;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11px;
	color: #666;
}

#formLeft .input-bg {
	height: 45px;
	position: relative;
	background-image: url(images/form-sm-bg.jpg);
	background-repeat: no-repeat;
}

.formLeftwrapper  {
	height: 43px;
	position: relative;
	background-image: url(images/form-sm-bg-over.jpg);
	background-repeat: no-repeat;
}

#formLeft .active {
	background-image: url(images/form-sm-bg-over.jpg);
	background-repeat: no-repeat;
}

#formRight {
	width: 300px;
	display: inline;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#formRight textarea {
	width: 280px;
	display: block;
	border: none;
	background: none;
	height: 103px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#formRight .message-bg {
	height: 115px;
	padding-left: 10px;
	padding-top: 12px;
	background-image: url(images/message-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.formRightwrapper {
	background-image: url(images/message-bg-over.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#formRight .active {
	background-image: url(images/message-bg-over.jpg);
	background-repeat: no-repeat;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 9px;
}

label.error {
	position: absolute;
	top: -24px;
	color: #da3939;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: auto;
	right: 0px;
}

input.submit-button {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#header {
	height: 207px;
	width: 100%;
	background-image: url(images/banner_back.jpg);
	background-position: center;
}

#banner {
	height: 207px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(images/logo.png);
	text-indent: -100em;
	padding-top: 0px;
	padding-bottom: 0px;
}

.toptab-contact {
	background-image: url(images/toptab-contact.jpg);
	float: right;
	height: 21px;
	width: 138px;
	margin-top: 186px;
	display: block;
	text-indent: 0;
	margin-left: 15px;
}

.toptab-contact :hover {
	background-image: url(images/toptab-contact-over.jpg);
}

.toptab-contact-ie6 {
	display: none;
}

.toptab-work {
	background-image: url(images/toptab-work.jpg);
	float: right;
	height: 21px;
	width: 138px;
	margin-top: 186px;
	display: block;
	text-indent: 0;
}

.toptab-work :hover {
	background-image: url(images/toptab-work-over.jpg);
}

#content_top {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

#gallery {
	float: right;
	height: 340px;
	width: 630px;
	margin-top: 30px;
}

#about {
	float: left;
	height: 340px;
	width: 300px;
	margin-top: 30px;
	line-height: 16px;
}

#about_title {
	background-image: url(images/about.png);
	text-indent: -100em;
	height: 35px;
	width: 147px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content_middle {
	width: 100%;
	background-color: #f0f4f7;
	background-image: url(images/middle_back.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
}

#middle_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#skills_and_services {
	float: left;
	width: 300px;
	margin-right: 30px;
	padding-top: 29px;
}

#skills_and_services_title {
	background-image: url(images/skills_and_services.png);
	text-indent: -100em;
	height: 35px;
	width: 196px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 3px;
}

#skills {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	float: left;
	width: 300px;
	margin: 0px;
}

#skills li{
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2B7C8;
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 56px;
	line-height: 40px;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: none;
	background-image: url(images/tick.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#cv {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #531f00;
}

#cv p {
	margin-bottom: 20px;
}

#cv span {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A2B7C8;
	width: 300px;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
}

#cv_button {
	background-image: url(images/cv.jpg);
	text-indent: -1000em;
	overflow: hidden;
	height: 28px;
	width: 138px;
	margin: 0px;
	padding: 0px;
}

#cv_button a {
	display: block;
	height: 28px;
	width: 138px;
}

#cv_button a:hover {
	background-image: url(images/cv-over.jpg);
}

#photography {
	width: 315px;
	padding-top: 29px;
	padding-bottom: 15px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#photography_title {
	background-image: url(images/photography.png);
	text-indent: -100em;
	height: 35px;
	width: 158px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#photo_text {
	float: left;
	padding: 0px;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #531f00;
}

#photo_link {
	margin-top: 15px;
	margin-right: 30px;
	float: left;
	width: 150px;
}

#gallery_wrapper {
	float: left;
	margin-top: 20px;
	width: auto;
}

#photo_gallery {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 330px;
}

#photo_gallery li{
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 90px;
	width: 90px;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#photo_gallery li a{
	background-color: #FFF;
	border: 1px solid #A2B7C8;
	height: 74px;
	width: 74px;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#photo_gallery li a:hover {
	border-top-color: #531f00;
	border-right-color: #531f00;
	border-bottom-color: #531f00;
	border-left-color: #531f00;
	padding: 6px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

#featured {
	float: right;
	width: 300px;
	padding-top: 29px;
	padding-bottom: 15px;
}

#featured_title {
	background-image: url(images/featured.png);
	text-indent: -100em;
	height: 33px;
	width: 109px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px;
	float: left;
}

#featured_text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	line-height: 18px;
	color: #531f00;
}

#featured_badge {
	float: right;
	width: auto;
}

#links_wrapper {
	width: 300px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#links_left {
	float: left;
	width: 142px;
	margin-right: 16px;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
}

#links_left li {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2B7C8;
	height: 36px;
	list-style-type: none;
	margin: 0px;
	line-height: 36px;
	font-size: 12px;
	list-style-position: outside;
	display: block;
	text-indent: 16px;
	padding: 0px;
}

#links_right {
	width: 142px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#links_right li {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2B7C8;
	height: 36px;
	list-style-type: none;
	margin: 0px;
	line-height: 36px;
	font-size: 12px;
	list-style-position: outside;
	padding: 0px;
	text-indent: 16px;
}

#links_left li a, #links_right li a {
	text-decoration: none;
	display: block;
}

#links_left li a:hover, #links_right li a:hover {
	color: #531f00;
	text-decoration: none;
	background-color: #F0F4F7;
}

#middle_shadow {
	background-image: url(images/middle_shadow.png);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	text-align: center;
	min-width: 960px;
}

#content_bottom {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#work_title {
	background-image: url(images/my-work.png);
	text-indent: -100em;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	overflow: hidden;
	width: 500px;
	float: left;
}

#work_slider {
	float: right;
	text-transform: uppercase;
	width: 86px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	border: 1px solid #A2B7C8;
	background: #F0F4F7;
	margin-top: 18px;
}

#work_slider a{
	text-decoration: none;
	color: #531F00;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
	width: 86px;
	font-weight: bold;
}

#work_slider a:hover{
	color: #666;
}

.design_text_container {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A2B7C8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.design_text {
	width: 630px;
	float: right;
}

#web_design, #other_work {
	width: 960px;
	clear: both;
	padding-top: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	padding-bottom: 0px;
	height: auto;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/work_shadow.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#web_title {
	background-image: url(images/web_design.png);
	text-indent: -100em;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	width: 150px;
}

.web_content {
	width: 300px;
	margin-bottom: 30px;
	float: left;
	margin-right: 30px;
}

.web_content_right {
	width: 300px;
	margin-bottom: 30px;
	float: left;
}

.web_thumb {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 200px;
	width: 300px;
	margin: 0px;
}

.web_thumb a {
	border: 1px solid #A2B7C8;
	height: 190px;
	width: 290px;
	padding: 4px;
	float: left;
	margin: 0px;
}

.web_thumb a:hover {
	border-top-color: #531f00;
	border-right-color: #531f00;
	border-bottom-color: #531f00;
	border-left-color: #531f00;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.web_text_brown {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.web_text_brown a {
	font-size: 14px;
	font-weight: bold;
	color: #531f00;
	text-decoration: none;
}

.web_text_brown a:hover {
	color: #666;
	text-decoration: none;
}

#other_work_title {
	background-image: url(images/other-work.png);
	text-indent: -100em;
	width: 300px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	height: 35px;
}

#other_work_gallery  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#other_work_gallery li  {
	height: 100px;
	width: 300px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: inline;
	float: left;
	padding: 0px;
}

#other_work_gallery li.right {
	height: 100px;
	width: 300px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: inline;
	float: left;
	padding: 0px;
}

#other_work_gallery li a   {
	padding: 4px;
	height: 90px;
	width: 290px;
	border: 1px solid #A2B7C8;
	margin: 0px;
	float: left;
	display: inline;
}

#other_work_gallery li a:hover   {
	border-top-color: #531f00;
	border-right-color: #531f00;
	border-bottom-color: #531f00;
	border-left-color: #531f00;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

#footer {
	width: 100%;
	background-color: #f6fbfe;
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B7C8;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #531f00;
	color: #531f00;
	text-align: center;
	background-position: top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	min-width: 960px;
}
