@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'MarketingScriptRegular';
	src: url('/_assets/fonts/MarketingScript-webfont.eot');
	src: local('☺'), url('/_assets/fonts/MarketingScript-webfont.woff') format('woff'), url('/_assets/fonts/MarketingScript-webfont.ttf') format('truetype'), url('/_assets/fonts/MarketingScript-webfont.svg#webfonth95erx5t') format('svg');
	font-weight: normal;
	font-style: normal;
}
body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/_images/topbanner.png);
	background-repeat: repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 5px 0;
	margin: 0;
}
a  {
	font-size: 100%;
	text-decoration: none;
}

a:hover{
	font-size: 100%;
	text-decoration: underline;
}
h1, h1 a, h1 a:visited{
	font-family: 'MarketingScriptRegular', Arial, sans-serif;
!important
	font-size: 18pt; !important
	color: #fff;
	text-align: left;
	color: #FFF;
	font-size: 18pt;
	font-weight:normal;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #333333;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #333333;
	text-align: left;
	margin-top: 0px;
}


img {

}
.imgr {
	float: right;
	padding: 10px;
}
.img {
	border: none;

}
#wrapper {
	width: 880px;
	margin: 0 auto;
}


#topbanner {
	height: 75px;
	width: 100%;
	z-index: 100;
}
#logo {
	background-image: url(../_images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 60;
	height: 70px;
	width: 880px;
	margin: 0 auto;
	left: 0px;
}
#nav {
	padding: 0;
	margin: 0;
	z-index: 90;
	width: 275px;
}
#nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#nav li  {
	height: 46px;
	width: 275px;
	position: relative;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

#nav li a  {
	height: 46px;
	display: block;
}
#nav li.about a   {
	background-image: url(../_images/nav/about.png);
	background-repeat: no-repeat;
	height: 46px;
}
#nav li.design a {
	background-image: url(../_images/nav/design.png);
	background-repeat: no-repeat;
	height: 46px;
}
#nav li.gallery a {
	background-image: url(../_images/nav/gallery.png);
	background-repeat: no-repeat;
	height: 46px;
}
#nav li.contact a {
	background-image: url(../_images/nav/contact.png);
	background-repeat: no-repeat;
	height: 46px;
}
#nav li.links a {
	background-image: url(../_images/nav/links.png);
	background-repeat: no-repeat;
	height: 46px;
}

#nav li a:hover {
	background-position:bottom left;
}
#nav a span {
	display: none;
}
#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: -15px;
	height: auto;
	margin-bottom:0px;
	padding: 0px;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 228px;
} 
#flashbanner {
	float: right;
	height: 230px;
	z-index: 60;
	background-image: url(../_images/flashbanner.png);
	background-repeat: no-repeat;
	width: 623px;
}
#flashbanner #image_text {
	position: relative;
	top: 162px;
	background-image: url(../_images/text.png);
	background-repeat: no-repeat;
	width: 623px;
	height: 68px;
}


#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content-wrapper  {
	clear: both;
	overflow: hidden;
	background-image: url(/_images/sidebar.png);
	background-repeat: repeat-y;

}

#mainContent  {
	margin: 0px; 
	padding: 20px 0px 0px 5px;
	float: right;
	width: 600px;
	overflow: hidden;
} 
#mainContent h2, #mainContent h2 a, #mainContent h2 a:visited  , #mainContent table tr td h2{
	font-family: 'MarketingScriptRegular', Arial, sans-serif;
	font-size: 18pt;
	color: #37607d;
	text-align: left;
	margin-bottom: 0;
	margin-top:5px;
	font-weight:normal;
}
#mainContent h3, #mainContent h3 a, #mainContent h3 a:visited {
	font-family: 'MarketingScriptRegular', Arial, sans-serif;
	font-size: 14pt;
	color: #37607d;
	text-align: left;
	margin-top: 0px;
	font-weight:normal;
}
#mainContent  ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#mainContent ul li  {
	background-image: url(../_images/arrow_small.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 8px;
}
#mainContent table {
	margin-bottom: 10px;
	margin-top: 0px;
}
#sidebar  {
	float: left;
	width: 225px;
	padding: 10px 25px 0px 20px;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	position: relative;
}
#sidebar  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	margin-right: 0px;
}
#sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar ul li:hover   {
	background-image: url(../_images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	z-index: 120;
}
.img_designs {
	padding: 10px;
	border: 1px solid #999;
	float: right;
	margin: 0px 0px 10px 10px;
}

.img_gallery {
	padding: 10px;
	border: 1px solid #999;
}

#footer  {
	background-image: url(../_images/topbanner.png);
	background-repeat: repeat-x;
	height: 75px;
	clear: both;
	position: relative;
} 
#footer #footer_center {
	margin: 0 auto;
	width: 874px;
	height: 75px;
}

#footer  #footer_logo {
	background-image: url(../_images/web.png);
	background-repeat: no-repeat;
	position: relative;
	height: 78px;
	width: 70px;
	left: 805px;
}
#footer #footer_email {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 350px;
	position: relative;
	top: -64px;
	left: 450px;
	text-align: right;
}
#footer #footer_email a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  #footer_email  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1 a  {
	color: #FFFFFF;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #contact {
	width: 280px;
	float: left;
	margin: 0 10px 0 0;
}
#mainContent #form {
	width: 305px;
	float: left;
}

#mainContent form {
	width: 305px;
	margin: 0;
	padding: 0;
}
#mainContent label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
#mainContent input.boxes {
	width: 300px;
	background-color: #e5e5e5;
	border: 1px solid #b2b2b2;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
#mainContent textarea.area {
	width: 300px;
	background-color: #e5e5e5;
	border: 1px solid #b2b2b2;
	height: 50px;
	margin: 0 0 5px 0;
}
#mainContent input[type="submit"]{
	padding:0;
	margin: 0;
}
#mainContent #submit {
	width: 80px;
	float: right;
	background-image: none;
	background-color: #FFFFFF;
	height: 25px;
	font-size: 12px;
}
#mainContent table h2 {
	text-align: center;
}
#mainContent #uploader  {
	float: left;
	width: 100%;
}
form#paypal {
	float: none;
	width: 86px;
}
#paypal input {
	width: 86px;
	background-color: #FFF;
	border:none;
}

