/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
body {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #777;
	background-color: #FFF;
	margin: 0px;
	background-image: url("images/graphics/bkg.jpg");
	background-repeat: repeat-x;
}
img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #2B81AC;
	text-decoration: none;
}
a:visited {
	color: #2B81AC;
	text-decoration: none;
}
a:hover {
	color: #2B81AC;
	text-decoration: underline;
}
#h1shell {
	position: fixed;
	top: 524px;
	left: 50%;
}
h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #777;
	font-size: 11px;
	text-transform: lowercase;
	text-align: center;
	width: 800px;
	position: relative;
	left: -400px;
}
h1 a {
	padding: 0px 5px 0px 5px;
}
h2 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #2D2D2D;
	font-size: 14px;
	margin: 0px;
	clear: left;
}
h3 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #2D2D2D;
	font-size: 12px;
	margin: 0px;
	clear: left;
}
p {
	text-align: center;
	margin: 12px auto 12px auto;
}
#content {
	margin: 85px auto 0px auto;
}
#footershell {
	position: fixed;
	bottom: 0px;
	left: 50%;
}
#footer {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
	width: 800px;
	position: relative;
	left: -400px;
}
#footer a {
	font-weight: normal;
}
#logoshell {
	position: fixed; 
	top: 493px;
	left: 50%;
}
#logo {
	position: relative;
	left: -130px;
}
#navshell {
	position: fixed;
	top: 30px;
	left: 50%;
}
#nav {
	text-align: center;
	width: 800px;
	position: relative;
	left: -400px;
	font-size: 11px;
}
#nav a {
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

#nav a:link {
	color: #777;
	text-decoration: none;
}
#nav a:visited {
	color: #777;
	text-decoration: none;
}
#nav a:hover {
	color: #2B81AC;
	text-decoration: none;
}
#paragraphShell {
	position: fixed;
	top: 640px;
	left: 50%;
}
#paragraph {
	text-align: center;
	width: 700px;
	position: relative;
	left: -350px;
}
#photoContent {
	width: 300px;
}
#rightsider {
	width: 300px;
	padding: 0 60px 0 60px;
}
#title {
	color: #EEE;
	font-size: 20px;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: .3em;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 10px;
}
#title a, #title a:link, #title a:visited, #title a:hover {
	color: #EEE;
	text-decoration: none;
}
#welcome {
	color: #EEE;
	line-height: 24px;
	width: 200px;
	text-align: center;
	margin: 0px 20px 0px 20px;
}
.cap {
	font-size: 20px;
}
.cap2 {
	font-size: 14px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.column1 {
	text-align: center;
	padding-right: 40px;
}
.contentCart {
	width: 600px;
	background-color: #FFF;
	border: 12px solid #F1EFEB;
	padding: 20px;
	margin: 0px auto 0px auto;
	color: 516469;
	text-align: left;
}
.contentContact {
	width: 400px;
	height: 300px;
	background-color: #FFF;
	border: 12px solid #F1EFEB;
	padding: 40px;
	margin: 0px auto 0px auto;
	overflow-y: auto;
	color: 516469;
	text-align: left;
}
.contentNews {
	width: 400px;
	height: 241px;
	background-color: #FFF;
	border: 12px solid #F1EFEB;
	padding: 40px;
	margin-left: 52px;
	overflow-y: auto;
	color: 516469;
	text-align: left;
}
.contentText {
	width: 700px;
	height: 241px;
	background-color: #FFF;
	border: 12px solid #F1EFEB;
	padding: 40px;
	margin-left: 52px;
	overflow-y: auto;
	color: 516469;
	text-align: left;
}
.contentContact h2,.contentNews h2, .contentCart h2, .contentText h2 {
	text-align: left;
	padding-bottom: 8px;
}
.dim {
	color: #444;
}
.error {
	color: #FF0000;
	text-align: center;
}
.floatLeft {
	text-align: center;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.galleries {
	margin-right: 40px;
	margin-bottom: 40px;
}
.galleries img, .latest img {
	border: none;
}
.galleriesLink {
	text-align: center;
	padding-top: 8px;
}
.galleriesNumber {
	color: #626262;
	font-size: 10px;
	letter-spacing:.1em;
	padding-top: 4px;
	width: 223px;
}
.hidden {
	display: none;
}
.input {
	background-color: #F1EFEB;
	border: 3px solid #F1EFEB;
	margin: 2px;
}
.latest {
	margin-top: 24px;
}
.left, .left h1, .left h2, .left h3, .left p {
	text-align: left;
}
.links {
	width: 215px;
	margin: 8px 30px 0px 0px;
}
.linksDesc {
	width: 215px;
	margin: 0px 30px 0px 0px;
}
.narrow {
	width: 500px;
}
.navHome {
	padding-top: 24px;
	font-size: 14px;
	line-height: 36px;
}
.navHome a:link, .nav2 a:link {
	color: #666;
	text-decoration: none;
}
.navHome a:visited, .nav2 a:visited {
	color: #666;
	text-decoration: none;
}
.navHome a:hover, .nav2 a:hover {
	color: #2B81AC;
	text-decoration: none;
}
.nav2 {
	font-size: 13px;
	width: 700px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 6px auto 6px auto;
}
.nav2 a {
	padding: 0px 16px 0px 16px;
}
.noBorder {
	border: none;
}
.padding-none {
	padding: 0px;
}
.pageNav {
	width: 300px;
	text-align: left;
}
.pageNumbers a {
	font-size: 14px;
}
.panelphoto { 
	margin: 0; 
	padding: 0 0 0 60px; 
}
.panelphoto img { 
	border: 28px solid #FFF; 
}
.peeps {
	visibility: hidden;
	display: none;
}
.photo {
	background-color: #FFF;
	border: 5px solid #FFF;
	margin-right: 20px;
}
.photoNav {
	margin-top: 36px;
	margin-bottom: 36px;	
}
.photoNav a {
	text-decoration: none;
}
.photoNav-left {
	margin: 0px 18px 60px 0px;
}
.photoNav-right {
	margin: 0px 0px 60px 18px;
}
.photoTitle {
	font-size: 18px;
	color: #828282;
	letter-spacing: 0em;
	padding: 18px 0px 6px 0px;
}
.photoTitleBig {
	font-size: 24px;
	color: #474747;
}
.thumbs {
	margin-left: 40px;
}

/* ===================== CART ========================================== */

.cart td {
	padding: 18px;
}
.cart th {
	font-weight: normal;
	font-size: 12px;
	letter-spacing:.1em;
	text-align: center;
	padding: 6px;
}
.cartBkg {
	background-color: #F1EFEB;
	text-align: center;
}
.cartBkg img {
	border: none;
	margin-bottom: 4px;
}
td.buttons {
	padding-top: 14px;
	padding-bottom: 12px;
}
.total {
	font-size: 14px;
	color: #2B81AC;
	line-height: 18px;
}
.cartPicture {
	width: 150px;
	padding: 0px;
}
.tinyText {
	font-size: 10px;
}