/*tradional qi style sheet. Created on 28/12/09 by Spaceman web design. Traditional Qi - copyright 2009.*/

body {
	margin: 0;
	padding: 0;
	font-size:100%; 
	font-family:arial, verdana;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1em;
	color: #636363;
}

.hide {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

h2, .colorme {
	color: #9883bc;
}

h4 {
	padding: 0 0 0 15px;
	margin: 0;
}

a {
	color: #363636;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
} 

#header {
	width: 100%;
	min-width: 990px;
	height: 203px;
}

#headertext {
	padding: 30px;
	text-align: center;
	font-style: italic;
	width: 30%;
	float: right;
}

#logowrapper {
	width: 30%;
	height: 210px;
	margin: 0 0 0 20px;
	background-image: url(images/qi-banner.png);
	background-repeat: no-repeat;
	position: relative; 
    z-index: 1;
}

#navwrapper {
	width: 100%;
	height: 45px;
	background-color: #9883bc;
	border-top: 1px solid #826ba9;
	border-top: 1px solid #826ba9;
	position: relative; bottom: 80px;
}

#nav {
	width: 70%;
	float: right;
	min-width: 705px;
	max-width: 1200px;
}

#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	border-width: 1px 1px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	color: white; /*text color*/
	padding: 13px 15px 13px 15px;
	text-decoration: none;
	border-right: 1px solid #826ba9; /*divider between menu items*/
	border-left: 1px solid #bfb2d3;
}

#nav ul li a:visited {
	color: white;
}

#nav ul li a:hover, #nav ul li .current {
	color: white !important; /*text color of selected and active item*/
	padding-top: 13px; /*shift text down 1px for selected and active item*/
	padding-bottom: 13px; /*shift text down 1px for selected and active item*/
	background-color: #bfb2d3;
}

#container {
	width: 100%;
	min-width: 990px;
	max-width: 1100px;
	margin: auto;
	padding: 0;
	border-top: 1.5px solid #e3cdf4;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-x;
}

#container img {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
}

.content {
	width: 63%;
	font-size: .82em;
	color: #636363;
	margin: 0 0 0 35%;
	padding: 0;
}

.content p {
	padding: 0 30px 0 15px;
}

.content h2 {
	padding: 20px 30px 0 15px;
	margin: 0;
}

.content h3 {
	padding: 0 30px 0 15px;
	color: #9781b7;
}

.block a {
	margin: 20px 0 0 0;
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 12px 2px 12px 30px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	color: #9781b7;
	overflow: hidden;
	font-weight: bold;
}

.block a:hover {
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -182px;
	padding: 13px 2px 11px 30px;
}

.block-2 a {
	margin: 8px;
	width: 148px;
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 34px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	color: #9781b7;
	overflow: hidden;
}

.block-2 a:hover {
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -182px;
	padding: 13px 0 11px 34px;
}

.block-3 a {
	margin: 0;
	width: 148px;
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 34px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	color: #9781b7;
	overflow: hidden;
}

.block-3 a:hover {
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -182px;
	padding: 13px 0 11px 34px;
}

.contact, .contact-3, .block-2, .block-3 {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.contact-2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.contact-3 a {
	margin: 0;
	width: 148px;
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 34px;
	background-image: url(images/contact-button.png);
	background-repeat: no-repeat;
	color: #9781b7;
	overflow: hidden;
}
	
.contact a, .contact-2 a {
	margin: 8px;
	width: 148px;
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 34px;
	background-image: url(images/contact-button.png);
	background-repeat: no-repeat;
	color: #9781b7;
	overflow: hidden;
}

.contact a:hover, .contact-2 a:hover, .contact-3 a:hover {
	display: block;
	background-image: url(images/contact-button.png);
	background-repeat: no-repeat;
	background-position: -182px;
	padding: 13px 0 11px 34px;
}

.breadcrumb {
	font-size: .82em;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 35%;
	/*position: relative; bottom: 34px;*/
	background-image: url(images/breadcrumb-bg.png);
	background-repeat: no-repeat;
}

.breadcrumb a {
	color: #636363;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #363636;
}

.dvd {
	width: 60%;
	height: 170px;
	padding: 20px 0 20px 0;
	margin: 10px 0 15px 0;
	border: 2px solid #e3cdf4;
	background-color: #fafafa;
}

/*.dvd img {
	vertical-align: bottom;
}*/

.thanks {
	margin: 50px 0 30px 0;
}

#promoInner {
	width: 630px;
	height: 100px;
}

#promoInner ul {
	list-style-type: none;
	height: 96px;
	margin: 0;
	padding: 0;
}

#promoInner ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
}
	
#promoInner ul li img {
	float: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#promoInner ul li a {
	text-decoration: none;
	font-weight: bold;
	border: 3px solid #e3cdf4;
	padding: 42px 0 42px 5px;
	background-color: #fdfcff;
	background-image: url(images/promoInner.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#promoInner ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	border: 3px solid #9883bc;
	padding: 42px 0 42px 5px;
	background-color: #fdfcff;
}

#footerwrapper {
	width: 100%;
	margin: 0;
	background-image: url(images/footer-tile.png);
	background-repeat: repeat-x;
}

#footer {
	width: 95%;
	min-width: 990px;
	margin: auto;
	padding: 0;
	color: #aa99c5;
	font-size: .75em;
}

#footer ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 2%;
}

#footer a {
	color: #636363;
	text-decoration: none;
}

#footer a:hover{
	color: #363636;
}

#footer img {
	vertical-align: middle;
	padding: 0 10px 0 0;
}

#menu {
	width: 22%;
	float: right;
	margin: 20px 2% 20px 2%;
	padding: 0 1px 0 1px;
	border: 1px solid #826ba9;
	background-color: #9883bc;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	color: #ffffff; /*text color*/
	padding: 6px 0 6px 10px;
	text-decoration: none;
	background-color: #9883bc;
	border-top: 1px solid #bfb2d3;
	border-bottom: 1px solid #826ba9;
	font-size: .90em;
}

#menu ul li a:visited {
	color: #ffffff;
}

#menu ul li a:hover, #menu ul li .current {
	color: #ffffff; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 6px; /*shift text down 1px for selected and active item*/
	background-color: #bfb2d3;
	border-bottom: 1px solid #826ba9;
}

#promo {
	margin: 40px 0 0 0;
	padding: 10px 15px 20px 15px;
	background-image: url(images/promo.png);
	background-repeat: no-repeat;
}

#promo img {
	float: right;
	margin: 20px 20px 0 0;
}

.clearfloat {
	clear: both; 
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}

/*executive workshop page classes*/
.amber {
	color: #ef9c00;
}

.blue {
	color: #0469b3;
}

.red {
	color: #cf0021;
}

/*contact page classes*/
.call {
	color: #9780b8;
	font-size: 1.4em;
}

span {
	color: #363636;
	font-size: 1em;
	font-weight: bold;
}

/*misc*/

.listContent {
	padding: 0;
	margin: 0 0 10px 15px;
}

.heavy {
	color: #6c538b;
}

.noPadding {
	padding: 0;
	margin: 0;
	position: relative; bottom: 15px;
}

.moveDown {
	margin: 40px 0 0 0;
}

.list {
	margin: 0;
}

.move {
	margin: 0;
	padding: 0;
}

.heavier {
	color: #6f559d;
}