* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:940px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#231214;
	text-transform:uppercase;
	background-color: #FBFAF8;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:940px; 
	margin:0 auto;
	font-size:.69em;
}

#header {
	height:365px;
	overflow:hidden;
}
	#content .mainContent {
		float:left;
		width:625px;
		margin-right:1px;
	}

#content2 .mainContent2 {
		float:left;
		width:625px;
		margin-right:1px;
	}
	
	#content .aside {
		float:left;
		width:312px;
	}
#footer {
	padding:27px 0 40px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
	text-transform:none;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#CEA78A;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:18px;
	color:#000;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:18px;
}
	h2.alt {
		background:#fff;
		color:#f5054e;
	}
h3 {
	font-weight:bold;
	color:#CEA78A;
	font-size:13px;
	text-transform: none;
}
h5 {
	font-size:13px;
	color:#CEA78A;
}
h6 {
	font-size:1em;
	font-weight:normal;
	color:#000;
}


.txt1 {
	color:#fff;
}

h1 {
	font-size:18px;
	color:#000;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:18px;
}

.link1 { 
	background:url(images/arrow1.gif) no-repeat 100% 5px;
	padding:0 7px 0 0;
	color:#000;
}
	

.button { 
	float:left;
	background:#f5054e;
	color:#fff;
	display:block;
	position:absolute;
	padding:7px 14px;
	bottom:0;
	left:26px;
	text-decoration:none;
}
.button:hover {
	background:#000;
}

.button1-wrap {
	border-bottom:1px solid #f5054e;
	height:32px;
}
	.button1-wrap a {
		background:#f5054e;
		color:#fff;
		padding:7px 14px;
		float:left;
		text-decoration:none;
	}
	.button1-wrap a:hover {
		background:#000;
	}





.list1 dt {
	font-weight:bold;
	color:#CEA78A;
	font-size:13px;
	text-transform: none;
}
.list1 dd {
	padding-bottom:24px;
	width:100%;
	overflow:hidden;
	position:relative;
	text-transform: none;
}
	.list1 dd a {
		color:#968e8f;
		text-decoration:none;
		display:block;
	}
	.list1 dd a:hover {
		color:#fff;
	}
	.list1 dd span {
		background:url(images/marker.gif) no-repeat 0 0;
		width:16px;
		line-height:16px;
		display:inline-block;
	}
	.list1 dd a:hover span {
		background-position:0 -16px;
	}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .inner { 
		padding:22px 30px 60px 26px;
		position:relative;
	}
	.box .inner1 { 
		padding:20px 30px 30px 26px;
	}
	.box .inner2 { 
		padding:22px 30px 38px 26px;
		position:relative;
	}
	
	
	.box .list1 dd a {
		color:#000;
	}
	.box .list1 dd a:hover {
	color:#CEA78A;
	}
		.box .list1 dd a span {
			background:url(images/marker1.gif) no-repeat 0 0;
		}
		.box .list1 dd a:hover span {
			background-position:0 -16px;
		}


.box1 {
	background:#8b8686;
	width:100%;
	color:#fff;
}
	.box1 .inner { 
		padding:22px 25px 60px 26px;
		position:relative;
	}
		.box1 .button {
			background:#fff;
			color:#000;
		}
		.box1 .button:hover {
			background:#000;
			color:#fff;
		}

.box2 {
	background:#2d2b2b;
	width:100%;
	color:#968e8f;
}
	.box2 .inner { 
		padding:20px 20px 40px 26px;
		position:relative;
	}
		.box2 h3 {
			color:#fff;
		}
		.box2 .link1 {
			background:url(images/arrow2.gif) no-repeat 100% 5px;
			color:#fff;
		}
		.box2 h2.alt {
			color:#000;
		}





/*===== header =====*/
#header .row-1 {
	height:246px;
	overflow:hidden;
}
	#header .logo {
		padding:62px 0 0 0;
	}
		#header .logo  {
			font-size:79px;
			line-height:1.2em;
			color:#f1eeee;
			font-family:"Arial Black", Gadget, sans-serif;
			letter-spacing:-4px;
		}
			#header .logo  a {
				color:#f1eeee;
				text-decoration:none;
			}
				#header .logo  a strong {
					font-size:139px;
					color:#f5054e;
					font-family:Arial, Helvetica, sans-serif;
					display:block;
					float:left;
					line-height:1em;
					margin-top:-15px;
				}
		
		#header .logo span {
			color:#5d5959;
			text-decoration:none;
			font-size:20px;
			line-height:1.2em;
			margin-top:-10px;
			display:block;
		}
#header .row-2 {
	height:65px;
	overflow:hidden;
}
		#header .nav li {
			float:left;
			padding-right:1px;
		}
			#header .nav li a {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:99px;
	padding:0 29px 0 30px;
	float:left;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
			}
			#header .nav li a:hover, #header .nav li a.current {
	background:#CEA78A;
			}

#header .ad-links {
	float:left;
	width:700px;
	padding:15px 0 15px 0;
	margin-right:1px;
	background:url(images/header-bg1.png);
}
	#header .ad-links li {
		display:inline;
		color:#000;
	}
		#header .ad-links li a {
			color:#000;
			text-decoration:none;
			padding:0 16px 0 13px;
		}
		#header .ad-links li a:hover {
			text-decoration:underline;
		}

/*===== content =====*/
#content .bg {
	background:#2d2b2b;
}
	
	.slider {
		padding-bottom:25px;
	}
	
		div#feature_list {
			width: 940px;
			height: 451px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			right: 1px;
			z-index: 2;
			width: 312px;
		}

		ul#tabs li {
			font-size: 11px;
			width:100%;
			overflow:hidden;
			padding-bottom:1px;
		}
			ul#tabs li a {
				color:#8e8c8c;
				text-decoration:none;
				background:#010101;
				display:block;
				cursor:pointer;
				height:112px;
			}
				ul#tabs li a span {
					display:block;
					padding:10px 30px 0 0;
				}
				ul#tabs li a em {
	display:inline-block;
	color:#CEA78A;
	font-style:normal;
	margin-top:18px;
				}
				ul#tabs li a i {
					color:#fff;
					font-style:normal;
				}
		
		ul#tabs li img {
			float: left;
			margin: -10px 15px 0 0;
		}
		

		ul#tabs li a:hover {
			text-decoration: underline;
		}
			ul#tabs li a:hover em {
				color:#000;
			}

		ul#tabs li a.current {
	color: #FFF;
	background:#CEA78A;
		}
			ul#tabs li a.current em {
				color:#000;
			}

		ul#tabs li a.current:hover {
			text-decoration: none;
		}

		ul#output {
			position: relative;
			width:626px;
			height:451px;
			float:left;
		}

		ul#output li {
			position: absolute;
			width: 626px;
			height: 451px;
		}
	
	
	.section {
		padding-bottom:1px;
	}
	
	
	.img-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:27px;
	}
		.img-list li img {
			float:left;
			margin-right:27px;
		}
	
	
	.articles li {
		background:url(../images/title-bg.jpg);
		padding:9px 30px 8px 15px;
		left:20px;
		position:relative;
	}
		.articles li a {
			display:block;
			color:#fff;
			text-decoration:none;
			background:url(../images/bull-1.gif) no-repeat 0 6px;
			padding:0 0 0 12px;
		}
		.articles li a:hover {
			text-decoration:underline;
		}
	.articles li.odd {
		background:#f5054e;
		left:0;
	}
	
	
	.collections {
		width:100%;
		overflow:hidden;
		padding-bottom:4px;
	}
		.collections li {
			float:left;
			width:186px;
			margin-right:6px;
		}
		.collections li.last {
			margin-right:0;
		}
			.collections li p {
				margin-bottom:22px;
			}
	
	
	.experts li {
		width:100%;
		overflow:hidden;
		background:#898585;
		color:#fff;
		margin-bottom:1px;
	}	
		.experts li img {
			float:left;
			margin-right:16px;
		}
		.experts li h6 {
			padding-top:15px;
		}
		.experts li a {
			color:#000;
			text-decoration:none;
		}
		.experts li a:hover {
			color:#fff;
			text-decoration:underline;
		}
	
	
		
		
		

/*===== footer =====*/
#footer {
	color:#CEA78A;
	text-align: center;
}
	#footer a {
	color:#CEA78A;
	text-decoration:none;
	}
		#footer a:hover {
			text-decoration:underline;
		}
		
	
	#footer .nav {
		padding-bottom:12px;
	}
	#footer .nav li {
		display:inline;
		padding-right:15px;
	}
		#footer .nav li a {
			color:#898585;
			text-decoration:none;
		}
		#footer .nav li a:hover, #footer .nav li a.current {
			color:#CEA78A;
			text-decoration:none;
		}
	
	


/*----- forms -----*/
#search-form {
	float:right;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input.text {
			background:url(images/search-bg.png) 0 0 repeat-x;
			padding:17px 4px 17px 19px;
			border:none;
			color:#747273;
			text-transform:uppercase;
			width:240px;
		}
		#search-form input.submit {
			background:url(images/submit.gif) no-repeat 0 0;
			width:50px;
			height:48px;
			border:none;
			cursor:pointer;
		}

/*==========================================*/

/*-----------------navigation styles begin here------------------*/
#navbar{
	height:63px;
	width:960px;
	display: block;
	z-index:1000000;
	color: #FFFFFF;
} 

#nav, #nav ul {
	list-style: none;
	line-height: 60px;
	color: #212677;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}

* html #nav, #nav ul {
	margin-top:-5px;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 1px 14px;
	color: #FFFFFF; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
	background-color: #2d2b2b;
	margin-right: 5px;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
	margin: 0;
	line-height:20px;
	z-index:1000000;
}
#nav li li {
	padding: 0;
	width: 100%; 
	background-image: none;
	z-index:1000000;;
}
#nav li ul a {
	padding: 5px 8px;
	width: 172px;
	* html width: 100px;
	background-image: none;
	z-index:1000000;
	background-color: #CCCCCC;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 100px;
	background-image: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-image: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-image: none;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #CEA78A;
	background-image: none;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	color: #fff;
	background-image: none;
	background-color: #999;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #f00;
}
/*-----------------navigation styles ends here------------------*/
	

/*---------form style-----------*/

label{
	float: left;
	width: 100px;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 3px;
}
#el08 {
	width: 150px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	display: block;
	font-size: 12px;
	background-color:#000000;
}

#submitbutton {
	margin-top: 75px;
	width: 150px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin-left: -300px;
	float: left;
}


.form-container {
	width:350px;
	padding-top:5px;
	float:left;
}


/*-------Gallery--------*/

.leftside {
	float: left;
	width: 210px;
}

.leftside2 {
	float: left;
	width: 210px;
}

.leftside3 {
	float: left;
	width: 210px;
}

.rightside {
	float: left;
	width: 210px;
}


.image-holder
{
	padding-right: 15px;
	padding-left: 15px;
	height: 230px;
	width: 154px;
	float: left;
	text-align: center;
}

.image-holder-bottom
{
	padding-right: 15px;
	padding-left: 15px;
	height: 230px;
	width: 154px;
	float: left;
	text-align: center;
}

.gallery-top {
	padding-bottom: 50px;
	height: 230px;
}

.gallery-bottom {
	padding-left: 90px;
}

.content-guide {
	padding-left: 70px;
	width: 960px;
 }


#leftcol {
	float: left;
	width: 350px;
}

#rightcol {
	width: 400px;
	float: left;
	padding-left: 125px;
}



