html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(images/site/background.jpg) no-repeat top left #27b6ff;
	margin: 0;
	padding: 20px 0;
}

body, td, th {
	color: #000;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h1 {
	color: #fff;
	font-size: 21px;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

a {
	color: #27b6ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	width: 100%;
	background-color: #f79641;
	color: #f79641;
}

.text-black { color: #000; }

.text-white { color: #fff; }

.text-blue { color: #27b6ff; }

.text-orange { color: #f79641; }

.text-10 { font-size: 10px; }

.text-11 { font-size: 11px; }

.text-12 { font-size: 12px; }

.text-13 { font-size: 13px; }

.text-14 { font-size: 14px; }

.text-15 { font-size: 15px; }

.text-16 { font-size: 16px; }

.text-17 { font-size: 17px; }

.text-18 { font-size: 18px; }

.text-19 { font-size: 19px; }

.text-20 { font-size: 20px; }

.text-21 { font-size: 21px; }

.align-right { text-align: right; }

.align-left { text-align: left; }

#colors {
	width: 432px;
	padding: 9px;
	border: solid #999 2px;
	background: #fff;
	position: absolute;
	left: 30%;
	top: 150px;
}

#colors-close {
	text-align: right;
	width: 100%;
	background: #fff;
}

.color-border {
	border: 1px solid #999;
	margin: 0px 9px 9px 0px;
}

.color-border-right {
	margin-right: 0;
}

#style-box {
	width: 90px;
	/* height: 140px; */
	height: auto;
	position: absolute;
	z-index: 5;
	background: #fff;
	border: #27b6ff solid 2px;
	color: #000;
	font-size: 11px;
	margin: -25px -80px -115px -10px;
	//margin: -25px -55px -115px -35px;
	padding: 40px 0px 0px 0px;
}

#style-box td {
	line-height: normal;
}

#style-box a, #style-box table tr td a {
	color: #000;
	text-decoration: none;
}

#style-box a:hover, #style-box table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

#size-box {
	width: 205px;
	height: 100px;
	position: absolute;
	z-index: 5;
	background: #fff;
	border: #27b6ff solid 2px;
	margin: -25px -65px -75px -135px;
	//margin: -25px -30px -75px -170px;
	padding: 40px 0px 0px 5px;
}

#size-box a, #size-box table tr td a {
	color: #000;
	text-decoration: none;
}

#size-box a:hover, #size-box table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

.store-border {
	border: 1px solid #27b6ff;
}

.store-thumb {
	margin: 12px 12px 0px 0px;
	cursor: pointer;
}

.orange-button {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	background: #f79641;
	border: none;
}

#button-orange {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	background: #f79641;
	border: none;
	display: inline;
}

#button-orange a {
	color: #fff;
	text-decoration: none;
}

#button-orange a:hover {
	text-decoration: none;
}

#button-blue {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	background: #27b6ff;
	border: none;
	display: inline;
}

#button-blue a {
	color: #fff;
	text-decoration: none;
}

#button-blue a:hover {
	text-decoration: none;
}

.store-large-image {
	float: left;
	margin: 0 15px 0 0;
}

#main-content {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	overflow: auto;
	//overflow: hidden;
}

#header {
	color: #27b6ff;
	font-size: 10px;
	text-align: center;
	height: 100px;
}

#header-shopping-area {
	font-size: 10px;
	color: #27b6ff;
	float: right;
	margin: 10px 10px 0px 0px;
}

#header-shopping-area a {
	color: #27b6ff;
	text-decoration: none;
}

#header-shopping-area a:hover {
	color: #f79641;
	text-decoration: none;
}

#header-shopping-area td a {
	color: #27b6ff;
	text-decoration: none;
}

#header-shopping-area td a:hover {
	color: #f79641;
	text-decoration: none;
}

#header-nav {
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 15px 129px;
	//margin: 0 0px 15px 0px;
	width: 500px;
	font-size: 21px;
}

#header-nav a {
	color: #27b6ff;
	text-decoration: none;
}

#header-nav a:hover {
	color: #f79641;
	text-decoration: none;
}

#header-line {
	width: 96%;
	height: 1px;
	background: #27b6ff;
	padding: 0;
	margin: 5px auto 15px auto;
}

#footer {
	padding: 10px 0px 20px 0px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#side-nav {
	float: left;
	width: 120px;
	padding: 0px 15px;
	font-size: 14px;
	color: #27b6ff;
}

#side-nav h1 {
	color: #f79641;
	font-size: 18px;
	font-weight: 100;
	text-align: left;
}

#side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#side-nav ul li {
	padding: 5px 0;
	font-size: 21px;
	color: #27b6ff;
	margin: 0;
}

#side-nav ul li ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0;
}

#side-nav ul li ul li {
	font-size: 14px;
	padding: 3px 0;
	margin: 0;
}

#side-nav ul li ul li a {
	color: #27b6ff;
	text-decoration: none;
}

#side-nav ul li ul li a:hover {
	color: #f79641;
	text-decoration: none;
}

#side-nav ul li ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side-nav ul li ul li ul li {
	padding: 5px 0px 5px 15px;
}

#side-nav ul li ul li ul li a {
	color: #27b6ff;
	text-decoration: none;
}

#side-nav ul li ul li ul li a:hover {
	color: #f79641;
	text-decoration: none;
}


.content-block {
	margin: 0px 0px 15px 150px;
	//float: right;
	//margin: 0 15px 15px 0px;
	width: 634px;
}

.content {
	background: #f79641;
	padding: 20px;
	width: 594px;
	color: #fff;
}

.content a {
	color: #27b6ff;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.sizing-table {
	font-size: 14px;
	width: 634px;
}

.sizing-table tr {
	margin: 4px 0px;
}

.sizing-table td {
	font-size: 14px;
	padding: 2px 4px;
}

.sizing-table-header {
	background: #f79641;
}

.store-table td {
	color: #000;
}

.store-color {
	width: 200px;
	margin: 5px 0px;
}

.store-cut {
	width: 200px;
	margin: 5px 0px;
}

.store-size {
	width: 80px;
	margin: 5px 0;
}

.store-quantity {
	width: 120px;
	margin: 5px 0;
}

.store-bottom-color {
	width: 200px;
	margin: 5px 0;
}