html, body{
	margin: 0px;
	width: 100%;
}
@font-face {
    font-family: 'GillSansStdRegular';
    src: url('fonts/gill-sans/gill-sans/gillsansstd-webfont.eot');
    src: url('fonts/gill-sans/gillsansstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gill-sans/gillsansstd-webfont.woff') format('woff'),
         url('fonts/gill-sans/gillsansstd-webfont.ttf') format('truetype'),
         url('fonts/gill-sans/gillsansstd-webfont.svg#GillSansStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GillSansStdLight';
    src: url('fonts/gill-sans/gillsansstd-light-webfont.eot');
    src: url('fonts/gill-sans/gillsansstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gill-sans/gillsansstd-light-webfont.woff') format('woff'),
         url('fonts/gill-sans/gillsansstd-light-webfont.ttf') format('truetype'),
         url('fonts/gill-sans/gillsansstd-light-webfont.svg#GillSansStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GillSansStdBold';
    src: url('gillsansstd-bold-webfont.eot');
    src: url('gillsansstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsansstd-bold-webfont.woff') format('woff'),
         url('gillsansstd-bold-webfont.ttf') format('truetype'),
         url('gillsansstd-bold-webfont.svg#GillSansStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
hr{
	border-top: #ccc 1pt solid;
	height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 6px 0px;
}
img{
	border: none;
}
iframe{
	border: none;
}
	
/** MASTER & CONTAINERS **/
#master{
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	color: #969696;
	background:#DFE2E5
}
#mContainer{
	width: 900px;
	height: 640px;
	overflow: hidden;
	margin: 30px auto 30px auto;
	background: #fff;
}
#cHeader{
	width: 100%;
	padding: 0px 0px 15px 0px;
	position: relative;
}
#cBody{
	width: 100%;
	display: table;
}
#cFooter{
	width: 100%;
	padding: 25px 0px 20px 0px;
	height: 15px;
	background: #fff url(../images/left-tip.gif) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7c1ca;
}

/** CONTENT **/
#cBody > .sidebar{
	float: left;
	width: 188px;
	padding: 20px 0px 0px 0px;
}
#cBody > .content{
	float: left;
	width: 75%;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.07em;
}
.colorbanner{
	display: block;
	height: 24px;
	width: 100%;
	/*background: #650360 url(../images/colorbanner.jpg) top left no-repeat;*/
}
.logo{
	display: table;
	margin: 5px 23px auto 23px;
	width: 350px;
}
#mMenu{
	font-family: 'GillSansStdRegular', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: auto 23px 50px 23px;
	list-style: none;
	letter-spacing: -0.005em;
	color: #CAB6C6;
}
#mMenu a{
	color: #CAB6C6;
	text-decoration: none;
}
#mMenu li{
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
}
#mMenu a:hover, #mMenu a.active{
	color: #f45312;
}
#mMenu .sub{
	padding: 0px;
	margin: 7px 0px 0px 25px;
	list-style: none;	
}
#mMenu .sub > li{
	padding: 0px 0px 5px 0px;
}
#mMenu .sub > li.last{
	padding: 0px 0px 0px 0px;
}
#cBody > .sidebar > div{
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	margin: auto 23px 10px 23px;
	font-size: 8.5pt;
	line-height: 1.6em;
}
.pageheader{
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	letter-spacing: 0.01em;
	color: #CAB6C6;
}
.header{
	color: #c1a7bb;
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#cBody > .content .header{
	color: #a4a4a4;
	font-size: 11pt;
}
#cHeader .pageheader{
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	padding: 0px;
	margin: 16px 0px 0px 0px;
	letter-spacing: 0.03em;
	position: absolute;
	right: 23px;
	top: 35px;
	color: #CAB6C6;
}
/* Form */
.forms > div{
	font-family: 'GillSansStdLight', Helvetica, Arial, sans-serif;
	display: table;
	margin: 0px 0px 12px 0px;
}
input[type="text"], textarea{
	border: none;
	background: #f1f1f1;
	padding: 3px;
	margin: auto 10px auto 0px;
	font-size: 9pt;
	color: #9e7495;
}
textarea{
	width: 612px;
	height: 60px;
	font-family: Helvetica, Arial, sans-serif;
}
input[type="text"]{
	width: 213px;
}
input.long{
	width: 318px;
}
input.short{
	width: 133px;
}
span.checklist{
	 display: block;
	 float: left;
	 margin: 0px 0px 6px 0px;
	 min-width: 250px;
}
div.checklist{
	width: 500px;
}
select{
	border: none;
	background: #f1f1f1;
	padding: 6px;
	margin: auto 0px auto 15px;
	font-size: 9pt;
	color: #9e7495;
	min-width: 150px;
}
.button{
	padding: 6px;
	background: #bab4bb;
	border: none;
	color: #fff;
	font-family: 'GillSansStdBold', Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
}
.droplist{
	margin: 0px 150px 0px 0px;
}
/* End Form */
#cFooter > .content{ 
	margin: 0px 0px;
	padding: 0px 25px;
	width: 90%;
	min-height: 24px;
	font-size: 8.5pt;
	display: table;
}
.links{
	float: right;
	display: block;
	position: relative;
	margin-top: -5px;
	border-left: #bab4bb 1pt solid;
	padding: 0px 0px 0px 10px;
}
table .imageview{
	height: 445px;
	width: 665px;
	overflow: hidden;
	display: block;
	vertical-align: top;
	padding: 15px 15px 20px 15px;
	position: relative;
}
.imageview > table{
	width: 670px;
	overflow: hidden;
	}
.imageview > table img{
	border: #ffffff 1pt solid;
	}
#cBody .imageview .header{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14pt;
	clear: both;
}
table .imageview .display-img{
	margin: auto;
	/*border: #000 dashed 1pt;*/
	height: 300px;
	overflow: hidden;
	}
table .imageview .display-img img{
	display: block;
	margin: auto;
	}
table .imageview .description{
	/*width: 220px;
	float: right;
	margin-left: 5px;*/
	font-size: 10.5pt;
}
.description img{
	display: block;
	margin: 0px auto 20px auto;
}
table .thumbs{
	padding: 10px;
	height: 52px;
}
.caption{
	margin: 0px 0px 10px 0px;
	clear: both;
}
.caption .subheader{
	font-family: 'GillSansStdRegular', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	font-weight: normal;
	/*width: 430px;*/
}
.caption .subheader span{
	color: #f45312;
}




#cBody table.section-box{
	height: 12px;
	margin-left: -6px;
	position: relative;

}
table.section-box a{
	display: block;
	width: 100%;
	height: 100%;
	}
table.section-box td{
	border: #CAB6C6 2pt solid;
	height: 15px;
	width: 15px;
}
table.section-box td:hover, table.section-box td.active{
	border: #f45312 2pt solid;
	background: #F45312
}
.square{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #CAB6C6;
	text-decoration: none;
}
.squarewhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
}








#cBody div.note{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #9b949e;
	border: #000;
	}
#cBody div.note a{
	color: #9b949e;
	text-decoration: none;
	}
#cBody div.note a:hover{
	color: #f45312;
	}
#holder{
	width: 633px;
	height: 75px;
	overflow: hidden;
	float: left;
	position: relative;
}
/* THUMBNAILS */
.thumbnails{
	position: relative;
	left: 0px;
	margin-left: 0px;
}
.thumbnails li{
	width: 100px;
	height: 60px;
	vertical-align: top;
	overflow: hidden;
}
.thumbnails li img{
	display: block;
	border: #9B949E 2pt solid;
}
.thumbnails li img:hover, .thumbnails li.active img{
	border: #f45312 2pt solid;
}
.nav{
	float: left;
	padding: 25px 0px 0px 0px;
	}
#left{
	margin-right: 5px;
}
#right{
	margin-left: 8px;
}
/* End Thumbnails */
#cBody .landing{
	font-size: 16pt;
	line-height: 1.3em;
	padding: 0px 5px 5px 5px;
	}
#cBody .smalltxt{
	font-size: 9pt;
	}
#cBody .noborder{
	border: none;
	}
#cBody .port-sample{
	display: block;
	width: 58px;
	float: left;
	}
#cBody table.portfolio{
	overflow: hidden;
	display: block;
	height: 483px;
	}	
#cBody .general{
	overflow: hidden;
	display: block;
	height: 480px;
	width: 700px;
	margin-bottom: +2px;
	/*border: #000 dashed 1pt;*/
	}	