html, body {
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-family: "CG Omega", Arial, Waree, "URW Palladio L";
}

img {
	border: none;
	border-width: 0;
	display: block;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #0930ff;
}

a#homepage {
	width: 95px;
	height: 20px;
	display: block;
	float: left;
}

a#homepage:hover {
	background-position: 95px 0;
}

a#contact {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
}

a#contact:hover {
	background-position: 93px 0;
}

a#faq {
	width: 92px;
	height: 20px;
	display: block;
	float: left;
}

a#faq:hover {
	background-position: 92px 0;
}

a#disclaimer {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
}

a#disclaimer:hover {
	background-position: 93px 0;
}

a#returns {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
}

a#returns:hover {
	background-position: 93px 0;
}

a#shipping {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
}

a#shipping:hover {
	background-position: 93px 0;
}

a#privacy {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
}

a#privacy:hover {
	background-position: 93px 0;
}

a#shopping-cart {
	width: 92px;
	height: 20px;
	display: block;
	float: left;
}

a#shopping-cart:hover {
	background-position: 92px 0;
}

p {
	padding: 0;
	margin: 0 0 5px;
}

p.numbers {
	padding: 0;
	margin: 0 0 5px;
	font-size: 20px;
	color: #ff744b;
	font-weight: bold;
}

h1 {
	border-left-width: 1px;
	width: 746px;
	height: 80px;
	color: #7577b7;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #a5a5a5;
	line-height: 2.6em;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}

h2 {
	padding: 0px;
	color: #15394a;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 16px;
}

h3 {
	padding: 0px;
	color: #1b4e65;
	margin: 0 0 2px;
	font-size: 13px;
	font-weight: bold;
}

#container {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	height: 50em;
	background-color: white;
}

#left, #right {
	width: 118px;
	padding: 0px;
	float: left;
	border-left: 1px #9ca4a7 solid;
	border-right: 1px #9ca4a7 solid;
	height: 100%;
	margin: 0;
}

#middle {
	width: 746px;
	padding: 0px;
	position: relative;
	float: left;
}

#introduction {
	width: 746px;
	padding: 0px;
	float: left;
}

#providesupport {
	width: 200px;
	padding: 0px;
	position: relative;
	float: right;
	margin-right: -5px;
	margin-left: 5px;
}

#introduction p {
	text-align: justify;
	color: #565656;
	line-height: 1.2em;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0 0 0 4px;
	margin-top: 8px;
}

#getintouch {
	border: 1px dotted #d9dae9;
	width: 715px;
	margin: 0;
	padding: 5px;
	color: #4a4a4a;
	text-align: justify;
	line-height: 1.2em;
	font-size: 11px;
	float: left;
	position: relative;
	background-color: #fbfbfe;
	left: 10px;
	top: 10px;
}

#getintouch img {
	margin: 0 4px -2px 0;
	padding: 0px;
	float: left;
	clear: both;
}

#vacation {
	margin: 0;
	padding: 5px;
	background-color: #9aabfd;
	width: 400px;
	height: 290px;
	position: absolute;
	opacity: 0.9;
	top: 294px;
	left: 30px;
	z-index: 1;
	border: 1px solid navy;
}

#vacation a:link a:visited {
	color: #101898;
}