* {
	padding: 0px;
	margin: 0px;
	}
	
p {
	padding-bottom: 15px;
	}
	
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	background-image:url(../img/body-global-bg.jpg);
	background-repeat: repeat-x;
	}

#container {
	width: 932px;
	display: block;
	clear: both;
	margin: 0 auto;
	background-image:url(../img/content_backgroud.gif);
	background-repeat: no-repeat;
	}
	
a {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}	
	
h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ef660c;
	}
	
	#top {
		width: 932px;
		height: 165px;
		display: block;
		clear: both;
		}
		
		#logo {
			width: 260px;
			height: 165px;
			float: left;
			display: block;
			}
			

		#menu {
			width: 672px;
			display: block;
			float: left;
			}
		
		#menu ul {
			padding-top: 32px;
			height: 29px;
			display: block;
			list-style: none;
			}	
			
		#menu ul li {
			float: left;
			}
			
		#menu ul li.home a {
			width: 91px;
			height: 29px;
			display: block;
			float: left;
			background-image:url(../img/home.jpg);
			}
			
		#menu ul li.release a {
			width: 176px;
			height: 29px;
			display: block;
			float: left;
			background-image:url(../img/release.jpg);
			}	

		#menu ul li.products a {
			width: 106px;
			height: 29px;
			display: block;
			float: left;
			background-image:url(../img/products.jpg);
			}	

		#menu ul li.offers a {
			width: 148px;
			height: 29px;
			display: block;
			float: left;
			background-image:url(../img/offers.jpg);
			}	

		#menu ul li.brain a {
			width: 129px;
			height: 29px;
			display: block;
			float: left;
			background-image:url(../img/brain.jpg);
			}	
			
		#menu ul li a:hover {
			background-position: 0px -29px;
			}
			
		#menu ul li.active a {
			background-position: 0px -29px;
			}			

	#content {
		width: 884px;
		padding-left: 23px;
		padding-right: 25px;
		display: block;
		clear: both;
		}

		#text-head {
			width: 884px;
			height: 97px;
			display: block;
			clear: both;
			text-align: left;
			font-size: 15px;
			font-weight: bold;
			color: #666666;
			}
			
		#headline {
			width: 870px;
			height: 33px;
			line-height: 33px;
			font-size: 15px;
			font-weight: bold;
			padding-left: 14px;
			text-align: left;
			background-image:url(../img/head_background.jpg);
			}
		
		#head {
			width: 884px;
			height: 378px;
			display: block;
			clear: both;
			}
			
		#tabs-container {
			width: 884px;
			display: block;
			clear: both;
			}
			
			#tabs-left {	
				width: 613px;
				display: block;
				float: left;
				text-align: left;
				}
						
			#tabs-right {
				width: 255px;
				display: block;
				float: left;
				padding-left: 15px;
				}
				
				.win-top {
					background-image:url(../img/win-top.jpg);
					width: 250px;
					height: 10px;
					font-size: 2px;
					display: block;
					clear: both;
					}
					
				.win {
					width: 250px;
					display: block;
					background-image:url(../img/win-back.jpg);
					padding-bottom: 10px;
					background-position: left bottom;
					}
	
	#footer {
		width: 884px;
		height: 30px;
		line-height: 30px;
		display: block;
		clear: both;
		color: #ccc;
		}
		
	#tabs-left .panes ul {
		margin-left: 25px !important;
		}
		