* {
	font-family: helvetica neue, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

BODY {
	background-image: url(img/bg_swirl.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #333;
	color: #fff;
	font-size: 11px;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: overline;
}

img {
	border: 0;
}

h5 {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}

h4 {
	color: #fff;
	font-size: 13px;
	margin: 5px 0 2px 0;
}

h3 {
	font-size: 17px;
	margin: 10px 0 5px 0;
}

h2 {
	font-size: 22px;
}


/*** END DEFAULTS. START UNIQUE MODULES ***/


#frame {
	width: 960px;
	margin: 10px auto;
}

#logo {
	display:  block;
	background-image: url(img/logo.png);
	width: 182px;
	height: 123px;
	font-size: 0;
	text-indent: -3000px;
	float: left;
	margin-bottom: 30px;
}

#deets {
	width: 500px;
	float: right;
	margin: 20px 10px;
	
}

#deets a {
	font-size: 12px;
	display: block;
	float: right;
	border: 1px dotted #fff;
	padding: 3px;
}

#deets a:hover {
	text-decoration: none;
	border: 1px solid #fff;
}

#deets a.off {
	border: 1px solid #666;
	color: #666;
}

#footer a.off {
	color: #666;	
}

#footer a.off:hover {
	text-decoration: none;
}

#lifeNloves {
	float: left;
	margin-top: 20px;
	width: 570px;
}


#webDev {
	float: right;
	margin-top: 20px;
	width: 320px;
}

#lifeNloves .icon {
	position: absolute;
	background-image: url(img/icon_ll.png);	
	width: 52px;
	height: 100px;
	margin: -36px 0 0 512px;
}

#webDev .icon {
	position: absolute;
	background-image: url(img/icon_wd.png);	
	width: 54px;
	height: 100px;
	margin: -36px 0 0 260px;
}

#llLeft {
	float: left;
	width: 290px;
}

#llRight {
	float: right;
	width: 130px;
	text-align: right;
	margin-right: 65px;
}

#llRight img {
	vertical-align: top;
	margin-left: 10px;
}

#llRight a {
	display: block;
	margin-bottom: 15px;
}

#footer {
	margin-top: 30px;
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
}


/*** END MODULES. START COMMON CLASSES ***/

.title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 16px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear, .clearBoth {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.content {
	padding: 20px 5px;
}

.content_inner {
	margin: -10px 0 0 0;
	border-top: 1px solid #fff;
	padding: 20px 15px;
}

.mgBot20 {
	margin-bottom: 20px;
}

.mgBot10 {
	margin-bottom: 10px;
}


.inline {
	display: inline;
}

.spacer20 {
	height: 20px;
	width: 20px;
}

.quote {
	padding: 10px;
	font-size: 12px;
	border: 1px solid #444;
	margin: 10px 0;
}

.quote .text {
	margin: 0 0 3px 0;
	line-height: 17px
}

.quote .author {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}

.quote .refer {
	display: inline;
	font-size: 11px;
	font-style: italic;
	color: #ccc;	
}

#contactForm {
	padding-top: 15px;
}

#contactForm table th {
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	vertical-align: top;
}

#contactForm input, #contactForm textarea {
	border: 1px solid #999;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	margin-bottom: 10px;
	width: 370px;

}

#contactForm .button {
	background-color: #111;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	font-weight: bold;
	width: 100px;
}

.webBlock {
	display: block;
	margin: 25px 0 25px 5px;
	width: 250px;	
}

.webBlock .details {
	font-size: 14px;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 114px;
	text-align: right;
	padding: 0 3px 0 0;
}


/** for lightbox ***/
.leightbox {
	color: #fff;
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 40%;
	padding: 1em;
	border: 1em solid #000;
	background-color: #222;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


