/*
============================================================================
Flavors Of Passion AWARDS CSS
Created on 10.8.2008
By: www.theeyeworks.com
============================================================================
*/

html {
	margin:0;
	}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	background: #9C060B url(../images/html_bg.jpg) 0 0 repeat-x;
	}
p {
	padding:0;
	margin: 0 0 18px 0;
	line-height:18px;
	font-size:12px;
	color:#4D4D4D;
	}
h1 {
	font-size:30px;
	margin: 0 0 8px 0;
	color:#F15C40;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	}
h2 {
	font-size:16px;
	margin: 0 0 8px 0;
	color:#F15C40;
	font-family:Georgia, Times New Roman, Times, serif;
	}

a:link, a:visited {
	color:#92060A;
	text-decoration:none;
	}
a:hover, a:active {
	color:#92060A;
	text-decoration:underline;
	}
ul {
	margin: 0;
	padding: 0 0 0 25px;
	}
li {
    padding:0;
	margin: 0 0 15px 0;
	line-height:18px;
	font-size:12px;
	color:#4D4D4D;
	
	}

/* 
================================================================
Main CSS
================================================================
*/
#wrapper2 {
	width:400px;
	margin:0 auto;
	text-align:left;
	}

#wrapper {
	width:976px;
	margin:0 auto;
	text-align:left;
	}

#header {
	height:194px;
	position:relative;
	background: url(../images/header.jpg) 0 0 no-repeat;
	}
#logo {
	position:absolute;
	top:44px;
	left:43px;
	}

/* 
================================================================
Global Nav
================================================================
*/
#glbnav {
	padding: 72px 0 0 215px;
	}
#glbnav a:link, #glbnav a:visited {
	color:#6C6C6C;
	text-decoration:none;
	display:block;
	float:left;
	margin: 0 0 0 15px;
	font-weight:bold;
	font-size:14px;
	}
#glbnav a:hover, #glbnav a:active {
	color:#92060A;
	text-decoration:none;
	}



/* 
================================================================
Content
================================================================
*/
#content {
	background: url(../images/content_y_bg.jpg) 0 0 repeat-y;
	}
	
#content2 {
	background: url(../images/content_y_bg.jpg) 0 0 repeat-y;
	}
#text {
	background: url(../images/content_top_bg.jpg) 0 0 no-repeat;
	padding: 0 19px;
	}
#contentsub {
	height:20px;
	background: url(../images/content_bottom_bg.jpg) 0 0 no-repeat;
	}
.content {
	padding:50px 60px 20px 50px;
	background: url(../images/content_x_bg.gif) bottom left repeat-x;
	min-height:346px;
	height:100%!important;
	height:346px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	}

.btnmore {
	background: url(../images/btn_more.gif) 0 0 no-repeat;
	width:205px;
	height:44px;
	margin: 20px 0;
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	}

.btnmore a:link, .btnmore a:visited {
	width:205px;
	height:34px;
	color:#fff;
	display:block;
	font-size:18px;
	overflow:hidden;
	padding: 10px 0 0 0;
	}
.btnmore a:hover, .btnmore a:active {
	
	}
.insetimg {
	float:right;
	margin: -50px -61px 0 5px;
	}
.insetimg2 {
	float:right;
	margin: 0 0 15px 50px;
	/*border:6px solid #FFD24F;*/
	}
	
.awardeeimg {
	margin: 20px;
	border:4px solid #FFD24F;
	}


/* 
================================================================
Footer
================================================================
*/

#footer {
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	padding: 15px 0;
	}
#footer .fnav {
	float:left;
	padding: 0 0 0 16px;
	width:440px;
	}
#footer .fnav a:link, #footer .fnav a:visited {
	color:#ffffff;
	padding: 0 4px 0 4px;
	}
#footer .fnav a:hover, #footer .fnav a:active {
	
	}

#footer .fcopy {
	clear:left;
	float:left;
	padding: 16px 0 0 20px!important;
	padding: 0 0 0 20px;
	width:520px;
	}
#footer .flogo {
	float:right;
	padding: 0 20px 0 25px;
	}
#footer .faddress {
	float:right;
	border-right:1px solid #FFD24F;
	padding: 0 25px 0 0;
	}
	
	#footer .fcopy a:link, #footer .fcopy a:visited {
	color:#FFD24F;
	padding: 0 4px 0 4px;
	}
#footer .fcopy a:hover, #footer .fcopy a:active {
	
	}


/* 
================================================================
Common CSS
================================================================
*/

img { behavior: url(iepngfix.htc) }

img {
	border:0;
	}
.imgLeft {
	float: left;
	margin: 0 10px 0 0px;
	}
.imgRight {
	float: right;
	margin: 0 0 0 10px;
	}
.clear {
	clear:both;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.txtRight {
	text-align:right;
	}
