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

body, html {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #1E1929;
}
img {	border: 0;
}
a {
	text-decoration:none;

}
a:hover{
	color:#C60;
}
.size {
	min-width:1000px;
	background-image: url(images/index_bg_final.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
}
.repeat_bg {
	background-image: url(images/index_bg5.jpg);
	background-repeat: repeat-x;
}
.graph_paper {
	background-image: url(images/graph_paper.jpg);
}

.home_content {
	width:1000px;
	height: 545px;
	padding: 35px;
	margin-left: auto;
	margin-right: auto;
}
.mobile_menu{
	font-size:42px;
	color:#ad9267;
	line-height:40px;
	font-weight:bold;
}
.mobile_menu:hover {
	color:#3C3352;	
}
.footer{
	color:white;
	line-height:16px;
	background-color: #1E1929;
	padding-top: 20px;
	font-size: 11px;
	padding-bottom: 10px;
}

.white_bg {
	background-color: #FFF;
}

.copyright{
	font-size:9px;
}
.pages_content {
	width:880px;
	padding: 35px 60px 35px 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/pages_bg.png);
	background-repeat: repeat-y;
}
.logo {
	float: right;
}
.menu {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #3C3352;
}
.index_bg {
	background-image: url(images/index_bg_final2.jpg);
	background-repeat: no-repeat;
	height: 555px;
	width: 966px;
}
.index_content {
	width:966px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/pages_bg.png);
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 17px;
}


ul {
	margin-left: 0px;
	padding-left: 12px;
	margin-top: 5px;
}
.text_box {
	width: 227px;
	height: 16px;
	margin-bottom: 9px;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 73px;
	height: 20px;
	background-color: #3C3352;
}
.work_box {
	color: #FFF;
	background-color: #1E1929;
	height: 55px;
	width: 243px;
	padding: 0px 15px 5px 15px;
}
.work_title {
	line-height: 26px;
	background-color: #1E1929;
	width: 243px;
	font-weight: bold;
	padding: 5px 15px 0px 15px;
}
.work_text {
	font-size: 11px;
}
.view_site {
	font-size:9px;
	text-align: right;
	float: right;
}
.white{
	color:#FFF;
}
.purple {
	color: #3C3352;
}
.service_title {
	font-size: 14px;
	color: #3C3352;
	font-weight: bold;
}
.service_number {
	font-size: 40px;
	color: #3C3352;
	font-weight: bold;
}
.service_table {
	border-top:thin solid;
}
