/*
	Name: Portland House Group LTD
	Date: February 2009
	Description: Global Style Sheet
	Version: 1.0
	Coder: Enrique Ramirez
	Coder URI: http://enrique-ramirez.com
*/

/* Imports
===============================================*/
@import url("reset.css");
@import url("global-forms.css");

/* Global Styles
===============================================*/
body {
	background: #ececec;
	color: black;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headers
-----------------------------------------------*/
h1, h2 {font-size: 1.286em}	/* 18px */
h3 {font-size: 1.214em}	/* 17px */
h4 {font-size: 1.143em}	/* 16px */
h5 {font-size: 1.071em}	/* 15px */
h6 {font-size: 1em}		/* 14px */

h1, h2, h3, h4, h5, h6 {color: #670031; line-height: 1.1; margin-bottom: .8em;}
	
/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #670031; text-decoration: underline;}
a:hover, a:active {text-decoration: none;}
	
/* Paragraphs
-----------------------------------------------*/
p {margin-bottom: 1.5em; font-size: .9em}

strong, b {font-weight: bold;}
strong.ques{color: #670031}
em, i {font-style: italic;}

/* Lists
-----------------------------------------------*/
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
	
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {
	margin: 0 0 1.5em 0;
}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes
-----------------------------------------------*/
blockquote {font-style: italic;}
cite {}

q {}

/* Tables
-----------------------------------------------*/
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}

/* Layout
===============================================*/
.contents {margin: 0 auto; width: 831px;}
.contents:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Header
-----------------------------------------------*/
#header {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.786em;
	padding: 28px 0 0 0;
}

#header .contents {
	background: #262626 url('../images/bg-header.png') no-repeat center top;
	color: #fff;
	height: 215px;
	overflow: hidden;
}

#header a:link, #header a:visited {color: #fff; text-decoration: none;}
#header a:hover, #header a:active,
#header .active a:link, #header .active a:visited {
	border-bottom: 1px solid #553C49;
	color: #e596bf;
}

	/* Logo */
	#logo {
		display: block;
		float: left;
		height: 71px;
		margin: 15px 0 15px 20px;
	}
	
	#header a#logo:hover, #header a#logo:active {border: 0;}
	
	/* Menu */
	#header .nav {
		float: right;
		list-style: none;
		margin: 73px 20px 0 0;
		text-transform: uppercase;
	}
	
	#header .nav li {
		border-right: 1px solid #fff;
		float: left;
		height: 1.1em;
		line-height: 1.1em;
		margin: 0 7px 0 0;
		padding: 0 7px 0 0;
	}
	
	#header .nav li:last-child {border: 0; margin: 0; padding: 0;}
	
	/* Image */
	#header img {display: block;}
	
	/*slideshow*/
	#slideshow{width: 831px; height: 120px; overflow: hidden }
/* Body
-----------------------------------------------*/
#body {background: url('../images/bg-body.png') repeat-y center center;}

	/* Sidebar */
	#sidebar {
		background: #6D0035 url('../images/bg-body.png') repeat-y left center;
		color: #fff;
		float: left;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 0.857em;
		width: 187px;
	}
	
	#sidebar a:link, #sidebar a:visited {
		border-bottom: 1px solid #9D4173;
		color: #f3f3f3;
		text-decoration: none;
	}
	#sidebar a:hover, #sidebar a:active {color: #bea2b1;}
	
	#sidebar h2 {
		background: url('../images/bg-sidebar-title.png') no-repeat bottom;
		color: #fff;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 1.333em;
		margin: 0 0 15px 0;
		padding: 10px 18px 15px 18px;
	}
	
	#sidebar h2 strong {
		color: #bea2b1;
		font-size: 1.25em;
		font-weight: normal;
	}
	
		/* Contact Us */
		#sidebar address {
			font-style: normal;
			line-height: 1.5;
			margin: 0 0 10px 0;
			padding: 0 18px;
		}
			
		#sidebar address .phone {
			background: url('../images/icons/ico-phone.gif') no-repeat center left;
			display: block;
			margin: 0 0 10px 0;
			padding: 0 0 0 20px;
		}
		
		#sidebar address .mail {
			background: url('../images/icons/ico-mail.jpg') no-repeat center left;
			padding: 0 0 0 20px;
		}
		
		#sidebar address a:link, #sidebar address a:visited {border: 0;}
		
		/* Sidebar Menu */
		#sidebar ul {list-style: none; margin: 0; padding: 0 18px 20px 18px;} 
		#sidebar ul li {margin: 0 0 .5em 0;}
		#sidebar ul a {text-transform: uppercase;}
		
	/* Content */
	#content {
		background: #fff;
		float: right;
		padding: 20px 87px 20px 20px;
		width: 522px;
	}
	
	#content ul{font-size: .9em}
	
	#content h2, #content h1 {
		border-bottom: 2px solid #b4b4b4;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 1.286em;
		margin: 0 0 10px 0;
		padding: 0 0 7px 0;
	}
	
	#content .left {border: 2px solid #d8d8d8; float: left; margin: 0 10px 5px 0;}
	#content .right {border: 2px solid #d8d8d8; float: right; margin: 0 0 5px 10px;}

/* Footer
-----------------------------------------------*/
#footer {
	background: url('../images/bg-footer.png') no-repeat center top;
	font-size: 0.857em;
	padding: 20px 0 35px 0;
	text-align: right;
}

#footer .contents {padding: 0 20px 0 0; width: 811px;}
	
/* Sections
===============================================*/
/* Why Use Us list */
ul.why {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 5px 0 0 0;
}

ul.why li {
	background: url('../images/icons/ico-check.gif') no-repeat 0 3px;
	margin: 0 0 .8em 0;
	padding: 0 0 0 20px;
}

ul.why strong {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}

.rightfl{float:right; margin: 0 0px 0 40px}

.clear{clear: both;}
.highlight {background-color: #eee; border: 1px solid #ccc; padding: 5px}
