/* CSS Document */

body {
	margin: 0;
	padding: 0;
	max-width: 100% !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #36372f;
}
a {
	outline: none;
}
a:link {
	color: #e38b1d;
}
a:visited {
	color: #e38b1d;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1, h2, h3, h4, h5, h6, label, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #36372f;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100% !important;
	height: auto;
	max-width: 100%;
	background-color: #f6f2e4;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 100% !important;
	overflow: auto;
	overflow: hidden;
}

/*---------- Header ----------*/

#header {
	width: 100%;
	max-width:100% !important;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fefff9;
	border-bottom: 5px solid #f2a814;
	padding: 5px 0px 5px 0px;
}
#header .logo {
	width: 121px;
	height: 39px;
	margin: 0px 0px 10px 5px;
	background-image: url(../images/portrave_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header .logo img, #header .logo a  {
	display: none;
}

/*------- Main Menu -------*/

#header #main_menu {
	/*width: 573px;*/
	width: auto;
}
#header #main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #main_menu ul li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #eda413;
	line-height: 18px;
	display: inline;
	padding-left: 10px;
}
#header #main_menu ul li a {
	color: #eda413;
	text-decoration: none;
}
#header #main_menu ul li a:hover {
	color: #eda413;
}

/*---------- Banner ----------*/

#banner {
	width: 100%;
	max-width:100% !important;
	margin-bottom: 10px;
	background-color: #2e271d;
	border-bottom: 1px solid #2e271d;
}
#banner h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	letter-spacing: .4pt;
	color: #dad4ba;
}
#banner h1 span {
	color: #e38b1d;
}

#display {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*---------- Highlight Box ----------*/

.highlitebox {
	width: 100%;
	padding: 0px;
	margin-bottom: 1px;
	background-color: #ece7ca;
}
.highlitebox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	color: #373026;
	padding: 5px 5px 0px 5px;
}
.highlitebox h2 img {
	display: none;
}
.highlitebox p {
	margin: 0;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
	color:#322a1f;
}
.highlitebox p a {
	font-weight: bold;
	text-decoration: none;
}

/*---------- Content ----------*/

#content {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #c4c0ad;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	text-transform: capitalize;
	color: #0c0600;
	padding:0px 5px 0px 5px;
}
#content h1 span {
	color: #f6a400;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #a36629;
	border-bottom: 1px solid #d8d5c8;
	padding:0px 5px 0px 5px;
}
#content p {
	text-align: justify;
	line-height: 18px;
	padding:0px 5px 0px 5px;
}
#content li {
	list-style: none;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
}

/*---------- Sidebar ----------*/

#sidebar {
	width: 100%;
	margin: 0px 0px 10px 5px;
}
#contact {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}
#contact .top, .bottom img {
	display: none;
}
#contact .midpart {
	width: 100%;
}
#contact h1 {
	font-size: 1.3em;
	margin: 0px 0px 8px 5px;
	color: #000;
}
#contact h1 img {
	display: none;
}
.labelist {
	width: 100%;
}
.textfield {
	width:80%;
	border: 1px solid #d8d5c8;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}
.textarea {
	width:80%;
	height: 52px;
	border: 1px solid #d8d5c8;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}

/*---------- Dropline ----------*/

.dropline {
	width: 100%;
	background-color: #29221c;
	padding: 10px 5px;
}
.dropline .box {
	width: 95%;
}
.dropline .box h1 {
	color: #f6a400;
	font-size: 1.45em;
}
.dropline .box p {
	line-height: 16px;
	text-align: justify;
	color: #d9d1b7;
}
.dropline .box .more {
	font-weight: bold;
	color: #f6a400;
	cursor: pointer;
}

/*---------- Footer ----------*/

#footer {
	width: 100%;
	max-width:100%!important;
	border-top: 1px solid #514437;
	background-color: #29221c;
}
#footer p {
	width: auto;
	padding: 0;
	color: #9b9189;
	padding-left: 8px;
}
#footer p span {
	font-size: 11px;
	line-height: 25px;
}
#footer a {
	color: #9b9189;
	text-decoration: none;
	cursor: pointer;
}
#footer a:hover {
	color: #CCCCCC;
}
.follow {
	width: 100%;
	font-family: "Times New Roman", Times, serif, Tahoma;
	font-size: 1.8em;
	color: #9b9189;
	margin: 8px;
}
.follow img {
	vertical-align: middle;
	width: 25px;
	width: 25px;
	margin-left: 5px;
}
#footbg {
	background: url(../images/footerbg.gif) repeat-x left bottom;
	max-width:100%!important;
}

/*---------- Inside Pages ----------*/

#wrapsub {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100% !important;
	height: auto;
	background-color: #f6f2e4;
}
.sevice_place {
	width:100%;
}
.sevice_place .box {
	width: 100%;
}
.sevice_place .space {
	display: inherit;
}
.sevice_place .box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5e320b;
	padding: 15px 0px 0px 20px;
	margin: 0px;
}
.sevice_place .box li a {
	color: #36372f;
	text-decoration: none;
}
.sevice_place .box li a:hover {
	color: #996600;
}

/*---------- PopUP ----------*/

.contact {
	display: none;
}


table {
	width: 100%;
	padding: 0px 5px 0px 5px;
}
table tr td {
	display:list-item;
	list-style: none;
}
table tr td img {
	border: 1px solid #CCCCCC;
}
table tr td a {
	cursor: default;
}
.wecan {
	display: none;
}

/*---------- Submit Brief ----------*/

.submitbrief {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #36372f;
	padding-left: 5px;
}
.submitbrief .listlabel {
	width:100%;
}

iframe {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

