/* @override 
	http://fashionfusionexpo.co.uk/css/styles.css
	http://fashionfusionexpo.co.uk/css.php?n=styles
	http://www.fashionfusionexpo.co.uk/css.php?n=styles
*/

/* @group Tags */

html, body {
	background: #e6e6e6;
	margin: 0;
	color: #333333;
	font: 0.95em/1.7em Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
}

a {
	color: #0e6f8c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 10px 0 20px;
	border-top: 1px solid #a6a6a6;
	font: normal normal 1.6em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

h2 {
		padding: 10px 0 36px;
	border-top: 1px solid #a6a6a6;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;}

h3 {
	padding: 10px 0 36px;
	border-top: 1px solid #a6a6a6;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

h4 {
	text-transform: uppercase;
	font-size: 1em;
	padding: 0;
	margin: 20px 0 10px;
	font-weight: normal;
	font-style: normal;
}

h5 {
	padding: 10px 0 40px;
	border-top: 1px solid #a6a6a6;
	font: normal normal 1.6em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	color: #a6a6a6;
}

h6 {
	font-size: 1em;
	border-top: 1px dotted #a6a6a6;
	margin: 40px 0 -4px;
	padding: 0;
}

input {
	margin: 5px 0 10px;
}

/* @end */

#Main {
	width: 960px;
	background: #ffffff;
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height:auto !important;
	border: 4px solid #cccccc;
	padding: 4px;
}

/* @group Header */

#Header {
	height: 147px;
	width: 960px;
	display: block;
	position: relative;
}

#Logo {
	position: absolute;
	top: 16px;
	left: 20px;
}

#HeaderNav {
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	text-align: right;
	width: auto;
	height: 20px;
}

#HeaderNav a {
	margin-left: 35px;
}

#HeaderText {
	position: absolute;
	right: 20px;
	display: block;
	text-align: right;
	bottom: 20px;
	width: auto;
	height: 18px;
}

/* @end */

/* @group TopNav */

#TopNav {
	width: 960px;
	height: 29px;
	background: #000000 url(../images/nav-back.gif) no-repeat;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

#TopNavMain a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 0.9em;
	padding: 3px 20px 0;
}

#TopNavMain a:hover {
	background-color: #0e6f8c;
	text-decoration: none;
	height: 26px;
}

#TopNavEnd a {
	display: block;
	position: absolute;
	right: 0;
	font-size: 0.9em;
	color: #ffffff;
	width: 104px;
	height: 26px;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 36px;
	background-attachment: fixed;
}

#TopNavEnd a:hover {
	background: url(../images/nav-back-contact.gif) right;
	text-decoration: none;
}

#NavOn {
	color: #ffffff;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	font-size: 0.9em;
	background-color: #69a014;
	text-decoration: none;
	height: 27px;
}

.NavOn {
	color: #ffffff;
	display: block;
	float: left;
	background-color: #69a014;
	text-decoration: none;
	padding-top: 0;
	height: 29px;
}

/* @end */

/* @group PageTop */

#PageTop {
	margin-bottom: 30px;
}

#PageBody {
	width: 960px;
	height: auto;
	position: relative;
}

/* @end */

/* @group SubNav */

#LeftOptions {
	width: 300px;
	display: block;
	position: relative;
	float: left;
	height: auto;
	margin-right: 30px;
}

#PressPasses {
	width: 279px;
	display: block;
	position: relative;
	height: auto;
	border-bottom: 1px dotted #a6a6a6;
	padding: 0 0 30px;
	margin: 0;
}

#PressPasses p {
	margin: -23px 0 0;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#PressPasses h3 {
	padding-left: 20px;
}

#SubNav {
	width: 300px;
	display: block;
	position: relative;
	min-height: 400px;
	margin-right: 30px;
	float: left;
}

#SubNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SubNav a {
	width: 280px;
	display: block;
	padding-left: 20px;
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 3px;
}

#SubNav a:hover {
	text-decoration: none;
	color: #ffffff;
	background: url(../images/subnav-back.gif) no-repeat;
}

.active a {
	width: 300px;
	display: block;
	height: 28px;
	text-decoration: none;
	color: #ffffff!important;
	background: url(../images/subnav-back-on.gif) no-repeat;
}

#SubNavOn {
	width: 300px;
	display: block;
	height: 28px;
	text-decoration: none;
	color: #ffffff!important;
	background: url(../images/subnav-back-on.gif) no-repeat;
	margin: 0;
	padding-left: 20px;
	padding-top: 2px;
}

/* @end */

/* @group HomePanel */

#HomePanel {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-bottom: expression("2px");
	height: 337px;
	width: 990px;
	display: block;
	position: relative;
	padding: 0;
}

#HomePanelText {
	display: block;
	position: absolute;
	z-index: 1;
	top: 127px;
	top: expression("140px");
	left: 510px;
	width: 360px;
	color: #ffffff;
}

#HomePanelText strong {
	color: #ffffff;
}

#HomePanelText li {
	line-height: 1.4em;
	color: #ead2c3;
	margin-bottom: 5px;
}

#HomePanelText img {
	display: block;
	position: absolute;
	left: 170px;
	bottom: -35px;
}

/* @end */

/* @group Article */

#Article {
	width: 470px;
	position: relative;
	left: 0;
	display: inline-block;
	min-height: 500px;
	margin-bottom: 60px;
}

#ArticlePress {
	width: 470px;
	position: relative;
	left: 0;
	display: inline-block;
	min-height: 500px;
	margin-bottom: 60px;
	
}

#ArticlePress p {
	font-size: 0.9em;
	line-height: 1.5em;
}

#ArticlePress h1 {
	border-top-style: dotted!important;
}

#SubNavDivider {

	margin: 20px 0 0;
	padding: 0 0 0 20px;
	width: 259px;
	border-bottom: 1px dotted #a6a6a6;
}

#Article p {
	font-size: 0.9em;
	line-height: 1.5em;
}

#Article img
 {
	margin: 10px 0 0;
}

#ArticlePress img
 {
	margin: 10px 0 0;

}

#ArticleGallery {
	width: 470px;
	position: relative;
	left: 0;
	display: inline-block;
	min-height: 500px;
	margin-bottom: 60px;
}

#ArticleGallery img {
	border: 1px solid silver;
	margin-right: 10px;
}

.rssThumbFloat {
	display: block;
}

.cap {
	position: relative;
	display: inline-block;
	top: -91px;
}

.PublishedDate {
	color: #a9a9a9;
	padding: 0;
	margin-top: -20px;
	margin-bottom: 40px;
}

.EntryContent ul {
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.EntryContent li {
	margin: 0;
	padding: 0;
}

.FormButton {
	font-size: 1em;
}

/* @end */

/* @group RightOptions */

#RightOptions {
	width: 130px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#RightOptions a {
	display: block;
	margin-bottom: 8px;
	font-size: 0.9em;
	margin-top: 4px;
}

#RightOptions img {
	margin-bottom: -3px;
	padding-right: 5px;
}

/* @end */

/* @group HomePods */

#HomePods {
	width: 960px;
	height: 164px;
	margin: 0 0 4px;
	padding: 0;
}

.PodRight {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

#HomePod01 {
	width: 277px;
	height: 124px;
	padding: 20px;
	display: block;
	float: left;
	position: relative;
}

#HomePod02 {
	width: 278px;
	height: 124px;
	padding: 20px;
	display: block;
	float: right;
	position: relative;
}

#HomePod03 {
	width: 277px;
	height: 124px;
	padding: 20px;
	display: block;
	float: right;
	margin-left: 4px;
	position: relative;
}

.PodWords {
	font-size: 0.9em;
	line-height: 1.35em;
	margin-top: -13px;
	display: block;
	position: absolute;
	width: 160px;
	top: 71px;
	left: 20px;
	padding: 0;
}

.ReadMore {
	display: block;
	position: absolute;
	width: 100px;
	padding: 0;
	margin: 0;
	top: 65px;
}

/* @end */

/* @group Footer */

#Footer {
	width: 960px;
	height: 300px;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0;
	display: block;
	position: relative;
	margin: 0;
	background-color: #f2f2f2;
}

#Footer .active a {
	background-image: none;
	height: 20px;
	color: #0e6f8c!important;
}

#Footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Footer01 {
	width: 277px;
	height: 124px;
	padding: 0 20px 20px;
	display: inline-block;
	float: left;
}

#Footer02 {
	width: 278px;
	height: 124px;
	padding: 0 20px 20px;
	display: inline-block;
	float: right;
}

#Footer03 {
	width: 277px;
	height: 124px;
	padding: 0 20px 20px;
	display: inline-block;
	float: right;
	margin-left: 4px;
}

#FooterBase {
	width: 960px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 0;
	padding-left: 20px;
	color: #b2b2b2;
	padding-top: 5px;
	background: url(../images/footer-bottom.gif) no-repeat;
	left: 0;
}

#FooterBase a {
	display: block;
	position: absolute;
	bottom: 4px;
	color: #b2b2b2;
	left: 341px;
}

/* @end */

