/************************************************

	NORMANMEIER
	
	right 608px usable
	c2 450px available

	Colors
	Global	
	Wrapper
	Header
	Logo
	Menu
	Page
	Content
	Sidebar
	Search
	Superfooter
	Subfooter
	Divs
	Announcement
	Table basic
	Table basic_noborder
	Table simple
	Products
	Seminars
	Photos


/***********************************************
	Colors
***********************************************/
.dkblue { color: #1A2E47; }
.ltblue { color: #99B3CA; }
.red { color: #FF0000: }
.black { color: #0F161C: }


/************************************************
	Global	
************************************************/
body {
	margin: 10px auto;
	padding: 0px;
	background: #1A2E47;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 150%;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFF;
}

h1 {
	margin-top: 0px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	color: #1A2E47;
	margin: 36px 0 18px 0;
	line-height: 100%;
}
h2.first {
	margin: 18px 0 18px 0;
	line-height: 100%;
}

h3 {
	font-size: 1.4em;
	color: #1A2E47;
	margin-bottom: 6px;
}

p, ol, ul {
	line-height: 150%;
}

a {
	color: #1A2E47;
}

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

a img {
	border: none;
}

img {
	border: none;
	}
	
img.framed {
	border: 1px solid #000;
	padding: 2px;
	}
	
div.framed {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	}
	
ul {
	list-style: disc;
	}

ul.expanded li, ol.expanded li {
	padding-bottom: 16px;
	text-align: left;
	}

ul.compact, ol.compact {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	line-height: 100%;
	}

ul.nobullets {
	list-style: none;
	}

ul.nobullets li, ol.nobullets li {
	padding-bottom: 16px;
	text-align: left;
	}


 textarea, select, input { 
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
	}
	

/************************************************
	Wrapper
************************************************/
#wrapper {
	width: 927px;
	margin: 0 auto;
	border: 15px solid #FFF;
}


/************************************************
	Header 
************************************************/
#header {
	width: 927px;
	height: 100px;
	margin: 0;
	background-color: #FFF;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

/************************************************
	Logo 
************************************************/
#logo {
	float: left;
	padding-left: 0;
	padding-bottom: 0;
	border: 0;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}


/************************************************
	Banner
************************************************/
#banner {
	float: right;
	width: 650px;
	background: url(../images/photoHome.jpg) no-repeat right top;
	height: 160px;
}

/************************************************
	Menu
************************************************/
#menu {
	width: 927px;
	height: auto;
	margin: 0;
	background-color: #000;
}

/************************************************
	Page
************************************************/
#page {
	width: 927px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/************************************************
	Content
************************************************/
#content {
	float: right;
	width: 650px;
	padding-top: 15px;
}

#content-full {
	width: 927px;
	padding-top: 15px;
}

.content_wrapper {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post h1, .post .title {
	margin: 0px;
	background: #99B3CA url(../images/img02.jpg) no-repeat left 50%;
	padding: 7px 5px 7px 25px;
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
	color: #FFF;
}

.post h2, .post .post_title {
	font-size: 1.8em;
	color: #1A2E47;
	line-height: 100%;
}

.post h2 a, .post .post_title a {
	text-decoration: none;
}
.post .entry {
/*
	padding: 20px;
*/
}

.post .meta {
	font-weight: normal;
	text-align: center;
/*
	padding-left: 20px;
*/
	padding-bottom: 32px;
}

.post .byline {
	margin: 0px;
/*
	padding-left: 20px;
*/
}

.post .c1 {
	float: left;
	text-align: left;
	border: 0px solid #000;
}
.post .c2 {
	float: right;
	width: 450px;
	text-align: left;
	border: 0px solid #000;
}
.post .c2 .name {
	color: #1A2E47;
	margin: 0 0 18px 0;
}

	
/************************************************
	Sidebar
************************************************/
#sidebar {
	float: left;
	width: 237px;
	text-align: left;
	padding-top: 15px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(../images/img03.jpg) no-repeat left bottom;
}

#sidebar-bgbtm-plain {
	background-image: none;
}

#sidebar-content {
	background: url(../images/img01.jpg) repeat-y left top;
}

#sidebar-content-plain {
	background-image: none;
	margin: 10px 0;
	text-align: center;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
	text-align: left;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: normal;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #99B3CA url(../images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
	margin-top: none;
}

#sidebar a {
	text-decoration: none;
}

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

#sidebar p {
	padding: 0;
}


/************************************************
	Search
************************************************/
#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}


/************************************************
	Subfooter
************************************************/
#subfooter {
	clear: both;
	width: 927px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFF;
}

#subfooter p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#subfooter a {
	color: #FFF;
	text-decoration: none;
}

#subfooter a:hover {
	color: #FFF;
	text-decoration: underline;
}

/************************************************
	Superfooter
************************************************/
#superfooter {
	position: relative; 
	width: 100%; 
	height: 200px; 
	background-color: #1A2E47;
	clear: both; 
	margin-top: 10px;
}
#footerlinks {
	width: 960px; 
	margin: 0 20px; 
}
#footermainlayoutul {
	padding: 30px 0; 
}
#footermainlayoutul li {
	list-style: none;
	float: left; 
	margin: 0px; 
	width: 180px; 
	display: inline; 
}

.footerlinksul {
	width: 180px; 
}
.footerlinksul li {
	list-style: none; 
	margin: 0px !important; 
	text-align: left;
}
.footerlinksul a  {
	font-size: 10px; 
	color: #FFF; 
	text-decoration: none; 
	font-weight: bold; 
	display: block; 
	width: 140px; 
	padding: 3px 0; 
	margin-left: -40px;
	text-align: left;
}
.footerlinksul a:hover {
	color: #99B3CA; 
}
.footerheaderstyle {
	font-size:12px; 
	color:#99B3CA; 
	font-weight:bold; 
	width:100%; 
	padding:0 0 10px 0; 
}
.footerheaderstyle a {
	color:#99B3CA;
}
.footerheaderstyle a:hover {
	color:#99B3CA;
}

/************************************************
	Divs
************************************************/
.clearfloat {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	}
hr {
	display: none;
}

.pagetitle {
	color: #444;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #444;
}

.highlight {
	color: #FF3333;
	}
.floatright {
	float: right;
	border: 0;
	margin: 0 0 12px 18px;
	padding: 0;
	}
.floatleft {
	float: left;
	border: 0;
	margin: 0 18px 12px 0;
	padding: 0;
	}
#errors, .errors {
	color: #FF0000;
	}
.small, a.small {
	font-size: 10px;
	}	
.h1right {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
	}
#sidebar	 {
	border: 0;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	}
#trustlogo	 {
	width: 100%;
	border: 0;
	margin: 24px auto 0 auto;
	padding: 0;
	text-align: center;
	}
.aligncenter {
	text-align: center;
	}
	
/************************************************
	Announcement
************************************************/
.announcement {
	margin: 0;
	padding: 0 0 24px 0;
	margin: 0;
	font: normal 12px Arial, Helvetica, Sans-Serif; 
	color: #333333;
	}
.announcement img {
	float: right;
	margin: 0 0 12px 20px;
	padding: 0;
	border: 0px dotted #999999;
	}
.announcement h2 {
	color: #000000;
	padding: 0;
	margin: 0 0 6px 0;
	}
.announcement h3 {
	color: #000000;
	padding: 0;
	margin: 0 0 6px 0;
	}
.announcement.small {
	font-size: 10px;
	}

/************************************************
	Table basic
************************************************/
table.basic { 
	border: 1px solid #DDD; 
	}
table.basic td { 
	background: #FFF;
	padding: 3px 5px;
	color: #444;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-weight: normal;
	}
table.basic th { 
	background-color: #FFF;
	color: #444;
	padding: 3px 5px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-weight: normal;
	font-variant: small-caps;
	}
table.basic th.aligncenter, table.basic td.aligncenter {
	text-align: center;
	}
table.basic th.alignright, table.basic td.alignright {
	text-align: right;
	}

/************************************************
	Table basic_noborder
************************************************/
table.basic_noborder { 
	border: 0; 
	}
table.basic_noborder td { 
	background: #FFF;
	padding: 3px 5px;
	color: #444;
	text-align: left;
	vertical-align: middle;
	border: 0;
	font-weight: normal;
	}
table.basic_noborder th { 
	background-color: #FFF;
	color: #444;
	padding: 3px 5px;
	text-align: left;
	vertical-align: middle;
	border: 0;
	font-weight: normal;
	}
table.basic_noborder th.aligncenter, table.basic_noborder td.aligncenter {
	text-align: center;
	}
table.basic_noborder th.alignright, table.basic_noborder td.alignright {
	text-align: right;
	}

/************************************************
	Table simple
************************************************/
table.simple { 
	border: 0; 
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
table.simple td { 
	border: 0; 
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: left;
	vertical-align: top;
	}
table.simple td.aligncenter { 
	text-align: center;
	}
table.simple td.alignright { 
	text-align: right;
	}
table.simple td.aligntop { 
	vertical-align: top;
	}


/************************************************
	Products
************************************************/
.products_wrapper {
	border: 0;
	margin: 36px 0 18px 0;
	padding: 0;
	width: 100%;
}
.product {
	float: left;
	width: 100%;
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	text-align: left;
	}
.product img {
	float: left;
	margin: 0 18px 18px 0;
	border: 0;
	padding: 0;
	}
.product h3 {
	border: 0;
	margin: 9px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #99B3CA;
	}
.product a {
	text-decoration: none;
	}
.product a:hover {
	text-decoration: none;
	}
.product h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 6px 0;
	}
.product .headline {
	border: 0;
	margin: 0;
	padding: 0 0 18px 0;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	color: #666;
	}
.product .links {
	padding: 0 0 6px 0;
	}

.scratchprice {
	text-decoration: line-through;
	}
.saleprice {
	color: #CC0000; 
	}
.yourprice {
	font: bold 18px Arial, Helvetica, Sans-Serif;
	}	
	
	
/************************************************
	Item
************************************************/
.item {
	float: left;
	width: 270px;
	border: 1px dotted #DDD;
	margin: 0 10px 15px 0;
	padding: 10px;
	text-align: center;
	min-height: 255px;
	}
.item .last {
	margin: 0 0x 15px 0;
	}
.item img {
/*
	margin: 0;
	border: 1px solid #EEE;
	padding: 2px;
	min-height: 96px;
*/
	}
.item h2 {
	color: #FF0000;
	border: 0;
	margin: 5px 0;
	padding: 0 0 6px 0;
	line-height: 100%;
	font-size: 14px;
	}

.item a {
	color: #1A2E47;
	}
.item a:hover {
	text-decoration: none;
	color: #CC0000;
	}
.item h2 a {
	color: #CC0000;
	}

.item h2 a:hover {
	text-decoration: none;
	color: #CC0000;
	}

.item .headline {
	border: 0;
	margin: 0;
	padding: 0 0 6px 0;
	font: normal 12px/14px Arial, Helvetica, Sans-Serif;
	color: #666;
	}
.item .price {
	padding: 0 0 6px 0;
	font: normal 14px/14px Arial, Helvetica, Sans-Serif;
	color: #FF8500;
	}
.item .price sup {
	font-size: 10px;
	}
.item .links {
	padding: 0 0 6px 0;
	}
.item a {
	text-decoration: none;
	}

#orderform {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	}
#shortcuts {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	}
#shortcuts a {
	color: #FF8500;
	}
	
	
/************************************************
	Seminars
************************************************/
.seminar {
	float: left;
	width: 100%;
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	text-align: left;
	}
.seminar img {
	float: left;
	margin: 0 18px 18px 0;
	border: 0;
	padding: 0;
	}
.seminar h3 {
	border: 0;
	margin: 9px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	}
.seminar h2 {
	color: #99B3CA;
	border: 0;
	margin: 5px 0;
	padding: 0 0 6px 0;
	line-height: 100%;
	font-size: 14px;
	}

/************************************************
	Photos
************************************************/
.photo_review {
	margin-bottom: 30px;
	}
#caption, .caption {
	text-align: center;
	padding: 6px 0 0 0;
	}
.photo {
	margin-bottom: 24px;
	text-align: center;
	width: 400px;
	}
.photo img {
	border: 1px solid #EB519B;
	margin-bottom: 6px;
	padding: 2px;
	}
.dim {
	color: #BBBBBB;
	}
.photo_review_thumb {
	float: left;
	width: 144px;
	height: 244px;
	border: 0;
	margin: 0 36px 0 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	}
	
