/*
Title:      Styles for Partnerships 4 Business
Author:     Karinne Legault, kl@karinnelegault.com
Updated:    March 30, 2006
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: url(../i/background.jpg) #ccc repeat-y top;
}

/* ---| common elements |--------------------- */
h1, h2, h3 {
	font-size:16px;
	color:#3B1D3B;
	font-weight:bold;
	text-align:center;
}

p {
	margin: 8px 0;
	color: #484848;
}

a:link {
	color: #006F40;
}

a:visited {
	color: #996700;
}

a:hover {
	color: #6D656D;
}

a.portfolio:link, a.portfolio:visited, a.portfolio:hover, a.portfolio:active {
	color: #fff;
}

img {
	border: 0;
}

#logo h1 {
	display: none;
}

p.main {
	font-weight: bold;
}

#content ul, #fullcontent ul {
	margin-left: 30px;
}

/* ---| form elements |----------------------- */

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

legend {
    display: none;
}

input, textarea {
    margin: 0px;
    padding: 1px;
    font-family: Courier, monospace;
    font-size: 11px;
    border: 1px solid #999999;
}

span.cursor {
    cursor: pointer;
}

p#Error_msg {
    color: red;
}

span.required {
	color: red;
	font-weight: bold;
	font-size: 9px;
}

p.required {
	color: red;
	font-weight: bold;
}

/* ---| layout |------------------------------ */

#wrap {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

* html #wrap {
	width: 763px;
	w\idth: 760px;
}

#logo {
	width: 760px;
	height: 107px;
}

#logo #lleft {
	float: left;
	width: 200px;
	height: 107px;
	text-align: left;
}

#logo #lright {
	float: right;
	width: 345px;
	height: 107px;
	text-align: right;
	background: url(../i/logo/slogan.jpg) #fff no-repeat top right;
}

#header {
	background-color: #fff;
	width: 760px;
	height: 264px;
	text-align: right;
	margin-bottom: 5px;
}

#menu {
	float: left;
	width: 100px;
	height: 264px;
	background-color: #391c39;
	border-right: 2px solid #fff;
	border-left: 5px solid #fff;
	text-align: left;
}

* html #menu {
	width: 110px;
	w\idth: 100px;
}

#content {
	float: left;
	width: 520px;
	padding: 5px 10px 5px 5px;
}

* html #content {
	width: 535px;
	w\idth: 520px;
}

#sidebar {
	float: right;
	width: 215px;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

* html #sidebar {
	width: 225px;
	w\idth: 215px;
}

#fullcontent {
	width: 745px;
	padding-bottom: 15px;
	padding: 5px 5px 5px 5px;
}

* html #fullcontent {
	width: 760px;
	w\idth: 745px;
}

#simplenav {
	background-color: #663467;
	width: 100%;
	height: 23px;
	text-align: center;
}

/* ---| menu |-------------------------------- */
#menu ul {
	list-style: none;
	border: none;
}
		
#menu li {
	margin: 0;
}

#menu li a {
	display: block;
	text-decoration: none;
	border: 0;
	width: 100px;
	height: 48px;
	border-bottom: 3px solid #fff;
	margin: 0 auto;
}

#menu li a span {
	display: none;
}

#menu li a.company {
	background: url(../i/menu/company.jpg) no-repeat top center;
}
#menu li a.company:hover, #menu li a.cselected {
	background: url(../i/menu/company.jpg) no-repeat 50% -48px;
}

#menu li a.services {
	background: url(../i/menu/services.jpg) no-repeat top;
}
#menu li a.services:hover, #menu li a.sselected {
	background: url(../i/menu/services.jpg) no-repeat 50% -48px;
}

#menu li a.portfolio {
	background: url(../i/menu/portfolio.jpg) no-repeat top;
}
#menu li a.portfolio:hover, #menu li a.pselected {
	background: url(../i/menu/portfolio.jpg) no-repeat 50% -48px;
}

#menu li a.contact {
	background: url(../i/menu/contact.jpg) no-repeat top;
}
#menu li a.contact:hover, #menu li a.coselected {
	background: url(../i/menu/contact.jpg) no-repeat 50% -48px;
}
.livechat {position:absolute; top:46px; right: 100px;}