* {
	margin: 0;
	padding: 0;
}

img { border: 0; text-decoration: none; }

a { text-decoration: underline; }
a:link { color: #E87300; }
a:visited { color: #BB5C00; }
a:hover { color: #FF7E00; text-decoration: none; }
a:active { color: #FF7E00; text-decoration: none; }

h2 {
	font-size: 135%;
	margin: 5px 0 5px 10px;
}

body,html {
	background: #F3F3F3 url(./bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 84%;
	text-align: center;
	line-height: 110%;
	height: 100%;
}

#page {
	width: 698px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page {
	height: 100%;
}

#header {
	width: 698px;
	height: 83px;
	background: url(./header.gif) no-repeat;
}

#header-plank {
	width: 698px;
	height: 23px;
	margin-top: 20px;
	background: url(./header-plank.gif) no-repeat;
}

#header-featured {
	width: 698px;
	height: 185px;
	margin-top: 10px;
	background: url(./header-featured.gif) no-repeat;
}

#nav {
	float: left;
	width: 698px;
	height: 23px;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	list-style: none;
	background: #546A82 url(./nav-bg.gif) repeat-x top left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	background: url(./nav-spacer.gif) no-repeat top right;
}

#nav a {
	float: left;
	padding: 5px 0px;
	height: 13px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#nav a:hover, #nav a.active { text-decoration: underline; }

li#pro a { width: 100px; }
li#abo a { width: 90px; }
li#web a { width: 100px; }
li#sup a { width: 90px; }
li#con a { width: 100px; }

#content {
	padding-bottom: 6.2em;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#content-main {
	display: inline;
	clear: both;
	float: left;
	margin: 10px;
	width: 678px;
	text-align: justify;
}

#templates-list { width: 698px; border: 0; border-collapse: collapse; margin-bottom: 20px; }
#templates-list td { text-align: center; vertical-align: top; }

#template {
	border: 1px solid #fff;
	background: url(./template-bg.gif) no-repeat top left;
	width: 172px;
	text-align: left;
}

#template img.thumb {
	margin-left: 1px;
	width: 145px;
	height: 156px;
}

#template .image {
	margin-left: 12px;
	margin-bottom: 6px;
	width: 145px;
	height: 156px;
}

#template .link {
	color: #FFF;
	margin-left: 22px;
	margin-bottom: 14px;
	margin-top: 4px;
	height: 12px;
	font-weight: bolder;
}

#template .links {
	color: #FFF;
	width: 172px;
	margin-top: 12px;
	text-align: center;
	margin-bottom: 4px;
}


#template .link a, .links a { color: #FFF; text-decoration: underline; }
#template .link a:hover, .links a:hover { text-decoration: none; }

#template .info {
	text-align: left;
}

#template-info {
	width: 210px;
	float: right;
	background-color: #E8EEF6;
	border: 1px solid #93ACC2;
	padding: 5px;
}

#template-info h2 {
	font-size: 125%;
	margin: 0 0 5px 10px;
}


#template-info hr { width: 200px; height: 1px; border: 0px; border-top: 1px solid #AEADAD; margin-top: 10px; margin-bottom: 10px; }

#template-info .template-prices {
	margin: 5px;
	margin-top: 10px;
	font-size: 110%;
}

#search {
	width: 250px;
	height: 110px;	
	background-color: #E8EEF6;
	border: 1px solid #93ACC2;
	margin-left: 150px;
	margin-top: 6px;
	padding: 5px;
}

#search input {
	width: 100px;
}

#search select {
	width: 100px;
}

#search .submit {
	width: 60px;
}


#nonFooter { position: relative; min-height: 100%; }

* html #nonFooter { height: 100%; }

#footer {
	position: relative;
	margin: -5.8em auto 0 auto;
	width: 698px;
	background: #EBEEF3;
}

* html #footer { margin-top: -5.8em; }
	
#footer .footer-bg {
	height: 33px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #999999;
}

#footer .footer-text { text-align: left; padding: 10px; }

.border_preview {
	background-color: #fff;
	border: 1px solid #999999;
}