body,  html {
	background-color:#000000;
	background-image: url(../images/page_background.gif);
	background-attachment:scroll;
	background-repeat: repeat;
	background-position: left top;
	margin-left:0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
}
a,  a:active,  a:visited,  a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}

object,  embed, video {
	outline:none;
}

.body-copy_pink, .body-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6A4D1;
}
.body-intro {
	font-weight:bold;
	padding: 0 3px;
}
.hide {
	display:none
}

h1,  h2,  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	color: #993333;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px
}
.tagline {
	font-size : 14px;
	font-weight: bold}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 3px;
}
select {
	min-width:192px;
	margin-bottom: 3px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E6A4D1;
	padding-left:10px;
}

div.clients_container
 {
	width: 500px;
 }

 ul.clients {
	padding: 10px 0 10px 25px;
	list-style-type: circle;
	list-style-position:inside;	

}

ul.clients > li {
	width: 225px;
	float:left;
	font-size: 100%;
	padding-bottom: 2px;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
	line-height: 150%;
	text-align: justify;
}
p.center {
	text-align: center;
	margin-bottom: 30px;
}
.stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
.copyright,  a.copyright:active,  a.copyright:visited,  a.copyright:link,  .links,  a.links:active,  a.links:visited,  a.links:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
	text-decoration:none;
}
a.copyright:hover,  a.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration:none;
	color:	#EEEEEE;
}

button {
	border: none
}
.menu_button_container {
	width: 190px;
	margin: 25px auto;
}
.menu_button {
	background : #993333;
	background : linear-gradient(#993333, #bf9000);
	border-radius : 2px;
	width : 	   110px;
	height:        24px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal normal 14px/20px "Open Sans", sans-serif;
	text-align:    center;
	margin-bottom: 3px;
	cursor:pointer;
	display: block;
	transition-duration: 0.3s;
}

.menu_button_selected {
	background : #993333;
	background : linear-gradient(#993333, #bf9000);
	border-radius : 2px;
	border: 1px solid #fff;
	width : 	   110px;
	height:        24px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal normal 14px/20px "Open Sans", sans-serif;
	text-align:    center;
	margin-bottom: 3px;
	cursor:pointer;
	display: block;
	transition-duration: 0.3s;
}

.menu_button:hover, .menu_button_selected:hover {
	box-shadow:    0 1px #ffd966;
}
.menu_button:active, .menu_button_selected:active {
	box-shadow:    0 1px  #00CC00;	
}

.menu_button_home { margin-top: 20px;}

#Thumbnails {
	position: absolute;
	left: 460px;
	top: 160px;
	width: 265px;
	height: 520px;
	z-index: 10;
	overflow: auto;
}

.thumbnail ul li {
	height: 95px;
	width: 65px;
	display: inline;
	float:left;
	text-align:center;
}
.thumbnail ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
table.stats {
	background-color: #333333;
	border: 2px solid #993333;
	float:right;
	margin-left:10px;
}

td.stats {
	border: 1px solid #993333;
}
img {
	border:0px
}

#Main_Content, #Main_Content_Portfolio {
	width:480px;
	height:500px;
	z-index:1;
	overflow: auto;
	padding: 0px 30px 0px 10px;
	margin: 0 10px;
}
#Main_Content_Portfolio {

	padding: 20px 30px 0px 20px;
}


/* Shop */

div.shop_item_container {
	width: 500px;
	border-bottom: 1px dotted #993333;
	padding: 20px 0;
	display:block;
}

.block {
	display: block
}

.float_left {float:left}
.float_right {float:right}
.float_clear {clear: both}

#shop_form {
	text-align: right;
	margin-bottom: 40px;
}
#shop_howto, #favourites, #media, #calendar {
	width:300px;
	height:450px;
	z-index:2;
	overflow: auto;
	margin:30px 50px;
	font-size:10px;
}


#favourites {
	width: 200px;
}

li.howto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E6A4D1;
	padding-left:10px;
	padding-bottom: 3px;
}

.shop_button {
	margin-top: 5px;
	float: right
}

.shop_img_200 {
	width: 200px;
	float: left}

.shop_item_details {
	width: 270px;
	float: right;
}


#shop_price {
	clear: right;
	text-align: right;
	padding:10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E6A4D1;
}


.shop_item_text, .contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
}


.shop_item_description {
	padding: 15px 0;
	}

/* End shop  */



/* contact form processing */

.error_strings {
	font-family:Verdana;
	font-size:10px;
	color:#660000;
}
.sfm_float_error_box {
	position:absolute;
	z-index:999;
	cursor:default;
	font-family:Verdana;
	font-size:10px;
	color:#660000;
	background-color:#ffff66;
	border-style:solid;
	border-width:1px;
	border-color:#660000;
}
.sfm_float_box_td {
	padding:3px;
	cursor:default;
	font-family:Verdana;
	font-size:10px;
	color:#660000;
	background-color:#ffff66;
}
.sfm_close_box {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#660000;
	border-width:0px;
	text-align:center;
}
.clear {
	clear: both;
}
