html {
	
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 1.26em;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* Start page */
#start_wrapper {
	width: 100%;
	background: url(../images/start_bg.jpg) no-repeat center bottom;
	height: 643px;
	text-align: center;
}
#star_text {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #1c1c1c;
	text-align: center;
	width: 690px;
	padding-top: 501px;
	font-size:1.75em;
	margin: 0 auto;
}

/* Index page */
#index_wrapper {
	width: 100%;
	background: url(../images/main_bg.jpg) no-repeat center 92px;
	height: 643px;
	overflow: visible;
	text-align: center;
	position: relative;
}

#navigation {
	margin: 0 auto;
	padding-left: 90px;
	padding-top: 54px;
	width: 402px;
}
#navigation li {
	display: block;
	list-style: none;
	float: left;
	margin: 0 7px;
	font-size: 1.20em;
	font-weight: bold;
}
#navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #1c1c1c;
}

#index_title {
	color: #1c1c1c;
	font-size: 2.55em;
	font-weight: normal;
	padding-top: 333px;
	text-transform: uppercase;
	width: 100%;
}
#index_title span {
	padding-left: 54px;
}

/* Main page */
#main_wrapper {
	width: 100%;
	background: white;
	height: 643px;
	overflow: visible;
	position: relative;
}
#main_container {
	padding-top: 20px;
	
}
#main_left {
	width: 275px;
	float: left;
}
#main_title {
	width: 255px;
	height: 238px;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#main_title h1 {
	font-size: 1.25em;
	color: #1c1c1c;
	width: 100%;
	position: absolute;
	bottom: 26px;
	text-transform: uppercase;
	text-align: center;
}
#main_products {
	text-align: left;
	list-style: none;
	margin-left: 30px;
}
#main_products li {
	font-size: 1.20em;
	color: #1c1c1c;
	text-transform: uppercase;
	margin: 0.1em 0;
}
#main_products li a {
	color: #1c1c1c;
	text-decoration: none;
}

#main_content {
	margin-left: 275px;
}
#main_content ul.tile {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_content ul.tile li {
	border: 1px solid #8e8e8e;
	display: block;
	float: left;
	margin: 10px;
}
#main_content ul.tile li a {
	display: block;
	width: 196px;
	height: 196px;
	border: none;
	color: #1c1c1c;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#main_content ul.tile li a img {
	border: 0;
}
/* Inner page */
#inner_wrapper {
	width: 468px;
	margin: 40px auto;
}
#inner_image {
	margin: 0 auto;
	border: 1px solid #8e8e8e;
}
#inner_container {
	margin-top: 6px;
}
#inner_description {
	width: 210px;
	font-size: 1.00em;
	color: #1c1c1c;
	float: left;
}
#inner_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#inner_lists li {
	display: block;
	float: left;
	margin: 0 3px;
	overflow: hidden;
	border: 1px solid #8e8e8e;
	cursor: pointer;
}
#inner_lists li a {
	display: block;
	width: 56px;
	height: 56px;
	border: 0;
}
#inner_lists li a img {
	border: 0;
}

/* Common */
#products {
	margin: 0 auto;
	padding-top: 38px;
	width: 1034px;
}
#products li {
	display: block;
	list-style: none;
	float: left;
	margin: 0 1px;
}
#products li a img {
	border: 0;
	margin: 0;
	padding: 0;
}


