/*
 * The Perfect Watch style
 * main.css
 * (c) Copyright 2009 The Perfect Watch. All Rights Reserved.
 */

body {
	font-family: arial, verdana, tahoma, sans-serif;
	margin: 9px;
	position: relative;
}
h1, h2, h3 {
    margin: 5px 12px;
}

a, a:visited {
	color: #0800D4;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0800D4;
	text-decoration: underline;
}
a:active {
    color: #0800D4;
    text-decoration: none;
}

#whole {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#header {
	color: #000;
	position: relative;
	height: 55px;
}
#header h1 {
	display: inline;
	font-weight: normal;
	font-size: 140%;
	margin-left: 20px;
}
#header img {
	border: none;
}

#navigation {
	background-color: #000;
	color: #F6C11D;
	height: 36px;
}
#navigation, #subnavigation {
	width: 1000px;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding-top: 8px;
}
#navigation a, #navigation a:visited {
	display: block;
	color: #F6C11D;
	float: left;
	padding: 0px 10px;
	margin: 0px 2px;
	line-height: 28px;
	text-decoration: none;
	font-size: 120%;
	text-align: center;
	/* width: 100px; so that it doesn't resize the width on hover */
}
#navigation a:hover, #navigation a.selected {
	text-decoration: none;
	background-color: #F6C11D;
	color: #000;
}
#navigation .right {
    float: right;
    margin-right: 10px;
}
#subnavigation {
	background-color: #F6C11D;
	color: #000;
	text-align: left;
	font-size: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
#subnavigation a, #subnavigation a:visited {
	color: #FFF;
	margin: 0px 25px;
	text-decoration: none;
}
#subnavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1.system {
	margin: 15px 40px;
	padding: 5px;
	text-align: center;
	width: 920px;
	font-weight: normal;
}
h1.system.message {
	color: #000000;
	background-color: #FFFA00;
}
h1.system.error {
	color: #FFFFFF;
	background-color: #DF0000;
}



#content {
	/*margin-left: 250px;*/
	width: 980px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
}

/* Template for main styles */
#content #style1-left {
	position: relative;
	float: left;
	width: 200px;
}
#content #style1-right {
	position: relative;
	float: left;
	width: 650px;
	margin-left: 20px;
}

#content #style2-left {
	position: relative;
	float: left;
	width: 650px;
}
#content #style2-right {
	position: relative;
	float: left;
	width: 300px;
	margin-left: 20px;
}

#content p {
    text-indent: 12px;
}

#selector {
    position: relative;
    background-color: #DDD;
    text-align: center;
    padding: 2px;
}
#selector h2 {
    font-size: 100%;
    font-weight: bold;
}
.selection {
    margin-top: 10px;
}
.selection h3 {
    font-size: 100%;
    margin: 0px;
}
.selection a {
    display: block;
}
.selection .selected {
    font-weight: bold;
    text-decoration: underline;
}

.watch {
    width: 500px;
    padding: 10px;
    border-right: 2px solid #000;
}
.watch img {
    float: left;
}
.watch .title {
    display: block;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}
.watch .pricing {
    text-align: center;
}
.watch .description {
    text-align: justify;
}
.watch .features {
    font-size: 83%;
    text-align: center;
}
.watch .links {
    margin: 5px 3px 0px;
    text-align: right;
}


#footer {
	border-top: 1px solid #000;
	padding: 5px 10px;
	font-size: 83%;
	margin: 10px 2px 2px 2px;
	width: 980px;
	color: #F6C11D;
	background-color: #000;
	border-top: 4px solid #F6C11D;
}
#footer a {
    color: #F6C11D;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}