/* Elements */

/* COLORS
light green features area 647678
light green tabs 60c8d8
DARK GREEN bg 2f3739
black behind menu 231f20
light green text b0e0e9

*/
body {
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	background: #2f3739 url(../images/body-bg.jpg) repeat-x;
	color: #9fbcbf;
	font-size: 13px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

p, #main-right span, blockquote {
	font-size: 13px;
}

a {
	color: #59d8e5;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	list-style: inside square;
	color: #d5fbff;
	color: #fff;
	line-height: 20px;
	margin: 20px 0;
}

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;
}

/* Header */

#header {
	margin: 125px 0 0 0;
	height: 72px;
	width: 100%;
	position: relative;
}
#header #logo {
	margin: 0;
	background: url(../images/logo.png) no-repeat;
	height: 72px;
	width: 341px;
	position: absolute;
}
#header #logo h1 {
	text-indent: -9999px;
}

#header #contactInfo {
	position: absolute;
	top: -10px;
	right: 0;
	color: #fff;
	font-weight: bold;
}

/* Menu */
#menu {
	float:right;
	list-style: none;
	margin-top: 40px;
	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-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	height: 27px;
	color: #cbeff2;
	font-size: 16px;
	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.selected a, #menu li.current a {
	color: #2f3738;
	background: url(../images/menu-selected-center.gif);
}

#menu li.selected div.menu-left, #menu li.current div.menu-left {
	background: url(../images/menu-selected-left.gif);
}

#menu li.selected div.menu-right, #menu li.current div.menu-right {
	background: url(../images/menu-selected-right.gif);
}

/* Featured */
#featured {
	/*background: url(../images/feature-right-bg.jpg) 450px bottom no-repeat;-->*/
	height: 298px;
	width: 100%;
	margin-top: 2px;
	color: #2f3738;
	overflow: scroll;
	/*background: url(../images/feature-right-bg2.jpg) no-repeat bottom center;*/
}

.feature-left {
	float: left;
	width: 440px;
	margin: 70px 40px 40px 0px;;
}

.feature-left h2 {
	font-size: 40px;
	line-height: 38px;
	color: #fff;
	letter-spacing: -2px;
}
.feature-left h3 {
	margin-top: 16px;
	margin-right: 40px;
	font-size: 24px;
	line-height: 34px;
	color: #d5fbff;
}

.feature-left p {
	display: block;
	height: 100px;
	overflow: hidden;
	text-align: justify;
	line-height: 20px;
}

.feature-divider {
	background: url(../images/featured-divider.gif) repeat-x;
	height: 2px;
	width: 340px;
	margin: 20px 0px;
}

.feature-buttons {
	padding-top: 14px;
	margin-left: 85px;
}
.feature-buttons a {
	text-decoration: none;
}

.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: 12px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

.feature-button-next:hover, .feature-button-prev:hover, .feature-button-portfolio:hover {
	text-decoration: none;
}

.feature-button-next {
	margin-right: 0px;
}

.feature-right {
	float: right;
	width: 420px;
	margin-top: 40px;
}
.feature-right .feature-one {
	margin: 0;
	float: left;
}
.feature-right .feature-two {
	margin-top: 15px;
	padding-top: 15px;
	float: left;
}
.feature-right p {
	padding: 0 0 0 50px;
	margin: 0;
	color: #fff;
}
.featureIcon {
	margin-right: 20px;
	float: left;
}

.productItem {
	clear: both;
	float: left;
	margin: 20px 0 0 0;
}
.productItem div.sideA {
	float: left;
	width: 510px;
}
.productItem div.sideB {
	margin-left: 20px;
	float: left;
	width: 350px;
}
.productItem p {
	text-align: left;
}
	
/* Main */
#main {
	padding-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #eee;
}

#main h2, #drawer-main h2 {
	color: #d5fbff;
	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: #252f31;
	border: 1px solid #4d5859;
	padding: 1px;
}

#main-left {
	width: 440px;
	float: left;
}
#main-left p {
	font-size: 14px;
}
#about-me {
	float: left;
	width: 340px;
}

#about-me div {
	margin-left: 20px;
	width: 218px;
	float: right;
}

#about-me p {
	text-align: justify;
	line-height: 20px;
}

#main-right {
	float: right;
	width: 415px;
}
#main-right h3 {
	font-size: 22px;
}
#main-right p {
	margin: 8px 0 0 0;
	line-height: 20px;
	text-align: justify;
}

.author-date, .testimonial-link {
	float: right;
	margin-top: -20px;
}

.testimonial-author {
	color: #59d8e5;
	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: #b8d9dd;
	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: 150px;
	float: left;
}

.contact .type {
	width: 40px;
	float: left;
	color: #d5fbff;
}

.contact .type span, .contact .value span {
	line-height: 20px;
}

.contact .value span {
	float: right;
}

.net-services {
	width: 160px;
	float: right;
	margin-right: 80px;
}

.service-icon {
	margin: 0px 0px 10px 15px;
	width: 32px;
	float: left;
}

#main .net-services img {
	background-color: transparent;
	border: 0px;
}

/* 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: #d5fbff;
}

#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 {
	/*background: url(../images/footer-divider.gif) #647678 repeat-x 0 0;*/
	width: 100%;
	color: #aaa;
	font-size: 11px;
}

#footer {
	padding: 40px 0px;
	width: 940px;
	margin: auto;
	text-align: center;
}

#footer span {
	width: 100%;
	height: 18px;
	display: block;
}
#footer p.credits {
	margin-top: 8px;
	color: #666;
}
#footer p.credits a {
	color: #666;
	text-decoration: underline;
}

/* Misc */

.widget h3 {
	color: #D5FBFF;
	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;
}