h1 {
	color: #4d4d4d;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
}

h1 a { color: #4d4d4d; text-decoration: none; }

h2 {
	color: #6ec9cc;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

h3 {
	color: #6ec9cc;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

h4 a { color: #ffffff; text-decoration: none; }

h5 {
	color: #6ec9cc;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h5 a { color: #6ec9cc; text-decoration: none; }

/* Paragraph styling */

p {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.meta { color: #707070; font-size: 10px; text-align: right; }

p#footer-text { text-align: center; }

div#message p { color: #4d4d4d; line-height: 20px; }

/* Link styling */

a {
	color: #fff;
	text-decoration: none;
}

a:hover { text-decoration: none; }

p#action-bar a { color: #ffffff; }

p#action-bar a:hover { color: #6eb9cc; text-decoration: none; }
/*************************************************************************************/
body {  
	background-color: #f8f8f8;  
    margin: auto;  
    width: 100%;  
} 
div#status-bar {  
    background: url('/2dogs-production/img/status-bar-bg.png') repeat-x;  
    border-bottom: 2px groove #ffffff;  
    height: 50px;  
    width: 100%;  
}
div#status-bar-content {  
    margin: 10px auto 0px auto;  
    width: 800px;  
}
div#status-bar-commands {  
    width: 400px;  
}  
   
form#search-form {  
    left:70%;
	top:17px;
	position:absolute;
	float: right right;  
    width: 200px;  
}
p#welcome {  
   float:left;  
   padding-top: 10px;  
   width: 250px;  
}  
   
p#action-bar {  
    background: url('/2dogs-production/img/action-bar-bg.png') no-repeat;  
    height: 14px;  
    margin-left:300px;  
    padding: 8px 15px;  
    width: 180px;  
}  
  
p#action-bar a:before {  
    content: '|  ';  
}  
  
p#action-bar a[title="Contact"]:after { 
    content: '  |';  
}
form#search-form input[type="text"] {
	background: url('/2dogs-production/img/search-field.png') no-repeat;
	border:none;
	height:20px;
	padding: 2px 0px 0px 30px;
	width:170px;
}

form#search-form input[type="submit"] {
	display: none;
}
div#header {
	background: url('/2dogs-production/img/header.jpg') no-repeat;
	background-color: #6eb9cc;
	border-bottom: 2px ridge #ffffff;
	height: 248px;
	width: 100%;
}

div#logo {
	background: url('/2dogs-production/img/logo.png') no-repeat;
	left:17%;
	top:105px;
	position:absolute;
	width:164px;
	height:100px;
	padding-top: 35px;
	z-index:3;
}
ul#tabs {
	background: url('/2dogs-production/img/tabs_sprite.png') no-repeat;
	margin-top: 15px;
	position: absolute;
	right: -1px;
	top: -65px;
	width: 610px;
	left:310px;
}
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

div#content-top-shadow {
	background: url('/2dogs-production/img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {
	background: url('/2dogs-production/img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 233px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
	-moz-border-radius: 4px 0px 4px 4px;
 	-webkit-border-radius: 4px 0px 4px 4px;
	border-radius:4px 0px 4px 4px;
	-moz-box-shadow: 2px 3px 10px #011331;
 	-webkit-box-shadow: 2px 3px 10px #011331;
	z-index:10;
}  
div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
	
}
div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	border-radius:4px;
	-moz-box-shadow: 2px 3px 10px #011331;
 	-webkit-box-shadow: 2px 3px 10px #011331;
}
div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}
div#slideshow-commands {
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;
	background-color:#525252;
	-moz-box-shadow: 2px 3px 10px #011331;
 	-webkit-box-shadow: 2px 3px 10px #011331;
	-moz-border-radius: 0px 0px 4px 4px;
 	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius:0px 0px 4px4px;
}

a#previous-slide {
	display: block;
	color:#fff;
	float: left;
	height: 12px;
	margin-top: 2px;
	width: 9px;
}

a#next-slide {
	display: block;
	color:#fff;
	float: right;
	height: 12px;
	margin-top: 2px;
	width: 9px;
}

div#slideshow-commands h4 {
	margin-top:1px;
	width:100%;
}
div#message {
	margin-left: 410px;
	width: 350px;
}

div#message h3 {
	margin-bottom: 20px;
}
p#contact-info span {
	display: block;
}

span#phone {
	background: url('/2dogs-production/img/phone-icon.png') no-repeat 0px 10px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background:url('/2dogs-production/img/mail.png') no-repeat 180px 40px;
	padding:15px 0px 0px 215px;
}
div#footer-image {
	background: url('/2dogs-production/img/footer-image.jpg') no-repeat #6eb9cc;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:48px;
	width:100%;
}
p#footer-text {
	background: url('/2dogs-production/img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}
ul#tabs {
	background: url('/2dogs-production/img/tabs_sprite.png') no-repeat;
	margin-top: 15px;
	position: absolute;
	right: -1px;
	top: -65px;
	width: 610px;
	left:310px;
}

ul#tabs li {
	float: left;
	height: 30px;
	margin-right: 1px;
	margin-top:25px;
}

ul#tabs li a {
	color: #e3e3e3;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
}
ul#tabs li#previous {
	position:relative;	
	margin-left:40px;
	width:90px;
	left:11px;
	
}
ul#tabs li.home {
	position:relative;
	margin-left:20px;
	width:81px;
	left:-26px;
}
ul#tabs li#portfolio {
	position:relative;
	margin-left:25px;
	width:91px;
	left:-44px;
}        
ul#tabs li#about {
	position:relative;
	margin-left:10px;
	width:53px;
	left:-65px;
}
ul#tabs li#contact {
	position:relative;
	margin-left:15px;
	width:72px;
	left:-71px;
}
ul#tabs li#next {
	position:relative;
	margin-left:30px;
	width:69px;
	left:-84px;
}           

#blob {
 border:2px solid #0059ec;
 border-right: 1px solid #0059ec;
 border-left: 1px solid #0059ec;
 position: absolute;
 top: -5px;
 z-index : 1;
 background:none;
 /*background: -moz-linear-gradient(top, #0b2b61, #1153c0);
 background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));*/
 filter:alpha(opacity=40);
 opacity: 0.4;
 -moz-opacity:0.4;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-box-shadow: 2px 3px 10px #011331;
 -webkit-box-shadow: 2px 3px 10px #011331;

}


/**/
a#cont{
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
a#cont:HOVER{
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
ul#port {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:disc;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
   
