@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	background-image: url(../siteimages/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
}
#client_news li {
	float: left;
	width: 380px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 14px;
	line-height: 18px;
}
#client_news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#gallerylist ul {
	padding: 5px;
}
#gallerylist li {
	padding-right: 40px;
	padding-left: 40px;
	display: inline;
	float: left;
	width: 204px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gallerylist li a img {
	border: 2px solid #333;
	margin-bottom: 5px;
}
#gallerylist li a img:hover {
	border: 2px solid #CC0;
	margin-bottom: 5px;
}
#leftsection1 {
	float: left;
	width: 500px;
	margin-top: 300px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
}
#nav {
	float: right;
	width: 540px;
	margin-right: 60px;
	margin-top: 75px;
}
#nav ul {
	list-style-position: inside;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 20px;
}
#rightsection1 {
	float: right;
	width: 380px;
	clear: right;
	margin-top: 48px;
	margin-right: 20px;
}
#rightsection1 ul {
	list-style-type: none;
	list-style-position: inside;
}
#rightsection2 {
	float: right;
	width: 380px;
	clear: right;
	margin-top: 300px;
	margin-right: 20px;
}
#rightsection2 ul {
	list-style-position: inside;
	list-style-type: none;
	color: #999;
	margin-top: 20px;
}
#rightsection2 ul li {
	margin-bottom: 10px;
	margin-top: 5px;
}
#samples {
	float: right;
	margin-top: 51px;
	margin-right: 90px;
}
#tips {
	float: left;
	width: 910px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 300px;
}
#wrapper {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#socialmedia {
	position: absolute;
	width: 142px;
	left: 799px;
	top: 8px;
	overflow: hidden;
}
#footer ul {
	color: #474747;
	margin-left: 20px;
	margin-top: 10px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer .payment {
	float: right;
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(../siteimages/payment.png);
	background-repeat: no-repeat;
	background-position: center top;
}

