* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:940px;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 50% 0 #090001; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#231214;
	text-transform:uppercase;
}

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:411px;
	overflow:hidden;
}
	#content .mainContent {
		float:left;
		width:625px;
		margin-right:1px;
	}
	#content .aside {
		float:left;
		width:312px;
	}
#footer {
	padding:27px 0 20px 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;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ff3366; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	background:url(images/title-bg.jpg) 0 0 repeat-x;
	font-size:18px;
	color:#fff;
	line-height:1.2em;
	font-weight:normal;
	padding:0 0 0 27px;
	height:53px;
	line-height:53px;
}
	h2.alt {
		background:#fff;
		color:#ff3366;
	}
h3 {
	font-size:18px;
	color:#000;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:18px;
}
h5 {
	font-size:13px;
	color:#ff3366;
}
h6 {
	font-size:1em;
	font-weight:normal;
	color:#000;
}


.txt1 {
	color:#fff;
}


.link1 { 
	background:url(images/arrow1.gif) no-repeat 100% 5px;
	padding:0 7px 0 0;
	color:#000;
}
	

.button { 
	float:left;
	background:#ff3366;
	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 #ff3366;
	height:32px;
}
	.button1-wrap a {
		background:#ff3366;
		color:#fff;
		padding:7px 14px;
		float:left;
		text-decoration:none;
	}
	.button1-wrap a:hover {
		background:#000;
	}





.list1 dt {	
	font-weight:bold;
	color:#ff3366;
	font-size:13px;
}
.list1 dd {
	padding-bottom:24px;
	width:100%;
	overflow:hidden;
	position:relative;
}
	.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 30px 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:#ff3366;
	}
		.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 30px 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 30px 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:25px 0 0 0;
	}
		#header .logo h1 {
			font-size:79px;
			line-height:1.2em;
			color:#f1eeee;
			font-family:"Arial Black", Gadget, sans-serif;
			letter-spacing:-4px;
		}
			#header .logo h1 a {
				color:#f1eeee;
				text-decoration:none;
			}
				#header .logo h1 a strong {
					font-size:139px;
					color:#ff3366;
					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:101px;
	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:url(images/nav-bg.jpg) 0 0 repeat-x;
			}
			#header .nav li a:hover, #header .nav li a.current {
				background:#ff3366;
			}

#header .ad-links {
	float:left;
	width:940px;
	padding:15px 0 15px 0;
	margin-right:1px;
	background:url(images/header-bg1.png);
}
	#header .ad-links li {
		display:inline;
		color:#fff;
	}
		#header .ad-links li a {
			color:#fff;
			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:15px;
	}
	
		div#feature_list {
			width: 940px;
			height: 224px;
			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:#ff3366;
					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:#ff3366;
		}
			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:#ff3366;
		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:#fff;
}
	#footer a {
		color:#ff3366;
		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:#fff;
			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;
		}

/*==========================================*/
