body {
	font-family: "Lucida Grande",Verdana, Tahoma, Arial, sans-serif;
	background-color: #fff;
	background: url(../assets/images/page-background.png) top left repeat-x;
	/*background-color: #afafaf;*/
}

img {
	border: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 860px;
	margin: 0px auto;
}

#header {
	padding: 15px 0px 20px 0px;
}

#logo {
	float: left;
	width: 168px;
	height: 45px;
}

#nav {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 472px;
}

#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#end {
	float: left;
	width: 202px;
	background: url(../images/search_bg.png) top left no-repeat;
	padding-left: 15px;
	padding-top: 8px;
	height: 44px;
}

#search label .prettyplaceholder {
	display: none;
}

#search input.g-prettysearch {
	width: 140px;
	height: 16px;
	background: url(../images/searchfield_repeat.png) repeat-x;
}

input.prettysearch { 
	width:180px; 
	height: 16px; 
	background: url(../images/searchfield_repeat.png) center top repeat-x; 
	border: 0px; 
	margin: 0; 
	padding: 3px 0 0 0; 
	font:11px "Lucida Grande", Geneva, Arial, sans-serif; 
}

.search-wrapper { 
	position: relative; 
	width: 180px; 
}

.search-wrapper input.prettysearch { 
	width: 150px; 
	margin-left: 20px; 
    /* *margin-top:-1px; 
	*margin-right:-2px; 
	*margin-left:10px; */
}

.search-wrapper .left, .search-wrapper .right { 
	/* behavior:url(../js/iepngfix.htc); */
}

.search-wrapper .left { 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 20px; 
	height: 19px; 
	background: url(../images/searchfield_leftcap.png) left top no-repeat; 
}

.search-wrapper .right { 
	display: block; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 10px; 
	height: 19px; 
	background: url(../images/searchfield_rightcap.png) right top no-repeat; 
}

.search-wrapper.empty.blurred input { 
	color: #7E7E7E; 
}

.search-wrapper .reset { 
	position: absolute; 
	width: 11px; 
	height: 11px; 
	overflow:hidden; 
	z-index: 1; 
	right: 4px; 
	top: 4px; 
	background: url(../images/close.gif); 
	display: block; 
	cursor: pointer; 
	/*_cursor:hand; */
}

.search-wrapper.empty .reset { 
	display: none; 
}

#banner {
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
}

#banner div {
	/*height: 90px;*/
	height: 100px;
	width: 850px;
	/*padding: 7px;*/
	background: url(../images/banner-placeholder-black.png) top left no-repeat;
}

#content, #fullcontent {
    clear: both;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    padding-top: 5px;
}

#content ul, #fullcontent ul {
	list-style-type: none;
	list-style-position: outside;
}

#privacy ul {
	list-style-type: disc;
	list-style-position: inside;
}

.column {
	float: left;
	width: 645px;
}

.column.first {
	width: 180px;
	margin-right: 25px;
}

.column.full {
	width: 850px;
}

#content .sidebar {
	font-size: 11px;
	line-height: 18px;
	/*background-color: rgb(251,251,251);*/
	background-color: white;
}

#content .box, #fullcontent .box {
	position: relative;
	overflow: hidden;
	/*background: url(../images/right-content-bg.jpg) bottom left repeat-x;*/
}

#banner .box {
	position: relative;
	overflow: hidden;
}

/*#content .boxcap {*/
.boxcap {
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/right-content-trans-bottom.png);
	background-repeat: no-repeat;
}

/*#content .captop {*/
.captop {
	bottom: auto;
	top: 0px;
	background-image: url(../images/right-content-trans-top.png);
}

#content .sidebar .boxcap {
	background-image: url(../images/left-content-trans-bottom.png);
	background-repeat: no-repeat;
}

#content .sidebar .captop {
	background-image: url(../images/left-content-trans-top.png);
}

#banner .boxcap {
	background-image: url(../images/banner-trans-bottom.png);
	background-repeat: no-repeat;
}

#fullcontent .boxcap {
	background-image: url(../images/fullcontent-trans-bottom.png);
	background-repeat: no-repeat;
}

#banner .captop, #fullcontent .captop {
	background-image: url(../images/banner-trans-top.png);
}

#content .sidebar p, #content .sidebar ul, #content .sidebar ol, #content .sidebar h4 {
	font-size: 11px;
	line-height: 14px;
}

#content #vertical_container {
	height: auto;
	min-height: 470px;
}

#content #vertical_container, #content .main-text, #fullcontent .main-text, #content #newspanel {
	margin: 0px;
	border-left: 1px solid #e9ebec;
	border-right: 1px solid #e9ebec;
	border-top: 1px solid #e9ebec;
}

#content .main-text div.main-text-content, #fullcontent .main-text div.main-text-content {
	padding: 10px 20px 0px 20px;
	height: auto;
	min-height: 582px;
	border: 1px solid white;
}

.main-text h2 {
	font-size: 13px;
	color: rgb(11,44,255);
	color: #000099;
	color: #4885CC;
	font-weight: normal;
}

.main-text p, .main-text li, .main-text td {
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
}

.pagetitle {
	border-bottom: 1px solid #ccc;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pagetitle h1 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.pagetitle p {
	float: right;
	width: 45%;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #999;
    line-height: 22px;
    font-size: 11px;
}

.pagetitle p a {
	background: transparent url(../images/arrow.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 16px; /*adjust bullet image padding*/
	color: #999;
}

.pagetitle p a:visited, .pagetitle p a:active {
	color: #999;
}

.pagetitle p a:hover {
	text-decoration: underline;
}

#footer {
    clear: both;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

#footer div {
    padding-top: 10px;
    font-size: 10px;
}

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

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

h3#logo {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    color: rgb(42, 42, 108);
}

img.sales {
    border: 1px solid #ccc;
}

form {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
}

.table-header {
    height: 23px;
    font-size: 11px;
    font-weight: bold;
    background: url(../images/login-bg.png) top left repeat-x;
    color: #000;
    padding-left: 7px;
    line-height: 23px;
}

.button {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.center {
	text-align: center;
}

.full {
	width: 100%;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

#accordion, #sidepanel {
    height: 471px;
}

#newspanel {
	height: auto;
	padding: 10px;
}

#accordion h3, #sidepanel h3 {
	display: block;
	height: 25px;
	/*background: url(../images/left-content-header-unselected-bg.png) top left repeat-x;*/
	background: url(../images/left-content-header-unselected-bg.png) top right no-repeat;
	padding: 0 10px 0 10px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #000;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

#visible {
    background: url(../images/left-content-header-selected-bg.png) top left repeat-x;
	color: #fff;
}

.panel {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    /*background: url(../images/left-content-bg.jpg) bottom left repeat-x;*/
    background-color: #fff;
    border-left: 1px solid #e9ebec;
	border-right: 1px solid #e9ebec;
	border-top: 1px solid #e9ebec;
	overflow: hidden;
}

.panel_body {
    height: 340px;
}

.panel_body4 {
	height: 366px;
}

.panel_body_home {
	height: 439px;
}

.panel_body div, .panel_body4 div, .panel_body_home div {
	padding: 10px;
}

.panel_body4 ul {
	margin-top: 10px;
}

div.scroller {  
	width: 600px; 
	height: 497px; 
	overflow: hidden;
}

div.scroller div.section { 
	border-style: none; 
	width: 600px; 
	height: 475px; 
	overflow: hidden; 
	float: left; 
	padding-top: 15px;
}

.section img {
	/*
	padding: 4px; 
	border: 1px solid #ccc;
	*/
}

.section p {
	text-align: justify;
}

div.scroller div.content { 
	width: 10000px; 
}

div.controls {
	text-align: center;
	line-height: 20px;
}

div.controls a {
	margin-right: 20px;
	text-decoration: none;
	color: rgb(149,149,149);
}

div.controls a.last {
	margin-right: 0px;
}

div.controls a:link, div.controls a:visited {
	margin-right: 20px;
	text-decoration: none;
	color: rgb(149,149,149);
}

div.controls a:hover {
	color: rgb(0, 136, 204);
}

div.controls a.selected {
	color: #000;
}

ul.linklist {
	margin-bottom: 10px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
}

ul.linklist li.break {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.more {
	padding-right: 9px;
	white-space: nowrap;
	background-image: url(../images/more-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 0.4em;
}

.linklist {
	text-align: left;
	list-style-position: outside;
	float: left;
	margin-bottom: 4px;
}
.linklist li { display: inline; }

.linklist li .more {
	/*float: left;*/
	margin-right: 8px;
}

.linklist li .more.last {
	margin-right: 0;
}

ul.linklist a {
	color: rgb(41, 113, 167);
	text-decoration: none;
}

ul.linklist a:link, ul.linklist a:visited {
	color: rgb(41, 113, 167);
	text-decoration: none;
}

ul.linklist a:hover {
	text-decoration: underline;
}

.verticallist {
	width: 154px;
}

.verticallist li {
	display: block;
}

#-selection {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#product-selection li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	margin-right: 7px;
}

#product-selection li.last {
	margin-right: 0px;
}

.small, ul.features li, .product-image .small {
	font-size: 10px;
}

.xsmall {
	font-size: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.justify {
	text-align: justify;
}

.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 4px; 
	border: 1px solid #ccc;
	/*background-color: #fff;*/
}

.no-top-margin {
	margin-top: 0;
}

.product-desc {
	padding: 0;
	float: left;
	width: 315px;
	margin-right: 5px;
	/*border: 1px solid red;*/
}

.product-image {
	float: left;
	width: 275px;
	/*border: 1px solid red;*/
}

input.text {
	width: 99%;
}

#contact-details {
	float: left; 
	width: 400px;
}

.contact-address {
	float: left; 
	width: 200px;
	}

#contact-map {
	float: right; 
	width: 390px;
	}

.slideshow { position: relative; width: 135px; height: 170px; overflow: hidden; }
.slideshow div { position: absolute; left: 0px; top: 0px; }

.red {
	color: red;
}

.spacer {
	padding: 5px;
}

.apple-logo {
	margin: 0; 
	padding: 0; 
	padding-bottom: 10px;
	text-align: center;
}

#subscribe-form fieldset {
	padding-bottom: 20px;
}

#beta {
	position: absolute;
	z-index: 1000;
	top: 115px;
}

#pre-enjoyed-list {
	height: 500px;
	overflow: auto;
}