body, html {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}

p {
	margin-bottom: 7px;
}

a {
	color: #429bb2;
	text-decoration: none;
}

ol li {
	margin-left: 20px;
}

a:hover {
	color: #000;
}

#site-wrapper {
	border-bottom: 5px solid #000;
	margin: 0 auto;
	width: 960px;
}

#menu {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 100;
	background: #fff;
	border-top: 5px solid #000;
}

#menu, #foot-menu {
	display: block;
	overflow: hidden;
}

#menu li, #foot-menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 182px;
	margin-right: 10px;
}

#menu li a, #foot-menu li a {
	font: 12px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	display: inline-block;
	color: #000;
	float: left;
	width: 192px;
	padding-top: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ededed;
}

#menu li.last a, #foot-menu li.last a {
	width: 192px;
	margin-right: 0px;
}

#menu li a b, #foot-menu li a b {
	text-transform: uppercase;
}

#menu li a span, #foot-menu li p {
	display: block;
	width: 180px;
	color: #7a7a7a;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	margin-top: 2px;
}

#menu li a:hover, #foot-menu li a:hover, #menu li.hover a, #foot-menu li.hover a {
	border-bottom: 2px solid #000;
}

#menu li.selected a, #foot-menu li.selected a {
	border-bottom: 2px solid #72c8de;
}

#foot-menu li a {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#foot-menu li p {
	line-height: 20px;
}

#foot-menu li.hover p {
	color: #000;
}


h1 {
	/*display: none;*/
	padding-top: 10px;
	font: 25px Georgia, Garamond, serif;
	font-style: italic;
}

h3 {
	font: 20px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #00AA00;
	margin-top: 20px;
}

#header, #header1 {
	height: 180px;
	padding-top: 60px;
	color: #000000;
}


#header .intro, #header h3 {
	height: 170px;
	float: left;
	width: 384px;
}

#header h3 {
	font: 63px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 52px;
	padding-top: 10px;
	width: 384px;
	padding-left: 10px;
	min-height: 145px;
}

h3 #thankyou, #thankyou {
	font-size: 14px;
	color: #00EE00;
	font-weight: normal;
	display: block;
	line-height: 20px;
}

h3 span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 20px;
}

h2 {
	padding-top: 15px;
	font: 25px Georgia, Garamond, serif;
	font-style: italic;
}

.h1-resume {
	padding-top: 20px;
	font-weight: bold;
	color: #72c8de;
}

.h2-resume {
	padding: 10px 0px;
	font-size: 22px; 
	font-weight: normal; 
	font-style: italic; 
	text-align: left; 
	color:#00AA00;
}

.h3-resume {
	padding: 10px 0px;
	font-weight: bold;
}

a.button-one, a.button-two {
	background: #000 !important;
	color: #fff !important;
	font: 11px Arial, Tahoma, Verdana, sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	padding: 7px 10px !important;
	margin-top: 12px !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	width: auto !important;
	border: 0px !important;
	float: none !important;

}

a.button-one:hover {
	background: #72c8de !important;
}

a.button-two {
	background: #72c8de !important;
}

a.button-two:hover {
	background: #51adc5 !important;
}

#foot-menu a.button-one {
	padding: 4px 7px !important;
}

#case-preview {
	height: 305px;
	background: url("../Images/bartop.jpg") repeat-x;
	position: relative;
	overflow: hidden;
}

#case-images {
	width: 461px;
	height: 279px;
	float: left;
	padding-left: 3px;
	margin-left: 40px;
	padding-top: 26px;
	background: url("../Images/browser.gif") no-repeat;
	overflow: hidden;
	position: relative;
}

#case-images img {
	position: absolute;
	top: 26px;
	left: 3px;
	z-index: 5;
}

#case-texts {
	width: 425px;
	float: left;
	overflow: hidden;
}

#case-texts div {
	margin-left: 45px;
	padding-top: 55px;	
}

#case-texts div h4 {
	font: 48px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 40px;
}

#case-texts div span {
	font: 20px Georgia, Garamond, serif;
	font-style: italic;
	margin-bottom: 15px;
	display: block;
}

#case-texts div p {
	margin-bottom: 15px;
	display: block;
	line-height: 22px;
}

#foot-menu {
	display: block;
	width: 100%;
	padding-top: 20px;
	background: url("../Images/bartop2.jpg") repeat-x;
}

#footer {
	border-top: 1px solid #797979;
	margin-top: 30px; 
	font: 16px Georgia, Garamond, serif;
	font-style: italic;
	padding: 20px 0px 50px 0px;
	text-align: right;
}

h5 {
	font: 26px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
}

#case-counter {
	position: absolute;
	z-index: 5;
	top: 30px;
	right: 0px;
	width: 400px;
	text-align: right;
	font-size: 0px;
	height: 12px;
}

#case-counter img {
	cursor: pointer;
}


#news-titles ul li {
	font-size: 11px;
	color: #797979;
}

#case-wrapper, #news-wrapper, #contact-wrapper {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 10px;
}

#case-titles, #news-titles, #contact-info {
	width: 192px;
	float: left;
}

#case-titles ul, #news-titles ul {
	margin-top: 10px;
}

#case-titles ul li a, #news-titles ul li a {
	padding: 2px 0px;
	display: block;
	font-size: 12px;
}

#case-titles ul li.selected a 
{
    color: #000;
    padding-left: 5px;
}

#case-titles ul li a:hover, #news-titles ul li a:hover {
	padding: 2px 0px 2px 5px;
	color: #595959;
}

#news-titles ul li {
	margin-bottom: 10px;
}

span.quote {
	font-size: 12px;
	text-transform: uppercase;
	color: #595959;
}

#case-thumbs, #news-posts, #contact-form {
	width: 768px;
	float: left;
}

#about-info {
	padding-top: 170px;
}

#about-box {
	padding-top: 50px;
	background: url("../Images/bartop2.jpg") repeat-x;
	padding-bottom: 50px;
}

#about-box p {
	line-height: 22px;
	margin-bottom: 15px;
}

#about-bio {
	width: 161px;
	height: 160px;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	float: left;
	margin-right: 30px;
	background: url("../Images/about-pic.jpg") no-repeat;
	padding: 265px 15px 10px 15px;
	font-weight: bold;
	color: #777777;
}

#about-bio span {
	width: 105px;
	float: right;
	display: inline-block;
	font-weight: normal;
	color: #fff;
}

#about-box p.ingress {
	font: 22px Georgia, Garamond, serif;
	font-style: italic;
	margin-bottom: 25px;
}

body#work h2, body#case h2, body#about h2, body#news h2, body#contact h2 {
	font: 55px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 45px;
	padding-top: 10px;
}


body#work h3, body#case h3, body#about h3, body#news h3, body#contact h3 {
	padding-top: 5px;
	font: 25px Georgia, Garamond, serif;
	font-style: italic;
	margin-bottom: 50px;
}

body#case h3, body#about h3, body#news h3, body#contact h3 {
	margin-bottom: 10px;
}

body#case h2 span {
	font-weight: normal;
}

#case-thumbs ul {
	font-size: 0px;
	padding-top: 50px;
	background: url("../Images/bartop2.jpg") repeat-x;
	overflow: hidden;
	display: block;
}

#case-thumbs ul li {
	display: inline-block;
	float: left;
	width: 256px;
	padding-bottom: 40px;
	position: relative;
}

#case-thumbs ul li img {
	border: 1px solid #e5e5e5;
}

#case-thumbs ul li:hover img {
	border: 1px solid #000;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0, .3);
    box-shadow: 2px 2px 5px rgba(0,0,0, .3); 

}

#case-thumbs ul li p {
	display: none;
	position: absolute;
	z-index: 10;
	width: 210px;
	height: 157px;
	padding: 15px;
	padding-left: 30px;
	background: url("../Images/case_arrow.png") center left no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	top: 0px;
	left: 242px;
	margin-left: 2px;
}

#case-thumbs ul li.third p {
	padding-right: 30px;
	padding-left: 15px;
	background: url("../Images/case_arrow_third.png") center right no-repeat;
	left: -257px;
	margin-left: 0px;
	margin-right: 2px;
}

h4 {
	font: 16px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-top: 10px;
}

#case-thumbs ul li h4 span {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	font-style: italic;
	display: block;
	color: #797979;
	margin-top: 5px;
}

#case-filter {
	font: 16px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 20px;
}

#case-filter a {
	font: 16px Georgia, Garamond, serif;
	font-style: italic;
	color: #000;
	display: inline-block;
	margin-left: 14px;
}

#case-filter a:hover {
	color: #72c8de;
}

#case-filter a.selected {
	font-weight: bold;
}

#case-nav {
	margin-bottom: 50px;
	background: url("../Images/bartop2.jpg") bottom left repeat-x;
	padding-bottom: 25px;
	overflow: hidden;
}

span.rodeopark 
{
	font: 18px Georgia, Garamond, serif;
	font-style: italic;
	margin-left: 10px;
	display: inline-block;
	padding-top: 3px;
}

#case-nav a.button-two {
	float: right !important;
	margin-left: 5px;
}

#case-imgwrapper {
	width: 605px;
	position: relative;
	font-size: 0px;
	height: 365px;
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom: 50px;
}

#case-imgwrapper div {
	position: absolute;
	top: 0px;
	left: 0px;
}

#case-imgthumbs {
	width: 136px;
	float: right;
	font-size: 0px;
}

#case-imgthumbs a {
	margin-bottom: 10px;
	display: block;
	border: 3px solid #e5e5e5;
}

#case-imgthumbs a:hover {
	border: 3px solid #ccc;
}

#case-imgthumbs a.selected {
	border: 3px solid #72c8de;
}

#news-posts ul, #contact-form ul {
	background: url("../Images/bartop2.jpg") repeat-x;
	padding-top: 50px;
}

#news-posts ul li, #contact-form ul li {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
	margin-bottom: 40px;
	overflow: hidden;
}

#news-posts ul li div, #contact-form ul li div {
	width: 620px;
	float: right;
	line-height: 22px;
}

#news-posts ul li div h4 { 
	margin-top: 0px;
	margin-bottom: 10px;
}

#news-posts ul li span, #contact-form ul li span {
	display: inline-block;
	width: 120px;
	float: left;
	font-style: italic;
	color: #797979;
}

input, textarea {
	border: 0px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	background: #f4f4f4;
	width: 98%;
	padding: 10px;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #595959;
}

textarea {
	height: 150px;
}

input:focus, textarea:focus {
	border-top: 1px solid #aed3dd;
	border-left: 1px solid #aed3dd;
	background: #dff2f7;
	color: #4f7782;
}

input.submit {
	border: 0px;
	padding: 10px;
	background: #000;
	width: auto;
	color: #fff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

input.submit:hover {
	background: #72c8de;
	cursor: pointer;
}

#contact-info {
	font-size: 12px;
	line-height: 18px;
}

#contact-info h4 {
	margin-bottom: 10px;
}


span.instantly {
	font-size: 12px;
	font-style: italic;
	color: #797979;
}

#cimg-prev, #cimg-next {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 45px;
	z-index: 5;
	cursor: pointer;
}

#cimg-next {
	left: 55px;
}

p.message 
{
	font: 20px Georgia, Garamond, serif;
	font-style: italic;
}


.so-dead 
{
    text-decoration: line-through;
    font-size: 25px;
	display: inline;	
}

.feature{
	display: block;
	/*margin: 0 auto; /* To center the image, used with display: block;*/
	margin-left: auto;
	margin-right: auto;
}

h6 {
	font: 20px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #00AA00;
	margin-top: 20px;
}

h6.anchor{
	display: block;
	position: relative;
	top: -75px;
	visibility: hidden;
}

.h7 {
	font: 18px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #797979;
	margin-top: 10px;
	Margin-bottom: 10px;
}

.h8 {
	font: 18px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #CC00BB;
	margin-top: 10px;
	Margin-bottom: 10px;
}

.WebInfo { 
	font: 10px "Helvetica LT Std", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #797979;
	margin-top: 10px;
	Margin-bottom: 10px;
}

.links {
	margin-top: 10px;
}

.section-item {
	border-top: 1px solid #797979;
}

.main_page_intro h2 a  {
	text-decoration: none; 
	color: #000; 
	text-shadow: 0 1px 0 #797979;
}

.main_page_intro h2 a {
	font-weight: bold;
}

.main_page_intro h2 a:hover {
	color: #777;
}

.main_page_intro  {
	width: 28%; 
	padding: 0.5% 1.5%;
	margin: 10px 1%; 
	margin-top: 10px;
	float: left;
	position: relative;
	background: rgba(255,255,255, 0.2);
	border-radius: 10px; 
}

.main_page_intro img {
	width: 100%; 
	height: auto;
	-ms-interpolation-mode: bicubic;
}

.main_page_intro h4 {
	font-family: 'Mint', Helvetica, Arial;
	color: #72c8de;
	font-weight: normal;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #797979;
}

.block {
	display: inline-block;
}

#body-content, #body-links {
	border-top: 1px solid #797979;
}