/* Elements */
body {
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	background: url(../images/bg_home.jpg) repeat-x #2f3738;
	color: #9fbcbf;
}

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;
}
h7 {
	font-size: 19px;
}

p, #main-right span, blockquote{
	font-size: 11px;
}

a {
	color: #b8d9dd;
	text-decoration: none;
	font-size: 11px;
}

a .submenu {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: inside square;
	color: #d5fbff;
	font-size: 11px;
	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: left;
}

#wrapper {
	margin: auto;
	width: 940px;
}

/* 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: #565307;
	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);
}


/* store */

#menu li .store-center {
	float: left;
	background: url(../images/store-center.gif);
	margin-right: -1px;
}

#menu li div.store-left {
	background: url(../images/store-left.gif);
}

#menu li div.store-right {
	background: url(../images/store-right.gif);
}

.store-center.selected a, .current a {
	color: #2f3738;
	background: url(../images/store-center.gif);
}

#menu li.selected div.store-left, #menu li.current div.store-left {
	background: url(../images/store-left.gif);
}

#menu li.selected div.store-right, #menu li.current div.store-right {
	background: url(../images/store-right.gif);
}

/* Featured */
#featured {
	background:url(../images/feature-right-bg.jpg) 450px bottom no-repeat;
	height: 298px;
	width: 100%;
	margin-top: 2px;
	color: #565307;
	overflow: scroll;
}

.feature-left {
	float: left;
	width: 340px;
	margin: 30px 40px 40px 0px;
}

.feature-left h2 {
	font-size: 24px;
	color: #8a2529;
}

.feature-left p {
	display: block;
	height: 100px;
	overflow: hidden;
	text-align: left;
	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: #8a2529;
}

.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: 520px;
	height: 220px;
	margin-top: 40px;
}

.feature-right img {
	border: 1px solid #ffffff;
	padding: 8px;
	background-color: #ffffff;
	width: 500px;
	height: 215px;
	overflow: hidden;
}

/* Main */
#main {
	padding-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#main h2, #drawer-main h2 {
	color: #b8d9dd;
	font-size: 21px;
	margin-top: -8px;
}

#main h7, #drawer-main h7 {
	color: #b9b309;
	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: 420px;
	float: left;
}

#about-me {
	float: left;
	width: 340px;
}

#about-me div {
	margin-left: 20px;
	width: 218px;
	float: right;
}

#about-me p {
	text-align: left;
	line-height: 20px;
}

#main-right {
	float: right;
	width: 520px;
}

#main-right p {
	line-height: 20px;
	text-align: left;
}

.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: 190px;
	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: 50px;
}

.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: left;
	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) #ffffff repeat-x 0 0;
	width: 100%;
	color: #2f3738;
	font-size: 11px;
}

#footer {
	padding: 40px 0px;
	width: 940px;
	margin: auto;
}

#footer span {
	width: 100%;
	height: 18px;
	display: block;
}

/* 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 10px 0px;
	float: left;
}

.img-float-right {
	margin: 20px 0px 15px 20px;
	float: right;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

