* {
	padding: 0px;
	margin:0px
}

html { height: 100%; margin-bottom: 1px;}

body {
	height: 100%;
	font-family: verdana, arial, Sans-Serif;
	color: #0956a4;
	background: url('../images/pebodybg.gif') repeat-x #D3D2D2;
}

body#adminpanel #content table {
	font-size: 11px;
}

img {
	border: 0;
	background: transparent;
}


/* --------------------------
 @Text styling 
----------------------------- */

p {
	font-size: 0.7em;
	line-height: 1.6em;
	margin-bottom: 8px;
}

	#footer p {
		font-size: 0.6em;
		margin: 5px 0px 7px 0px;
		color: #FFF
	}

	#disclaimer p {
		font-size: 0.6em;
		text-align: center;
		color: #666;
		line-height: 1.2em;
		margin-bottom: 2px;
	}

	#terms p {
		font-size: 0.6em;
		line-height: 1.2em;
		padding: 10px 10px 10px 10px;
	}

h1 {
	font-family: "Trebuchet MS", verdana;
	font-size: 1em;
	margin-bottom: 8px;
	border-bottom: 1px solid #DDD;
	color: #0956A4
}

h2 {
	font-family: "Trebuchet MS", verdana;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 8px;
	border-bottom: 1px solid #DDD;
	color: #000	
}

.header {
	padding-top: 10px;
	line-height: 1.4em;
	font-weight: bold;
}

.twoticks {
	width: 299px;
}

.twoticks td {
	font-size: 0.7em;
	padding: 4px 3px 4px 16px;
	background: url('../images/pearrow.gif') no-repeat;
}

ul {
	color: #00a1bf
}

	#column2 ul {
		padding: 0px 3px 15px 0px;
	}

ul.ticks {
	list-style-type: none;
	font-size: 0.7em;
	line-height: 1.4em;
}

ul.ticks li {
	padding: 5px 0px 5px 16px;
	background: url('../images/petick.gif') no-repeat;
	border-bottom: 1px solid #DDD;
}

ul.ticks li ul.ticks {
	font-size: 1em;
}

ul.links {
	list-style-type: none;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 8px 0px;
}

ul.links li {
	padding: 5px 0px 5px 16px;
	background: url('../images/pearrow.gif') no-repeat;
}

ul.links li ul.links {
	font-size: 1em;
}

a {
	color: #22b14c;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #8ac73d;
	background: transparent;
	text-decoration: underline;
}

#column2 a {
	font-size: 0.7em;
}

#column2 a:hover {
	font-size: 0.7em;
}

#footer a {
	color: #FFF
}

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

/* -------------------------- */


/* --------------------------
 @Navigation 
----------------------------- */

#nav li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 24px;
	border-bottom: none;
}

#nav li a:link, #nav li a:visited {
	display: block;
	color: #FFF;
	font-size: 0.8em;
	line-height: 2.3em
}

#nav li a:hover {
	text-decoration: underline;
	color: #FFFF66;
}

/* -------------------------- */


/* --------------------------
 @Structure 
----------------------------- */

#container {
	position: relative;
	width: 849px;
	overflow: visible;
	margin: 0 auto;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	background: url('../images/pebg.gif') repeat-y left #FFF
}

#container1 {
	position: relative;
	width: 849px;
	margin: 0 auto;	
}

#sidebar {
	float: left;
	width: 238px;
	background: url('../images/bg-sidebar.gif') repeat-y left #FFF
}

#wrapper {
	float: left;
	width: 611px;
	background: #FFF;
	overflow: visible;
}

#flashcontent {
	height: 156px;
	width: 100%;
}

#nav {
	height: 36px;
	background: url('../images/penavbg.jpg') no-repeat #FFF;
	width: 100%;
}

#content {
	float: left;
	background: #FFF;
	padding: 5px 12px 5px 0px;
	overflow: visible;
}

#column {
	float: left;
	display: inline;
	width: 596px;	
}

#column1 {
	float: left;
	display: inline;
	width: 297px;	
}

#column2 {
	float: right;
	display: inline;
	width: 295px;
}

#column2 .left{
	padding-left: 3px;
}

#left {
	float: left;
	width: 361px;
}

#right {
	float: right;
	width: 220px;
	margin-left: 0px;
}

#newsletter {
	margin: 15px 0px 10px 0px
}

#footer {
	clear: both;
	width: 819px;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	padding: 0px 15px 0px 15px;
	margin: 0 auto;
	background: url('../images/pefooterbg.jpg') repeat-y #FFF;
	border-top: 1px solid #FFF;
}

#disclaimer {
	width: 819px;
	margin: 5px auto 5px auto;
	padding-bottom: 5px;
}

#terms {
	width: 100%;	
	text-align: left;
	background-color: #fff;
}

#termsheader {
	background: url('../images/petermsbg.jpg') repeat-x #FFF;
}

#tab {
	position: absolute;
	clear: both;
	z-index: 100;
	bottom: 0px;
	margin-bottom: -1px;
	left: 80px;
}

#order, .main {
	display: table;
	border-collapse: collapse;
	width: 591px;
	margin: 5px 0px 5px 0px;
	font-size: 0.8em;
}

#admin {
	display: table;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
	font-size: 0.8em;
}

#order table td {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 3px;
	line-height: 0px;
	font-size: 1px;
}

#order table td.line, #admin table td.line {
	height: 1px;
	background-color: #DFE9EB;	
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
}

.orderobject {
	padding-bottom: 5px;
	border-bottom: 1px solid #DFE9EB;
	margin-top: 10px
}


.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* -------------------------- */


/* --------------------------
 @Forms, photos and galleries
----------------------------- */

.photo {
	position: relative;
	border: 10px solid #E8E8E8;
	margin-bottom: 5px;	
}

/* -------------------------- */


/* --------------------------
 @Images
----------------------------- */

#tab img {
	display: block;
	position: relative;
}

#flashcontent img {
	display: block;
}

#sidebar img {
	display: block;
}

#buynow {
	margin: 0px;
	display: block;
	padding: 10px 0px 0px 0px;
}

.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 0px;
}

.left {
	float: left;
	margin-right: 8px;
	padding: 0px;
}

/* -------------------------- */


.sc_stats_row {
	width: 590px;
}