/**
*	Under The Sun Marketing Style Sheet
*/

* { margin: 0; padding: 0; }

body {
	background: #fff;
	font: 12px Arial,Verdana,sans-serif;
	text-align: center;
}

a {
	color: #ba0000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #ba0000;
	text-decoration: none;
}

a img { border: none; }

p { padding: 5px 15px; }

h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 15px;
}

h1 span {
	color: #ba0000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	clear: both;
	color: #ba0000;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 15px 10px 15px;
}

h3 {
	color: #ba0000;
	border-bottom: solid 1px #d4cbba;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 15px 5px 15px;
	padding: 15px 0px 5px 0px;
}

h3 span { font-style: italic; }

.center { clear: both; text-align: center; }

.center1 { text-align: center; padding: 15px 0px; font-weight: bold; }
.flag { line-height: 48px; height: 48px; background: transparent url(../images/za.jpg) no-repeat 0% 50%; padding: 20px 0px 20px 80px;}

.imgleft {
	border: solid 1px #d6c9b0;
	float: left;
	margin: 5px 15px 10px 15px;
}

.bookleft {
	border: none;
	float: left;
	margin: 5px 15px 10px 15px;
}

.imgright {
	border: solid 1px #d6c9b0;
	float: right;
	margin: 5px 15px 10px 15px;
}

.box {
	background: #fff;
	border-top: solid 1px #d6c9b0;
	border-left: solid 1px #d6c9b0;
	border-bottom: solid 1px #d6c9b0;
	color: #8d7e60;
	margin-left: 10px;
	width: 189px;
}

.order {
	border-collapse: collapse;
	margin: 10px 15px;
	width: 460px;
}

.order td {
	padding: 5px;
}

.order th {
	background: #fff5b0;
	border: solid 1px #ecdb69;
	color: #333;
	font-weight: bold;
	padding: 10px;
}

.order .txt {
	width: 250px;
}

.order .txtarea {
	height: 80px;
	width: 250px;
}

.whitebox {
	border-top: solid 1px #d6c9b0;
	border-left: solid 1px #d6c9b0;
	border-bottom: solid 1px #d6c9b0;
	background: #fff;
	margin: 10px 0px 10px 10px;
	padding: 5px 0px;
}

.register {
	border: solid 1px #333;
	text-align: center;
	font-weight: bold;
	background: #fff;
	margin: 10px 20px;
	padding: 5px 0px;
}

/* Wrapper */
#wrapper {
	margin: 50px auto;
	position: relative;
	text-align: left;
	width: 700px;
}


/* Sidebar */
#sidebar {
	background: #f5e7cd url(../images/sidebar-bg.gif) repeat-y 0% 0%;
	color: #8d7e60;
	float: left;
	width: 200px;
}

#sidebar p { padding: 5px 15px; }

#sidebar p.image { padding: 0; text-align: center; }
#sidebar img.frame { border: solid 1px #d6c9b0; margin-top: 3px; }


#sidebar p.product {
	color: #000;
	font-weight: bold;
	padding: 5px 15px 0px 15px;
}

#sidebar span { color: #ba0000; font-weight: bold; }

#sidebar .top {
	background: #f5e7cd url(../images/sidebar-top.gif) no-repeat 0% 0%;
	height: 15px;
	width: 200px;
}

#sidebar .bottom {
	background: #f5e7cd url(../images/sidebar-bottom.gif) no-repeat 0% 0%;
	clear: both;
	height: 15px;
	width: 200px;
}


/* Logo */
#logo {
	background: #fff url(../images/logo.jpg) no-repeat 0% 0%;
	height: 100px;
	width: 200px;
}


/* Navigation */
#navigation { float: right; margin: 5px 0; width: 190px; }
#navigation ul { list-style: none; }
#navigation li { margin-bottom: 5px; }

#navigation li a {
	background: transparent url(../images/nav-bg.gif) no-repeat 0px 0px;
	color: #ba0000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 30px;
	text-decoration: none;
}

#navigation li a:hover, #navigation .selected {
	background: transparent url(../images/nav-bg.gif) no-repeat 0px -32px;
	color: #fff;
	text-decoration: none;
}

/* Content */
#content {
	background: #f5e7cd url(../images/content-bg.gif) repeat-y 0% 0%;
	color: #8d7e60;
	float: right;
	width: 500px;
}

#content .buttons {
	border-collapse: collapse;
	clear: both;
	width: 500px;
}

#content .buttons td {
	padding: 5px 25px
}


#content strong { color: #675c47; }

#content p { line-height: 16px; }

#content p.testimonial {
	background: #e4dbcb;
	color: #675c47;
	font-family: "Times New Roman",Times,serif;
	margin: 5px 15px;
	font-size: 13px;
	padding: 10px 15px;
}

#content p.testimonial span{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
}

#content ul { margin: 10px 20px;}
#content li { margin: 0px 0px 5px 20px;}


/* Banners */
#banner {
	background: #f5e7cd url(../images/banner.jpg) no-repeat 0% 0%;
	height: 250px;
	width: 500px;
}

#banner2 {
	background: #f5e7cd url(../images/banner2.jpg) no-repeat 0% 0%;
	height: 250px;
	width: 500px;
}

/* Footer */
#footer {
	background: #fff url(../images/footer-bg.gif) no-repeat 0% 0%;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
	width: 500px;
}

#home #footer {
	background: #fff url(../images/footer-bg.gif) no-repeat 0% 0%;
	margin-top: 100px;
	padding-top: 20px;
	text-align: center;
	width: 500px;
}