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

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#menubar {
	font-family: "Century Gothic", Arial;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFF;
	color: #999;
	margin-bottom: 100px;
}
.bolded {
	font-weight: bold;
	color: #C998F4;
	font-size: 26px;
}
.boldmedia {
	color: #63F;
	font-weight: bold;
}
#menubar ul {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menubar ul li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#menubar ul li a {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
}
#container #leftcontent {
	width: 230px;
	float: left;
	padding-left: 40px;
}
#leftcontent p {
	font-size: 12px;
	line-height: 18px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 17px;
	color: #CB99FD;
	font-family: "font-family: ‘Arial Narrow’", sans-serif;
	;
	;
}
#leftcontent p a {
	text-decoration: none;
	font-weight: bold;
	color: #CB99FD;
	font-family: "font-family: ‘Arial Narrow’", sans-serif;
}
#leftcontent p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CB99FD;
	font-family: "font-family: ‘Arial Narrow’", sans-serif;
}
#container #rightcontent {
	float: right;
	width: 670px;
	padding-left: 50px;
	padding-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#menubar h1 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
}
#menubar ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #C795F4;
}
#rightcontent .portfolioitem {
	width: 330px;
	float: left;
	padding-top: 20px;
}
.worktype {
	color: #F00;
}
.portfolioitem p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.portfolioitem img {
	border: 1px solid #CCC;
}
.portfolioitem a:hover img {
	border-top-color: #C998F4;
	border-right-color: #C998F4;
	border-bottom-color: #C998F4;
	border-left-color: #C998F4;
}
#leftcontent #testimonials {
	overflow: auto;
	font-size: 11px;
	padding: 5px;
	margin-top: 50px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 200px;
}
.testsbold {
	font-weight: bold;
	color: #666;
}
#testimonials h3 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 13px;
	font-family: "font-family: ‘Arial Narrow’", sans-serif;
	;
	letter-spacing: 1px;
	font-weight: normal;
}
#testimonials p {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
}
#menubar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.selectedwork-thumb {
	border: 2px solid #FFF;
	clear: left;
	width: 100px;
	height: 40px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#container #leftcontent a .selectedwork-thumb {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#container #leftcontent a:hover .selectedwork-thumb {
	border-top-color: #CB99FD;
	border-right-color: #CB99FD;
	border-bottom-color: #CB99FD;
	border-left-color: #CB99FD;
}
.portfolioimage {
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
#contactdetails p {
	color: #999;
	font-size: 16px;
	line-height: 22px;
	margin-left: 7px;
}
#contactdetails p a {
	color: #C998F4;
	text-decoration: none;
}
#contactdetails p a:hover {
	color: #C998F4;
	text-decoration: underline;
}
#contactdetails {
	margin-bottom: 20px;
}
button {
	color: #FC3;
	background-color: #60F;
}
