html {
	height: 100%;
	background: #002E55 url(../images/page/main-bg.gif) center no-repeat;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #002E55;
}
#container {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/page/stage-bg.gif) center no-repeat;
}
#stage {
	margin: 0 auto;
	width: 760px;
	height: 504px;
	text-align: left;
}
#stage table {
/*	border: 1px solid green;*/
}
#nav {
	padding: 20px 0 20px 0;
}
#nav a {
	padding: 10px 23px 10px 0;
}
#logo {
	float: right;
}

#breadcrumb {
	font-size: 11px;
	color: #005DAA;
	padding-bottom: 21px;
}
#breadcrumb a {
	font-weight: bold;
	color: #AAC9E3;
}

/* ----------- standard content ----------- */

#content {
	padding: 40px 30px 0 0;
}
#content img {
	margin: 3px 35px 20px 30px;
	border: 3px solid #002E55;	
}
h1 {
	margin: 0 0 24px;
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	color: #00AEF0;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	color: #768897;
	margin: 10px 0;
}
#viewlink, #viewlink a {
	text-align: right;
	font-size: 11px;
	color: #00AEF0;
}

/* ----------- portfolio catlist content ----------- */

#listingtable {
	margin: 0 20px 0 100px;
	padding: 0 0 0 20px;
/*	border: 1px solid pink;*/
}
#listingtable table {
	float: left;
	margin: 15px 40px 10px 0px;
}
#listingtable td {
	background: url(../images/portfolio/sample-vert.jpg) center no-repeat;
}
#listingtable th {
	text-align: center;
	font-weight: normal;
	width: 98px;
	line-height: 14px;
	padding-top: 4px;
	height: 50px;
/*	border: 1px solid pink;*/
	vertical-align: top;
}
#listingtable a img {
	border: 1px solid #002E55;
}
#listingtable a img:hover {
	border-color: #00AEEF;
}
#listingtable a {
	color: #002E55;
	text-decoration: none;
}
#listingtable a:hover {
	color: #00AEEF;
	text-decoration: underline;
}



/* ----------- portfolio detail content ----------- */

#thumbs {
	width: 170px;
/*	float: right;*/
	vertical-align: top;
}
#thumbs div {
	background: url(../images/portfolio/sample-th.jpg) center no-repeat;
	float: right;
	margin: 0 6px 15px 9px;
}
#thumbs a img {
	border: 1px solid #002E55;
}
#thumbs a img:hover {
	border-color: #00AEEF;
}
#showcase {
	text-align: center;
	height: 400px;
}
#showcase th {
	padding-bottom: 10px;
}
#showcase th img {
	border: 3px solid #002E55;
}


#contactdetails {
	margin: 4px 35px 0 30px;
	border: 3px solid #002E55;	
	background-color: #E5EEF6;
	width: 296px;
}
#contactdetails div {
	padding: 20px;
}
#contactdetails td {
	padding-right: 10px;
}




form {
	margin: 0;
}
form td {
	vertical-align: top;
}
input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	width: 190px;
}


a {
	color: #00AEF0;
}

.div {
	border: 1px solid pink;
}