* {
	margin: 0px;
	padding: 0px;
	font-family: myriad pro;
}

body {
	background: black;
}

#wrapper {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#topbar {
	width: 100%;
	height: 41px;
	background: black;
	border-bottom: 1px solid #2e2f2e;
}

#navcont {
	width: 620px;
	margin: auto;
	position: relative;	
}

.nav {
	width: 620px;
	list-style: none;
	padding-top: 12px;
}

.nav li {
	padding: 20px;
	color: white;
	display: inline;
	font-weight: bold;
	letter-spacing: 0px;
}

.nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	text-shadow: 1px 1px 1px #333;
}

.nav li a:hover {
	border-bottom: 5px solid #2bb7da;
	color: gray;
	display: inline-block;
}

#masthead {
	width: 100%;
	height: 177px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 7px solid #252525;
	border-bottom: 1px solid #2e2f2e;
	background-color: #080808;
}

#fullgray {
	width: 100%;
	height: auto;
	min-height: 600px;
	background: #121212 url(../images/graybg.png);
	border-top: 7px solid #252525;
	float: left;
}

#main {
	width: 1024px;
	background: #121212 url(../images/graybg.png);
	position: relative;
	z-index: 1;
}

.topgrad {
	background: url(../images/topgrad.png) no-repeat center top;
	height: 240px;
	width: 768px;
	position: absolute;
	left: 125px;
	z-index: -1;
}

#featured {
	width: 263px;
	height: 33px;
	position: relative;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	top: 35px;
	left: 160px;
}

#bottomsection {
	width: 950px;
	height:230px;
	padding: 50px 0px 0px 0px;
	margin: auto;
}

.smallhead {
	color: #2bb7da;
	font-size: 19px;
	text-align: left;
	font-weight: bold;
	width: auto;
}

.smallcon {
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	letter-spacing: 0px;
	font-style: normal;
	word-spacing: 2px;
	font-family: "myriad pro";
	text-shadow: 0px 1px 1px #444;
}

#btmleft {
	width: 250px;
	float: left;
	padding: 40px 30px 20px 30px;
}

#btmmiddle {
	width: 280px;
	float: left;
	padding: 40px 30px 20px 30px;
}

#btmright {
	width: 300px;
	float: left;
	padding: 40px 0px 20px 0px;
}
.links {
	color: #2bb7da;
	margin-top: 10px;
	text-shadow: 0px 1px 1px #444;
}

.links li {
	padding: 2px;
	list-style-position: inside;
}

.links li a{
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-family: "myriad pro";
}

.links li a:hover{
	text-decoration: none;
	color: #2bb7da;
}

.line {
	width: 904px;
	height: 1px;
	padding-left: 40px;
}

#container {
	width: 870px;
	height: 160px;
	padding-left: 20px;
	padding-top:40px;
	margin: auto;
}

.wrap {
	width: 250px;
	height: 150px;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
}

.wrap img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.wrap a img {
	border: none;
}

#footer {
	width: 100%;
	height: 300px;
	background: #0e0e0e url(../images/btmgrad.png) no-repeat center bottom;
	margin: 0 auto;
	border-top: 1px solid #353535;
	clear: both;
}

#footer p {
	color: white;
	font-size: 12px;
	text-align: center;
	padding-top: 25px;
}

/* about page starts here */

#fullgrayabout {
	width: 100%;
	height: auto;
	min-height: 500px;
	background: #121212 url(../images/graybg.png);
	border-top: 7px solid #323232;
	border-bottom: 1px solid #121212;
	float: left;
}

#bottomsectionab {
	width: 950px;
	height:210px;
	padding: 20px 0px 0px 0px;
	margin: auto;
}
#about {
	width: 600px;
	float: left;
	padding-left: 65px;
	padding-top: 35px;
}

.whyme {
	float:right;
	position: relative;
	top: 63px;
	right: 90px;
}

#about a img{
	border: none;
}

#about a{
	text-decoration: none;
	color: #2bb7da;
}

#about a:hover {
	color: #ff4aee;
	text-decoration: underline;
}

.bio {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #2bb7da;
	font-family: "Myriad Pro";
}
.biocon {
	color: white;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 10px 0px 20px 0px;
	word-spacing: 2px;
	width: 600px;
	font-family: "myriad pro";
	text-shadow: 0px 1px 1px #444;
	clear: both;
}

#do {
	width: 300px;
	float: left;
	padding-left:65px;
}

.doforyou {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #2bb7da;
}

.doforyoucon {
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding-top: 0px;
	letter-spacing: 0px;
	font-style: italic;
	word-spacing: 2px;
	padding-bottom: 25px;
}
.services {
	width: 300px;
	color: #2bb7da;
	margin-top: 10px;
	font-style: normal;
}

.services li{
	color: #2bb7da;
	padding: 2px;
	list-style-position: inside;
}

.services li span {
	color: white;
	font-family: trebuchet ms;
	font-size: 12px;
	text-shadow: 0px 1px 1px #444;
}

#techwrap {
	width: 300px;
	float: left;
	padding-left: 45px;
}

.tech {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #2bb7da;
}

.techcon {
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding-top: 0px;
	letter-spacing: 0px;
	font-style: italic;
	word-spacing: 2px;
	padding-bottom: 25px;
}

/* Portfolio Page */

#fullgrayport {
	width: 100%;
	height: auto;
	min-height: 1200px;
	background: #121212 url(../images/graybg.png);
	border-top: 7px solid #252525;
	float: left;
}

/* Wrappers for the three listings */

.wrap1 {
	width: 850px;
	height: 260px;
	border: 5px solid transparent;
}
.wrap1:hover {
	background: #2b2b2b;
	border: 5px solid white;
}

#wrap2 {
	width: 850px;
	height: 260px;
	border: 5px solid transparent;
}

#wrap2:hover {
	background: #2b2b2b;
	border: 5px solid white;
}


#wrap3 {
	width: 850px;
	height: 260px;
	border: 5px solid transparent;
	margin-bottom: 25px;
}

#wrap3:hover {
	background: #2b2b2b;
	border: 5px solid white;
}


.leftcolcon {
	height: 160px;
	padding: 10px 0px 0px 10px;
	float: left;
}



.rightcolcon {
	width: 300px;
	height: 160px;
	float: left;
	padding-left: 20px;
}

#leftcolcon2 {
	height: 160px;
	padding: 10px 0px 0px 10px;
	float: left;
	clear: both;
}

#rightcolcon2 {
	width: 300px;
	height: 160px;
	float: left;
	padding-left: 20px;
}

#leftcolcon3 {
	height: 160px;
	padding: 10px 0px 0px 10px;
	float: left;
	clear: both;
}

#rightcolcon3 {
	width: 300px;
	height: 160px;
	float: left;
	padding-left: 20px;
}

.myport {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #2bb7da;
}

.myportcon {
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
	letter-spacing: 0px;
	word-spacing: 1px;
	padding-bottom: 20px;
	font-family: "myriad pro";
	text-shadow: 0px 1px 1px #444;
}

.first-title {
	padding: 22px 0px 10px 0px;
	font-style: italic;
	color: #2bb7da;
	font-size: 20px;
	width: 300px;
}

.tut-title {
	padding: 22px 0px 10px 0px;
	font-style: italic;
	color: #2bb7da;
	font-size: 20px;
	width: 460px;
}

.infotext {
	color: white;
	font-size: 14px;
	line-height: 20px;
	width: 350px;
	font-family: "myriad pro";
	text-shadow: 0px 1px 1px #444;
}
/*contact page */

#fullgraycon {
	width: 100%;
	height: 420px;
	background: #121212 url(../images/graybg.png);
	border-top: 7px solid #252525;
	float: left;
}

/* form styles */

#contact-area {
	width: 350px;
	padding: 30px;
	color: white;
	float: left;
}

#contact-area p {
	color: #2bb7da;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	padding: 0px 0px 20px 110px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: georgia;
	font-weight: bold;
	font-size: 11pt;
	color: #2bb7da;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #2bb7da;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background: black;
	border: 2px solid #2bb7da;
	margin-top: 10px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-family: georgia;
	font-style: italic;
	color: gray;
}

#contact-content {
	float: left;
	width: 500px;
	height: 400px;
}

.freequote {
	color: #2bb7da;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	padding-top: 37px;
}

.freecon {
	padding-top: 15px;
	color: white;
}

/* thanks page */



#fullgraythanks {
	width: 100%;
	height: 405px;
	background: #121212 url(../images/graybg.png);
	border-top: 7px solid #323232;
	border-bottom: 1px solid #121212;
	float: left;
}

#thanks-content {
	width: 500px;
	height: 200px;
	margin: 0 auto;
}

.smiley {
	margin:40px 0px 0px 390px;
	width: 170px;
}

.thanks {
	color: #2bb7da;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	padding-top: 40px;
}

.thankscon {
	font-style: italic;
	padding-top: 15px;
	color: white;
}

#thanks-content a {
	color: #2bb7da;
	text-decoration: none;
}

#thanks-content a:hover {
	color: #ff4aee;
	text-decoration: underline;
}

#aboutpets {
	width: 430px;
	float: left;
	padding-left: 65px;
	padding-top: 35px;
}

#aboutpets a img{
	border: none;
}

#aboutpets a{
	text-decoration: none;
	color: #2bb7da;
}

#aboutpets a:hover {
	color: #ff4aee;
	text-decoration: underline;
}


.ppets {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #2bb7da;
}
.ppetscon {
	width: 430px;
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding: 5px 0px 10px 0px;
	letter-spacing: 0px;
	font-style: italic;
	word-spacing: 2px;
	float: left;
}

.petimg {
	float: left;
	padding-top: 50px;
}

#twitter_div a {
	font-size: 11px;
	color: #f4f4f4;
	font-family: trebuchet ms;
}

#twitter_div a:hover {
	color: #ff4aee;
}

#twitter_update_list {
	color: white;
	line-height: 20px;
}

#twitter_update_list li {
	background: rgba(51, 51, 51, 0.2);
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	font-family: trebuchet ms;
	overflow: none;
}

#twitter-link {
	width: 170px;
	margin-top: 4px;
	padding: 5px;
}

.site1 {
	width: 470px;
	height: 273px;
	position: relative;
	background: url(../images/site1.png) no-repeat;
	display: block;
}

.site3 {
	width: 470px;
	height: 273px;
	position: relative;
	background: url(../images/site3.png) no-repeat;
	display: block;
}

.site2 {
	width: 470px;
	height: 273px;
	position: relative;
	background: url(../images/site2.png) no-repeat;
	display: block;
}


.site4 {
	width: 470px;
	height: 273px;
	position: relative;
	background: url(../images/site4.png) no-repeat;
	display: block;
}


.fadeThis {
	width: 470px;
	height: 273px;
	background: url(../images/tech4.png) no-repeat;
	position: absolute;
	display: none;
}

.vidwrap {
	width: 310px;
	height: 229px;
	border: 5px solid #2bb7da;
	position: relative;
	z-index: 0;
}

.vidwrap object {
	position: relative;
	z-index: -1;
}

.viewbigger {
	background: #1d1d1d;
	padding: 8px;
	text-transform: uppercase;
	float: left;
	border: 2px solid #2bb7da;
	font-weight: bold;
	color: white;
	margin-top: 10px;
}

.viewbigger a {
	position: relative;
	z-index: 100;
}

/* CSS DROP DOWN TUTORIAL */

#rightside {
	width: 250px;
	height:auto;
	background: #222;
	float: left;
	margin: 50px 25px 25px 25px;
	border: 5px solid #2bb7da;
}

#rightside h4 {
	font-size: 20px;
	font-weight: bold;
	color: #2bb7da;
	padding: 14px;
	font-family: "Myriad Pro";
}

#rightside ul {
	font-size: 12px;
	color: #2bb7da;
	line-height: 22px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#rightside ul li a{
	text-decoration: none;
	color: white;
}

#rightside ul li a:hover{
	text-decoration: underline;
}

#rightside ul a span {
	color: white;
}

#htmlcode {
	background: url(../images/graph.gif);
	padding: 30px;
	border: 2px solid #333;
	font: 13px "Trebuchet MS";
	color: #555;
	width: 360px;
	line-height: 22px;
}

.ulcode2 {
	text-indent: 60px;
}

.licode {
	text-indent: 30px;
}

.licode2 {
	text-indent: 90px;
}

.csscode {
	background: url(../images/graph.gif);
	padding: 30px;
	border: 2px solid #333;
	font: 13px "Trebuchet MS";
	color: #555;
	width: 360px;
	margin-bottom: 30px;
	line-height: 22px;
}

.cssin {
	text-indent: 30px;
}

.ad {
	width: 219px;
	height: auto;
	margin: 20px auto 0px auto;
	border: 5px solid #2bb7da;
}

.ad a {
	font-family: "Myriad Pro";
	background: #333;
	color: #2bb7da;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	text-shadow: 1px 1px 5px #000;
}

.ad a span {
	font-size: .7em;
	color: #ececec;
	font-family: "Myriad Pro";
	letter-spacing: .2em;
	font-style: italic;
}

/* DROP DOWN DEMO */

#nav p a {
	margin: 22px 10px 0px 0px;
	font: 15px "Trebuchet MS";
	background: #1d1d1d;
	padding: 8px;
	text-transform: uppercase;
	border: 2px solid #2bb7da;
	font-weight: bold;
	color: #2bb7da;
	display: block;
	float: left;
}

#nav a:hover {
	background: #333;
	text-decoration: none;
	color: #2bb7da!important;
}

#privacy p{
	color: white;
	font-family: helvetica;
	font-size: .8em;
}

#privacy {
	margin-top: 10px;
	line-height: 22px;
}

#cssvid {
	margin: 70px 0px 20px 0px;
	border: 5px solid #2bb7da;
	
}

.ttt {
	margin-bottom: 20px;
	font-size: 1.3em;
	font-family: "Myriad Pro";
}

.ttt a {
	text-shadow: 1px 1px 1px #111;
}

#bookmark {
	width: 229px;
	height: 166px;
	display: block;
	margin: 10px 10px 10px 10px;
}

#bookmark img {
	border: none;
}

#announce {
	background: #fefe96;
	padding: 20px 0px;
	text-align: center;
	border-bottom: 5px solid #f0f08e;
}

#announce h1 {
	font-size: 1.8em;
	color: #333;
}

#announce p {
	font-size: .9em;
}

#announce p a {
	color: #555;
}

.hide {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	width: 160px;
	margin: 0px auto;
}