@import url("black/style.css");
/* developed by 5-squared - www.5-squared.com */


/* ************************************************************************* */
							/* RESET */
/* ************************************************************************* */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {border: 0;}

body, select, input, textarea {font: 62.5%/1.3 arial, helvetica, verdana, sans-serif;}
body {background: #E3E2DF url("../i/bg_body.gif") 0 0 repeat-x;}



/* ************************************************************************* */
							/* LAYOUT */
/* ************************************************************************* */
#wrap {width: 906px;margin:0 auto;background: none;}
.web_design, .wordpress {width: 100%; clear: left;padding-top: 50px;}
.developer {margin-left: 9px;float: left;width: 296px;}
.wordpress {padding-top: 25px;}
.logo {float: left;width: 296px;}
#footer {float: left;width: 875px;margin: 50px 0 0 15px;border-top: 1px solid #999;padding-bottom: 60px;}




/* ************************************************************************* */
							/* LISTS*/
/* ************************************************************************* */
#nav_main {list-style: none;float: right;margin: 0 16px 0 0;}
#nav_main li {float: left;margin: 17px 0 0 34px;}





/* ************************************************************************* */
							/* LINKS */
/* ************************************************************************* */
a {outline: none;}
#nav_main a {text-decoration: none;color: #000;font-variant: small-caps;font-weight: bold;font-size: 1.5em;}
#nav_main a:hover {color: #297A8C;}
.fade {cursor: pointer;}
.site {color: #297A8C;text-decoration: none;font-family: Georgia, Times, sans-serif;font-style: italic;}
.site:hover {text-decoration: underline;}
#footer .twitter a {padding: 10px 0 10px 23px;background: transparent url("../i/bg_twitter.jpg") left 50% no-repeat;color: #297A8C;text-decoration: none;}
#footer a {color: #888;}
#footer a:hover {color: #555;}
a img {border: 0;}
.web_design a, .wordpress a {text-decoration: none;}




/* ************************************************************************* */
							/* TYPOGRAPHY */
/* ************************************************************************* */
p {padding: 10px 20px 0 25px;font-size: 1.2em;color:#888;line-height: 19px;}
p strong {color: #333;font-variant: small-caps;font-size: 1.2em;}
#footer p {color: #888;padding-left: 10px;font-size: 1.1em;float: left;}
#footer p strong {color: #888;font-variant: normal;font-size: 1.1em;}
#footer .twitter {float: right;padding-right: 10px;}
h1 {display: block;width: 362px;height: 80px;text-indent: -9999px;background: transparent url("../i/bg_logo.jpg") left top no-repeat;float: left;margin: 0 0 0 15px;}
h1 a {display: block;width: 100%;height: 100%;outline: none;cursor: pointer;}




/* ************************************************************************* */
							/* Images */
/* ************************************************************************* */
.hide {display: none;}





/* ************************************************************************* */
							/* JQuery - tooltip */
/* ************************************************************************* */
.aToolTip {
	color:#fff;
	margin:0;
	padding:6px 12px;
}

.aToolTip .aToolTipContent {
	position:relative;
	width: 379px;
	height: 237px;
	background: transparent url("../i/bg_tooltip.png") left top no-repeat;
	margin:0;
	padding:20px 20px 20px 20px;
    font-size: 1.2em;
	color: #444;
}
a.aToolTipCloseBtn {
	display:block;
	height:43px;
	width:43px;
	background:transparent url("../i/bg_tooltip_close.png") left top no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-10px;
	right:-15px;
	margin:2px;
	padding:4px;
}
