/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



#message { margin: 10px 0; padding: 0; }
.error_message { display:block; height:22px; line-height:22px; background:#FBE3E4 url('../images/error.gif') no-repeat 10px center; padding:3px 10px 3px 35px; color:#8a1f11; }
.loader { padding:0 10px; }
#main-contact-form #success_page h1 { background:url('../images/success.gif') left no-repeat; padding-left:22px; color:#547427; font-size:18px; line-height:26px; }
#success_page { margin-bottom:242px; }
acronym { border-bottom:1px dotted #ccc; }


/* Elements */

* { margin:0; }
html, body { height:100%; }

body {
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	background: url(../images/bg_home.jpg) repeat-x #292929;
	color: #ddd;
}

h1 {
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p, #main-right span, blockquote{
	font-size: 12px;
}

a {
	color: #93BECE;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: square;
	color: #ddd;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 20px;
}

ol {
	list-style: inside decimal;
}

blockquote {
	background: transparent url(../images/blockquote.png) no-repeat 0 0;
	line-height: 20px;
	text-indent: 32px;
	text-align: justify;
}

#wrapper {
	/* margin: auto; */
	width: 940px;
	
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px;	
}

/* Header */

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 148px;
	width: 100%;
}

/* Menu */
#menu {
	float:right;
	list-style: none;
	margin-top: 118px;
	margin-bottom: 0px;
}

#menu li {
	float: left;
	background: url(../images/menu-center.gif);
	margin-right: -1px;
}

#menu li a {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	height: 27px;
	color: #cbeff2;
	font-size: 14px;
	min-width: 80px;
	text-align: center;
}

#menu li div{
	height: 31px;
	width: 6px;
	float: left;
}

#menu li div.menu-left {
	background: url(../images/menu-left.gif);
}

#menu li div.menu-right {
	background: url(../images/menu-right.gif);
}

#menu li a:hover {
	background: url(../images/menu-center-hover.gif);
	}



#homeSite #menu li.homelink a,
#portfolioSite #menu li.portfoliolink a,
#aboutSite #menu li.aboutlink a,
#servicesSite #menu li.serviceslink a,
#priceSite #menu li.pricelink a,
#contactSite #menu li.contactlink a
 {
	color: #2f3738;
	background: url(../images/menu-selected-center.gif);
}
 
#homeSite #menu li.homelink div.menu-left,
#portfolioSite #menu li.portfoliolink div.menu-left,
#aboutSite #menu li.aboutlink div.menu-left,
#servicesSite #menu li.serviceslink div.menu-left,
#priceSite #menu li.pricelink div.menu-left,
#contactSite #menu li.contactlink div.menu-left
 {
	background: url(../images/menu-selected-left.gif);
}

#homeSite #menu li.homelink div.menu-right,
#portfolioSite #menu li.portfoliolink div.menu-right,
#aboutSite #menu li.aboutlink div.menu-right,
#servicesSite #menu li.serviceslink div.menu-right,
#priceSite #menu li.pricelink div.menu-right,
#contactSite #menu li.contactlink div.menu-right
 {
	background: url(../images/menu-selected-right.gif);
}

/* Featured */
#featured {
	background: url(../images/feature-right-bg.jpg) #393939 0px bottom no-repeat;
	height: 298px;
	width: 100%;
	margin-top: 2px;
	color: #ddd;
	overflow: scroll;
}

.feature-right {
	float: right;
	width: 340px;
	margin: 30px 0px 40px 40px;;
}

.feature-right h2 {
	font-size: 22px;
	color: #ddd;
}

.feature-right p {
	display: block;
	height: 100px;
	overflow: hidden;
	line-height: 20px;
}

.feature-divider {
	background: url(../images/featured-divider.gif) repeat-x;
	height: 2px;
	width: 340px;
	margin: 20px 0px;
}

.feature-buttons {
	margin-top: 24px;
}

.feature-button-next, .feature-button-prev, .feature-button-portfolio {
	background: url(../images/feature-button.jpg) no-repeat;
	width: 100px;
	height: 23px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	color: #2f3738;
}

.feature-button-next:hover, .feature-button-prev:hover, .feature-button-portfolio:hover {
	text-decoration: none;
}

.feature-button-next {
	margin-right: 0px;
}

.feature-left {
	float: left;
	width: 520px;
	height: 220px;
	margin-top: 40px;
}

.feature-left img {
	border: 1px solid #79888b;
	padding: 2px;
	background-color: #393939;
	width: 515px;
	height: 215px;
	overflow: hidden;
}

/* Main */
#main {
	padding-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#main h2, #drawer-main h2 {
	color: #ddd;
	font-size: 21px;
	margin-top: -8px;
}

.main-divider-long, .main-divider-short {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 15px 0px 20px 0px;
	clear: both;
}

.main-divider-short {
	margin-right: 80px;
	width: auto;
}

.main-divider-small {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0px;
}

#main img {
	background-color: #292929;
	border: 1px solid #4d5859;
	padding: 1px;
}

#main-right {
	width: 340px;
	float: right;
}

#about-me {
	float: right;
	width: 340px;
}

#about-me div {
	margin-left: 20px;
	width: 218px;
	float: right;
}

#about-me p {
	text-align: justify;
	line-height: 20px;
}

#main-left {
	float: left;
	width: 520px;
}

#main-left img { border:none; }

#main-left p {
	line-height: 20px;
	text-align: justify;
}

.author-date, .testimonial-link {
	float: right;
	margin-top: -20px;
}

.testimonial-author {
	color: #ddd;
	float: right;
	font-style: italic;
	margin-top: 10px;
}

.main-button-short, .main-button-long {
	background: url(../images/main-button-short.jpg) no-repeat;
	width: 100px;
	height: 23px;
	overflow: hidden;
	color: #eee;
	margin: 20px 20px 20px 0px;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	display: block;
	float: left;
}

.main-button-short:hover, .main-button-long:hover {
	text-decoration: none;
}

.main-button-long {
	width: 150px;
	margin-top: 15px;
	background: url(../images/main-button-long.jpg) no-repeat;
}

.contact {
	font-size: 11px;
	width: 190px;
	float: left;
}

.contact .type {
	width: 40px;
	float: left;
	color: #ddd;
}

.contact .type span, .contact .value span {
	line-height: 20px;
}

.contact .value span {
	float: right;
}

.net-services {
	float: left;
	margin-right: 0px;
}

.service-icon {
	margin: 0px 0px 10px 10px;
	float: right;
}

#main .service-icon img {
	background-color: transparent;
	border: 0px;
}

.portfolio-item h2 {
	margin-bottom:20px;
	}

/* Hire me */
#hire-me-button {
	cursor: pointer;
}
#hire-me-drawer {
	position: absolute;
	z-index: 1000;
	width: 940px;
	display: none;
}

#drawer-main {
	background: url(../images/drawer-bg.png) repeat-y;
	width: 940px;
	padding: 20px 20px 0px 20px;
}

#drawer-bottom {
	background: url(../images/drawer-bottom.png) no-repeat center top;
	width: 940px;
}

#drawer-button {
	background: url(../images/drawer-close.png) no-repeat left bottom;
	display: block;
	width: 140px;
	height: 31px;
	padding-top: 9px;
	text-align: center;
	position: relative;
	margin: 0px -10px 0px auto;
	color: #ddd;
}

#drawer-close:hover {
	text-decoration: none;
}

#drawer-description {
	width: 320px;
	float: left;
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

#drawer-description h2 {
	margin-top: 0px;
}

#drawer-form {
	float: left;
	margin-left: 80px;
	width: 520px;
	height: 130px;
}

#drawer-form fieldset {
	border: none;
	padding: 0px;
}

#drawer-form input[type=text] {
	background: url(../images/drawer-input-bg.jpg) repeat-x;
	color: #2f3738;
	padding: 2px;
	border: 1px solid #292f31;
	height: 14px;
	width: 156px;
}

#drawer-form input[type=reset], #drawer-form input[type=submit] {
	background: url(../images/main-button-short.jpg) no-repeat;
	height: 30px;
	width: 100px;
	border: none;
	margin: 20px 0px 0px 20px;
}

#drawer-form input[type=submit] {
	margin-top: 10px;
}

#drawer-form textarea#drawer-contact-message {
	background: url(../images/drawer-textarea-bg.jpg) repeat-x;
	border: 1px solid #292f31;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #2f3738;
	margin-top: 20px;
	width: 285px;
	float: left;
	height: 58px;
}

#drawer-form label {
	font-size: 11px;
	color: #d5fbff;
}

#drawer-form label[for=drawer-contact-name], #drawer-form label[for=drawer-contact-message] {
	float: left;
	display: block;
	width: 80px;
	padding-top: 5px;
}

#drawer-form label[for=drawer-contact-message] { 
	margin-top: 20px; 
}

#drawer-form label[for=drawer-contact-email] { 
	margin-left: 20px; 
}

#drawer-contact-message {
	width: 200px;
	height: 50px;
}

/* Footer */
#footer-wrapper, .push { height: 100px; }


#footer-wrapper {
	background: url(../images/footer-divider.gif) #393939 repeat-x 0 0;
	width: 100%;
	color: #ccc;
	font-size: 11px;
}

#footer {
	padding: 30px 0px;
	width: 940px;
	margin: auto;
}

#footer span {
	width: 100%;
	height: 18px;
	display: block;
}

/* Misc */

.widget h3 {
	color: #ddd;
	line-height: 0.5em;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:0px;
    background-color:#2f3738;
    padding:5px;
    border:1px solid #647678;
    width:250px;
    display: none;
}

.tooltip p{
    margin:0;
    padding:0;
    color: #d5fbff;
    background-color:#2F3738;
    padding:2px 7px;
    font-size: 11px;
}

.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 530px;
	padding: 7px;
	background: #F8F0F1;
	text-align: left;
	font-size: 11px;
	margin-bottom: 15px;
	color: #A25965;
	text-align: center;
}

.notification_ok, .drawer_notification_ok {
	border: 1px #5dfbff solid;
	height: auto;
	width: 530px;
	padding: 7px;
	background: #647678;
	text-align: center;
	font-size: 11px;
	color: #5Dfbff;
	margin-bottom: 15px;
	text-align: center;
}

.drawer_notification_ok {
	width: 480px;
}

.avatar {
	float: left;
}

.float-left {
	float: left;
	margin-right: 20px;
}

.img-float-left {
	margin: 20px 20px 15px 0px;
	float: left;
}

.img-float-right {
	margin: 20px 0px 15px 20px;
	float: right;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

/*####################################################*/

.rightalign
{
float:right;
}

/*******************************************************
  				Unordered List
*******************************************************/

ul.listitems {
margin:10px 0;
padding:0;
}

ul.listitems li {
background:url(../images/tick.png) 0 50% no-repeat;

list-style:none;
text-decoration:none;
voice-family:inherit;
margin:0;
padding:3px 10px 3px 25px;
}

/*******************************************************
  				Price Table CSS
*******************************************************/

table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}

table {
border:none;
border-collapse:collapse;
margin:10px 0;
}

td,th {
border-collapse:collapse;
border-bottom:1px solid #cacaca;
padding:10px 15px;
}

th {
background:url(../images/table-head-mid.gif) repeat-x 0 0;
padding-left:20px;
text-align:left;
color:#191919;
}

th.lefthead {
background:url(../images/table-head-left.gif) no-repeat 0 0;
padding-left:20px;
text-align:left;
}

th.righthead {
background:url(../images/table-head-right.gif) no-repeat right top;
text-align:left;
}

table a {
text-decoration:none;
}

tbody tr {
background:#242424; 
}

tbody tr:hover {
background:#202020;
}
