/* @group CSS reset by Eric Meyer */

html, body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group useful */

strong, .strong {
	font-weight: bold!important;
}
br.clear {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* @end */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #3B5D14;
	background: #EEE;
}
a {
	text-decoration: underline;
	color: #1B5790;
}
a:hover {
	text-decoration: none;
}

#header {
	height: 90px;
	background: #1B5790;
	border-bottom: 3px solid #B2D281;
}
h1 {
	height: 90px;
	float: left;
}
h1 img {
	margin-top: 10px;
}
h1 a {
	display: block;
	font-size: 1.8em;
	line-height: 5em;
	vertical-align: middle;
	padding-left: 1em;
	text-decoration: none;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	color: white;
}

ul#topmenu {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
}
#topmenu li {
	float: left;
	margin-right: 10px;
}
#topmenu li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #B2D281;
	text-transform: lowercase;
}
#topmenu li a:hover {
	color: #2780BC;
}
#topmenu li.current a {
	background-color: #B2D281;
	color: #3B5D14;
}
#topmenu .shop a {
	color: #F9274C;
}
#topmenu .shop a:hover {
	color: #C95181;
}

h2 {
	font-weight: bold;
	font-size: 2.4em;
	text-align: center;
	padding: 1em 0;
}

h3, .h3 {
	display: block;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding: 0 0 1em 0;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.4em 0;
}

blockquote {
	font-style: italic;
	font-size: 1em;
	font-weight: normal;
}
.h3 blockquote {
	display: inline;
}


#center {
	padding: 1em 2em;
	background: #EFEFE0;
	margin: 0 auto;
	clear: both;
	min-height: 550px;
}
.twoColumns {
	width: 48%;
	float: left;
}

ul.std {
	list-style: square inside;
}
ul.std li {
	padding: 0.6em 0;
}
#paypal, #oneandone {
	margin: 0.8em 0;
	float: left;
}
#paypal {
	margin-left: 0.8em;
	width: 70px;
}
#center iframe {
	width: 468px;
	height: 60px;
}

#footer {
	clear: both;
	line-height: 70px;
	border-top: 3px solid #1B5790;
	vertical-align: middle;
	background: #B2D281;
	padding: 0 0 0 1em;
}
#footer img {
	vertical-align: middle;
}


/* PORTFOLIO */
div.portfolio {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
ul#filter {
	text-align: center;
	font-size: 16px;
	list-style: none;
	width: 100%;
}
ul#filter li { 
	border-left: 1px solid #ccc;
	display: inline;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 10px;
}
ul#filter li.first_item {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
}
ul#filter a {
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}
ul#filter li.current a, ul#filter a:hover {
	text-decoration: underline;
}
ul#filter li.current a {
	color: #333;
	font-weight: bold;
}

ul.portfolio {
	clear: both;
	list-style: none;
	margin: 8px 0;
}
ul.portfolio li { 
	border: 1px solid #1B5790;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 202px;
}
ul.portfolio a {
	display: block;
	width: 100%;
}
ul.portfolio a:hover {
	text-decoration: none;
}
ul.portfolio img {
	border: 1px solid #dedede;
	display: block;
	padding-bottom: 5px;
}

