/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family:  Maiandra GD;
	font-color: #666
	font-size: 2 em;
	color: #666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(img/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px; 
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size:1em;
	line-height: 1.20em;
	float: left;
}

.content p {
	margin: 6px 0px 12px;
}
.products-list {

	margin: 20px auto 0;

	clear: both;

}
.browse_by_flavour .products-list {

	float: right;

	clear: none;

	width: 750px;

}

.products-list td {

	vertical-align: bottom;

	padding: 7px;

}
.browseProductContainer, 

.browseCollectionContainer,

.childCategoryContainer {
    text-align: center;
    h1: font-size: 2em;
	color: #666;
	width: 233px;
	background: transparent url( "" ) repeat-y center top;
	margin: 0 auto;
	background:  no-repeat center top;
	padding-top: 20px;
	margin: 0;
	background: transparent url( "" ) no-repeat center bottom;
	padding: 0 15px 35px;
	font-size: medium;
	font-weight: normal;

}
.browseProductImageContainer,

.childCategoryImageContainer {


	padding-top: 20px; 

}

.browseProductImageContainer a,

.childCategoryImageContainer a {

	display: block;	

}

}
h1 {
	margin: 0px;
	font-size: 1.25em;
	letter-spacing: 0.2em;
	color: #666;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1.0em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ffffff;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 2px solid #f6f399;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #f67e99;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #f67e99;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #000000;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #f67e99;
}
a:active {
	color: #f67e99;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 666666;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #666666;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
.style4 .style5 {
	font-size: 12px;
	font-style: italic;
}
span {
	color: #666;
}

.pad_t_b{padding:10px 0 10px 0;}


