﻿html {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFF;
	background-image: url('http://www.skywatches.com.sg/catalog/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: helvetica, sans serif;
	font-size: 12px;
	color: #07134F;
	margin: 0;
	padding: 0;
	}

h1 {
	width: 33%;
	line-height: 31px;
	font-family: verdana, ariel;
	font-size: 100%;
	color: #2958C8;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	}

h2 {
	width: 33%;
	font-size: 100%;
	color: #790079;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	}

h4 {
	width: 33%;
	font-family: sans serif, verdana;
	font-size: 10px;
	float: left;
	position: relative;
	top: 340px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

h5 {
	width: 33%;
	height: 10px;
	font-family: sans serif, verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	}

hr {
	width: 96%;
	color: silver;
	height: 2px;
	border-bottom: 1px inset #BCC9CB;
	margin-bottom: 15px;
	}

img {
	border: 0;
	}

p {
	margin: 15px 0 15px 0;
	}


/* Menu Structure
----------------------------------------------- */
#menu {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 296px;
	left: 0;
	}

.search_top {
	width: 180px;
	font-weight: 500;
	color: #EDF6FB;
	margin: 0;
	padding-left: 2px;
	white-space: nowrap;
	}

.nav {
	word-spacing: 5px;
	line-height: 44px;
	margin: 0;
	padding-left: 45px;
	white-space: nowrap;
	}

.nav a {
	color: #0C667C;
	text-decoration: none;
	}

.nav a:hover {
	color: red;
	text-decoration: underline;
	background-color: #EEE;
	}


/* Top Structure
----------------------------------------------- */
#top {
	width: 100%;
	position: absolute;
	}

#hTag {
	width: 750px;
	position: absolute;
	top: 265px;
	left: 0;
	margin-left: 220px;
	padding: 0;
	}


/* Left Structure
----------------------------------------------- */
#left {
	width: 220px;
	position: absolute;
	top: 350px;
	left: 0;
	}

#banner {
	background-color: #CFD0EF;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	}

#banner td.index_table_cell {
	border: solid 1px #006699;
	padding: 10px 0;
	margin-bottom: 15px;
	}

#banner a:hover {
	background-color: #DDDEEE;
	color: red;
	}

#google_search {
	height: 85px;
	border: 1px solid #AECEDF;
	margin-top: 25px;
	padding: 10px;
	}


/* Right Structure
----------------------------------------------- */
#right {
	width: 750px;
	position: relative;
	top: 350px;
	left: 220px;
	}

#product {
	width: 730px;
	margin: auto;
	}

#image {
	width: 300px;
	border: 2px solid #CFD0EF;
	margin-top: 15px;
	padding: 20px 10px;
	float: left;
	text-align: center;
	}

#image img {
	width: 280px;
	height: 173px;
	}

#info {
	width: 400px;
	background-color: #ECEFEC;
	margin-top: 15px;
	padding: 0;
	float: right;
	}

#title {
	font-weight: bold;
	color: #222CFE;
	padding: 2px 10px;
	}

.model {
	color: #2380F3;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 95%;
	}

#feature {
	background-color: #F5F7F5;
	color: #333;
	padding: 2px 10px;
	}

#feature ul {
	margin-top: 4px;
	margin-bottom: 4px;
	}

#feature li {
	list-style: square;
	}

#feature a {
	color: red;
	text-decoration: underline;
	}

#feature a:hover {
	text-decoration: none;
	font-weight: bold;
	}

#compare {
	background-color: #FFF;
	margin: 2px;
	padding: 15px 10px;
	text-align: right;
	}

#compare a {
	background-color: #A4F9D2;
	border: 2px double #3CD790;
	padding: 2px 5px;
	text-decoration: none;
	}

#compare a:hover {
	color: red;
	}

#desc {
	width: 700px;
	padding: 20px 0px;
	margin: auto;
	clear: both;
	}

#others {
	width: 100%;
	padding: 0px 10px 30px 10px;
	text-align: center;
	}

#others img {
	width: 184px;
	height: 115px;
	border: 2px solid #C6F8FB;
	}

#others td {
	width: 33%;
	text-align: center;
	margin: 0 auto;
	}

#footer {
	width: 100%;
	height: 50px;
	background-image: url('http://www.skywatches.com.sg/catalog/logoBg.gif');
	background-repeat: repeat-x;
	position: relative;
	top: 340px;
	text-align: center;
	white-space: nowrap;
	clear: both;
	}
