/*
#######
#######  RESET  #######
#######
*/

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
#######
#######  GLOBAL + BODY  #######
#######
*/

body {
	margin: 25px 0 0 0;
	background: #000;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
}
.hidden {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}
.imgRight {
	float: right;
	margin: 0 0 0 25px;
}
.imgLeft {
	float: left;
	margin: 0 25px 0 0;
}
.flash {
	position: relative;
  	z-index: 0;
}

/*
#######
#######  HEADER  #######
#######
*/

#wrapper {
	width: 982px;
	margin: 0 auto;
}
#header {
	background: url("/global/img/logo.jpg") 50% 0 no-repeat;
	width: 100%;
	height: 88px;
	margin: 0 0 25px 0;
}
	#header span {
		visibility: hidden;
		display: none;
	}
#navMain {
	height: 39px;
	margin-bottom: 1px;
}
#navMain ul.sf-menu {
	list-style-type: none;
	float: right;
}
#navMain ul li.n1 {
	list-style-type: none;
	float: left;
}
/* LEVEL 1 */
	#navMain ul li a,
	#navMain ul li a:visited {
		display: block;
		color: #BCBCBC;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		width: 97px;
		line-height: 38px;
		text-decoration: none;
		height: 39px;
		background: url("/global/img/nav.png") 0 0 repeat;
		border-right: 1px solid #333;
	}
	#navMain ul li a:hover,
	#navMain ul li a.navOn {
		background: url("/global/img/nav.png") 0 -39px repeat;
		color: #333;
	}
/* LEVEL 2+ */
	#navMain ul li ul li ul li {
		border-left: 1px solid #767676;
	}
	#navMain ul li ul li a span {
		font-size: 120%;
		font-weight: bold;
	}
	#navMain ul li ul li a,
	#navMain ul li ul li a:visited {
		display: block;
		color: #000;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;
		background:	#9b9b9c;
		padding: 7px 10px;
		text-align: left;
		border-bottom: none;
		margin: 0;
		height: auto;
		line-height: 14px;
		width: 145px;
	}
	#navMain ul li ul li a:hover {
		background: #CCC;
		color: #000;
		border-bottom: none;
		margin: 0;
	}
	#navMain ul li ul li a.navOn {
		border-bottom: none !important;
		margin-bottom: 0px;
	}
/*
#######
#######  LANDING  #######
#######
*/

#landing {
	display: block;
	width: 981px;
	height: 573px;
	background: url("/global/img/landing_home.jpg") 0 0 no-repeat;
}
#landing a {
	display: block;
}
#landing a.l01 {
	position: relative;
	top: 500px;
	left: 129px;
	width: 216px;
	height: 55px;
}
#landing a.l02 {
	position: relative;
	top: 440px;
	left: 402px;
	width: 280px;
	height: 60px;
}
#landing a.l03 {
	position: relative;
	top: 380px;
	left: 740px;
	width: 216px;
	height: 55px;
}

/*
#######
#######  PAGE TEMPLATE  #######
#######
*/

#pageLayout {
	width: 981px;
	margin: 0 1px 0 0;
}

/* SIDEBAR */

#pageLayout #sidebar {
	width: 170px;
	vertical-align: top;
	padding: 10px;
	color: #061f3c;
}
#pageLayout .sidebar-home {
	background: #b7babe;
}
#pageLayout .sidebar-main {
	background: #ccc;
}

/* NON-NAVIGATION SIDEBAR */
	
	#pageLayout #sidebar .sidebar-content p {
		margin-bottom: 10px;
	}
	#pageLayout #sidebar .sidebar-content h2 {
		color: #000;
		font-size: 28px;
		line-height: 30px;
		font-style: italic;
		font-weight: bold;
		margin: 5px 0 20px 0;
	}
	#pageLayout #sidebar .sidebar-content h3 {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin: 5px 0 4px 0;
	}
	#pageLayout #sidebar .sidebar-content h3.homePadSidebar {
		margin-top: 260px;
	}
	#pageLayout #sidebar .sidebar-content ul {
		list-style-type: disc;
		margin-left: 15px;
	}
	#pageLayout #sidebar .sidebar-content li {
		margin: 3px 0;
		font-weight: bold;
	}
	#pageLayout #sidebar .sidebar-content a,
	#pageLayout #sidebar .sidebar-content a:visited {
		text-decoration: underline;
		color: #000;
	}
	#pageLayout #sidebar .sidebar-content a:hover {
		text-decoration: none;
		color: #000;
	}

/* NAVIGATION SIDEBAR */
	#pageLayout #sidebar .sidebar-content h2.blue {
		color: #000;
		margin-top: 10px;
	}
	#pageLayout #sidebar #sideNav ul {
		margin: 15px 0 0 0;
	}
	#pageLayout #sidebar #sideNav ul ul {
		margin: 15px 0 0 25px;
	}
	#pageLayout #sidebar #sideNav li {
		margin: 0 0 15px 0;
	}
	#pageLayout #sidebar #sideNav a:link, 
	#pageLayout #sidebar #sideNav a:visited {
		color: #000;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;
	}
	#pageLayout #sidebar #sideNav a:hover, 
	#pageLayout #sidebar #sideNav a.navOn {
		color: #F81C0C;
	}

/* CONTENT */

	#pageLayout #pageRight .pageSplash {
		height: 300px;
	}
	#pageLayout #pageRight {
		background: #fff;
		vertical-align: top;
	}
	#pageLayout #pageRight #content {
		padding: 20px;
		color: #061f3c;
	}
			#pageLayout #pageRight .hr hr {
				display: none;
				visibility: hidden;
			}
			#pageLayout #pageRight .hr {
				height: 1px;
				line-height: 1px;
				border-bottom: 1px dashed #061f3c;
				margin: 20px 0 24px;
			}
		#pageLayout #pageRight #content table {
			width: 100%;
			margin: 0 0 12px 0;
			line-height: 1.45em; 
		}
		#content table {
			width: 100%;
		}
		#content table td {
			width: 50%;
			text-align: center;
		}
		#content table.table-profile td {
			text-align: left;
			vertical-align: top;
		}
			#content table.table-profile td.table-profile-left {
				width: 35% !important;
			}
			#content table.table-profile td.table-profile-right {
				width: 65% !important;
			}
		#content table.table-left td {
			width: 50%;
			text-align: left;
		}
		#content table.table-list td {
			padding: 4px 0;
			border-bottom: 1px solid #eee;
		}
	#pageLayout #pageRight h1 {
		margin-bottom: 15px;
		font-weight: bold;
		color: #333;
		font-size: 150%;
	}
	#pageLayout #pageRight span.h2, 
	#pageLayout #pageRight h2 {
		font-weight: bold;
		color: #F81C0C;
		font-size: 120%;
	}
	#pageLayout #pageRight p {
		margin: 0 0 12px 0;
		line-height: 1.45em;
	}
	#pageLayout #pageRight em {
		font-style: italic;
	}
	#pageLayout #pageRight a:link,
	#pageLayout #pageRight a:visited {
		color: #117cfa;
		text-decoration: underline;
	}
	#pageLayout #pageRight ol li {
		margin: 12px 0 12px 18px;
		list-style-type: decimal;
		line-height: 1.45em;
	}
	#pageLayout #pageRight ul li {
		margin: 12px 0 12px 18px;
		list-style-type: square;
		line-height: 1.45em;
	}
	#pageLayout #pageRight .small {
		font-size: 90%;
	}
	#pageLayout #pageRight .selectNav {
		display: block;
		height: 30px;
		margin-bottom: 10px;
	}
	#pageLayout #pageRight #selectDrop {
		position: relative;
		top: 0px;
		height: 640px;
	}

	/* FAQs */
	
	dl.faqs dt span {
		margin: 5px 0;
		padding: 5px;
		background: #eee;
		cursor: pointer;
		color: #117cfa;
		font-weight: bold;
		font-size: 115%;
		line-height: 1.6em;
		display: block;
	}
	dl.faqs dt span:hover {
		background: #ccc;
	}
	dl.faqs dt strong {
		display: block;
		width: 15px;
		padding: 6px 0 0 5px;
		float: left;
		margin: 0 5px 0 0;
		font-size: 180%;
		color: #666;
	}
	dl.faqs dd {
		margin: 5px 0 0 15px;
	}

/*
#######
#######  INLINE  #######
#######
*/

.leftImage {
	width: 200px;
}
	.leftImage .image {
		padding: 3px;
		border: 1px solid #ddd;
	}
	.leftImage .caption {
		margin-left: 3px;
		display: block;
		font-weight: bold;
		color: #061f3c;
		line-height: 1.6em;
	}

.textBox {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #EEE;
}
strong {
	font-weight: bold !important;
}
.thumb-faq {
	float: right;
	margin: 0 0 25px 35px;
	padding: 3px;
	border: 1px solid #CCC;
	width: 175px;
	height: 175px;
}
.thumb {
	float: right;
	width: 178px;
	margin: 0 0 25px 35px;
}
	.thumb a {
		display: block;
		width: 175px;
		height: 175px;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		float: right;
		padding: 3px;
		border: 1px solid #CCC;
		margin: 0 0 5px 0;
	}
	.thumb a:hover {
		background-color: #FFF;
		border: 1px solid #F81C0C;
	}
		#dvz01 a { background-image: url("/global/img/img_dvz01_thumb.jpg"); }
		#space01 a { background-image: url("/global/img/img_space01_thumb.jpg"); }
		#space02 a { background-image: url("/global/img/img_space02_thumb.jpg"); }
		#space18 a { background-image: url("/global/img/img_space18_thumb.jpg"); }
		#space19 a { background-image: url("/global/img/img_space19_thumb.jpg"); }
		#arch01 a { background-image: url("/global/img/img_architecture01_thumb.jpg"); }
		#audioport01 a { background-image: url("/global/img/img_audioport01_thumb.jpg"); }
	.thumb p {
		font-size: 11px;
		font-weight: bold;
	}
.imgBox {
	display: block;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}
.readMore {
	font-weight: bold;
	text-decoration: none !important;
}
	.readMore:hover {
		color: #000 !important;
	}
.buynow a:link, .buynow a:visited {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background: #e6e9ef;
	padding: 15px 0;
	color: #f81c0c !important;
	border: 1px dashed #496284;
}

/*
#######
#######  FORMS  #######
#######
*/

#form {
	margin-left: 50px;
}
#form label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
#form .field {
	color: #333;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #FFF url("/global/img/fieldbg.gif") repeat-x top;
	padding: 4px 2px;
	font-size: 100%;
	width: 350px;
	font-family: Arial, Verdana, Sans-Serif;
}

/*
#######
#######  FOOTER  #######
#######
*/

#footer {
	text-align: center;
	color: #BCBCBC;
	font-size: 80%;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
	#footer ul {
		list-style-type: none;
		margin: 0;
	}
		#footer ul li {
			display: inline;
			list-style-type: none;
			margin: 0 4px;
			text-align: left;
			float: left;
		}
		#footer ul li a,
		#footer ul li a:visited {
			color: #BCBCBC;
			text-decoration: none;
		}
		#footer ul li a:hover {
			color: #F81C0C;
			text-decoration: none;
		}