/* Reset all styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;	border-spacing: 0; }

/*------------------------------------------------------------------- 
Redefine used base styles
------------------------------------------------------------------- */

body
{
	background-image: url(../images/container-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0B0B0B;
	line-height: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #8e8d8d;
}

a
{
	color: #c4c4c4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
}

h1
{
	margin-bottom: 10px;
	padding: 0px;
}

h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}

ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: disc;
	line-height: 18px;
}

li
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------- 
Page Building Blocks
------------------------------------------------------------------- */

#container-outer
{
	width: 100%;
	margin: 0px 0px 0px -10px;
	padding: 0px;
}

#container-inner
{
	width: 941px;
	min-height: 920px;
	background-image: url(../images/content-bg.png);
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#content-area
{
	width: 941px;
	margin: 0px auto;
	padding: 0px;
}

#content-left
{
	display: block;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content-main
{
	display: block;
	float: left;
	width: 691px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#content-inner
{
	width: 631px;
	margin: 30px 30px 0px 30px;
	padding: 0px;
}

#content-clear
{
	clear: left;
}


/*------------------------------------------------------------------- 
Header
------------------------------------------------------------------- */

#header
{
	width: 941px;
	height: 98px;
	margin: 0px auto;
	padding: 0px;
}

#header-logo
{
	float: left;
	width: 250px;
	height: 98px;
	margin: 0px;
	padding: 0px;
}

#header-menu
{
	float: right;
	width: 631px;
	height: 88px;
	padding: 0px 30px 10px;
}

/*------------------------------------------------------------------- 
Menu
------------------------------------------------------------------- */

#menu-outer
{
	width: 631px;
	height: 87px;
	border-bottom: 1px solid #272727;
}

#menu
{
	float: right;
	margin: 40px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu li a
{
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

/*------------------------------------------------------------------- 
Sidebars
------------------------------------------------------------------- */

#left-col-news
{
	width: 210px;
	margin: 35px 20px 5px 18px;
	padding: 0px;
}

img.left-col-icon
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.left-col-header
{
	display: block;
	float: left;
	width: 179px;
	margin: 0px 0px 15px 10px;
	padding-top: 5px;
}

.left-col-news-header
{
	display: block;
	float: left;
	width: 179px;
	margin: 0px 0px 5px 0px;
}

.left-col-news-info
{
	display: block;
	float: left;
	margin: 0px 20px 15px 0px;
}

#left-col-proj
{
	width: 210px;
	margin: 30px 20px 5px 18px;
	padding: 0px;
}

.left-col-proj-image-bg
{
	display: block;
	float: left;
	background-image: url(../images/proj-image-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 182px;
	height: 125px;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

.left-col-proj-image
{
	width: 172px;
	height: 115px;
	margin: 5px 5px 5px 5px;
	padding: 0px;
}

/*------------------------------------------------------------------- 
Footer
------------------------------------------------------------------- */

#footer-outer
{
	width: 941px;
	margin: 0px auto;
	padding: 0px;
	
}

#footer-outer #footer
{
	display: block;
	float: right;
	width: 691px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

#footer-outer #footer ul
{
	width: 631px;
	margin: 0px auto;
	padding: 20px 0px 15px 0px;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-align: center;
}

#footer-outer #footer ul li
{
	display: inline;
	padding: 8px 8px 0px 8px;
	border-right: 1px solid #4c4c4c;
}

#footer-outer #footer ul li.last
{
	border: none;
}

#footer-outer #footer ul li a
{
	margin: 0px;
	padding: 0px;
}

#footer-outer #footer p.unsubscribe
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#footer-outer #azure
{
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 631px;
	height: 20px;
}

#footer-outer #azure img
{
	display: block;
	float: right;
	width: 73px;
	margin: 0px 0px 0px 10px;
}

#footer-outer #azure a
{
	display: block;
	float: right;
	text-decoration: none;
	font-size: 10px;
	color: #8e8d8d;
}

#footer-outer #azure a:hover
{
}

#footer-outer #footer-validation
{
	margin: 0px;
}

#footer-outer #footer-validation li
{
	border: none;
	padding-right: 0px;
}

#footer-outer #footer-clear
{
	clear: both;
}

/*------------------------------------------------------------------- 
Pagination
------------------------------------------------------------------- */

#pagination
{
	float: right;
	margin-right: 10px;
}

#pagination img
{
	float: left;
	margin-right: 0px;
}

#pagination a.pagenum
{
	float: left;
	background-color: #141414;
	color: #8e8e8e;
	text-decoration: none;
	height: 19px;
	padding: 8px 5px 10px 5px;
}

#pagination .current-page
{
	float: left;
	background-color: #141414;
	color: #8d8b8c;
	font-weight: bold;
	height: 19px;
	padding: 8px 5px 10px 5px;
}

#pagination-clear
{
	clear: right;
}

/*------------------------------------------------------------------- 
News & Projects Listing
------------------------------------------------------------------- */

.listing-box-outer
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.listing-box
{
	width: 626px;
	height: 173px;
	background-image: url(../images/listing-box-bg.jpg);
	background-repeat: no-repeat;
}

.listing-box img
{
	float: left;
	margin: 16px 28px 17px 20px;
	border: 6px solid #262626;
}

.listing-box .listing-box-content
{
	float: left;
	width: 404px;
	height: 173px;
}

.listing-box .listing-box-content img.arrow
{
	float: left;
	margin: 31px 5px 0px 0px;
	border: 0px;
	width: 6px;
}

.listing-box .listing-box-content h1
{
	float: left;
	margin: 30px 0px 16px 0px;
	border: 0px;
	width: 310px;
}

.listing-box .listing-box-content img.title
{
	margin: 0px;
	border: 0px;
}

.listing-box .listing-box-content p.date
{
	float: left;
	margin: 25px 23px 21px 0px;
	border: 0px;
	width: 60px;
}

.listing-box .listing-box-content p.content
{
	float: left;
	width: 375px;
	margin: 0px 29px 0px 0px;
	padding: 0px;
	line-height: 20px;
}

.listing-box .listing-box-clear
{
	clear: left;
}


/*------------------------------------------------------------------- 
News & Projects Detail
------------------------------------------------------------------- */

.detail-box
{
	width: 631px;
	margin: 0px;
	padding: 0px;
}

.detail-box h1
{
	font-size: 15px;
	color: #5aafeb;	
	margin-left: 0px;
	padding-left: 0px;	
}

.detail-box img.detail-image
{
	display: block;
	float: left;
	width: 250px;
	height: 180px;
	margin: 0px 20px 20px 0px;
	border: 8px solid #232323;
}

.detail-box .listing-return
{
	display: block;
	float: right;
	margin: 20px 0px 0px 0px;
}

.detail-box .listing-return-clear
{
	clear: both;
}

/*------------------------------------------------------------------- 
Team Listing
------------------------------------------------------------------- */

.team-box
{
	float: left;
	width: 137px;
	height: 100px;
	margin: 20px 0px 40px 20px;
	padding: 0px;
}

.team-box h1
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.team-box p
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

/*------------------------------------------------------------------- 
News Styles
------------------------------------------------------------------- */

img.content
{
	float: left;
	width: 200px;
	height: 160px;
	border: 8px solid #232323;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}

#home-flash-movie
{
	width: 633px;
	margin: 10px 0px 50px 0px;
	padding: 0px;
}

#home-content
{
	display: block;
	float: left;
	width: 333px;
	margin-right: 10px;
	padding: 0px;
}

#newsletter
{
	display: block;
	float: left;
	background-image: url(../images/newsletter-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 238px;
	height: 120px;
	margin-left: 10px;
	padding: 20px 20px 20px 20px;
}

#newsletter h1
{
	margin-bottom: 2px;
	padding: 0px;
}

#newsletter img
{
	margin: 0px;
	padding-top: 5px;
}

#newsletter-email-div
{
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0px;
}

.newsletter-email
{
	border: 0px;
	background-image: url(../images/newsletter-input-bg.jpg);
	width: 150px;
	height: 15px;
	margin: 0px;
	padding: 9px 0px 10px 5px;
	font-size: 12px;
	color: #646464;
}

#newsletter-submit-div
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.newsletter-submit
{
	border: 0px;
	background-image: url(../images/newsletter-btn.jpg);
	width: 76px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	cursor: pointer;
}

/*------------------------------------------------------------------- 
Contact Form Styles
------------------------------------------------------------------- */

#contact-form
{
	width: 631px;
	margin-top: 20px;
}

#contact-form .form-input
{
	display: block;
	float: left;
	width: 190px;
	height: 34px;
	margin: 0px 17px 0px 0px;
	padding: 0px;
	background-image: url(../images/contact-input.jpg);
	background-repeat: no-repeat;
}

#contact-form .form-input input
{
	width: 170px;
	height: 26px;
	margin: 0px;
	padding: 8px 10px 0px 10px;
	border: none;
	background-color: transparent;
	color: #8e8d8d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#contact-form .form-textarea
{
	display: block;
	float: left;
	width: 606px;
	height: 148px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/contact-text.jpg);
	background-repeat: no-repeat;
}

#contact-form .form-textarea textarea
{
	width: 586px;
	height: 128px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: none;
	background-color: transparent;
	color: #8e8d8d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	overflow: auto;
}

#contact-form .form-submit
{
	float: right;
	width: 130px;
	height: 34px;
	margin: 20px 26px 0px 0px;
}

#contact-form ul
{
	color: #990000;
	font-weight: bold;
	margin: 0px 0px 20px 30px;
	padding: 0px;
}

#contact-form li
{
	margin: 0px;
	padding: 0px;
}

#contact-form .email-sent
{
	font-weight: bold;
	color: #fdff3e;
}

.submit-clear
{
	clear: right;
}

#content-inner .enlargebutton
{
	position: absolute;
	margin: 71px 0px 0px 62px;
}

#content-inner .detail-box .enlargebutton
{
	margin: 85px 0px 0px 91px;
}

.enlargebutton img
{
	border: 0;
	margin: 0;
}
