@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../images/bg.gif);
}
#wrapper {
	height: 500px;
	background-image: url(../images/img_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu {
	width: 260px;
	height: 310px;
	text-align: right;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}
#menu li {
	list-style-type: none;
}
#menu   .img {
	padding-right: 10px;
}
#menu   h1 {
	color: #282828;
	padding-right: 5px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	margin-top: 20px;
	background-color: #333333;
	text-align: left;
	padding-left: 10px;
	text-transform: uppercase;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #CC0099;
}

#menu ul {
	margin-top: 0px;
}

#menu a {
	color: #E3E3E3;
	text-decoration: none;
	display: block;
	height: 18px;
	width: auto;
	font-weight: normal;
	padding-right: 10px;
	font-size: 76%;
	padding-top: 2px;
	text-transform: uppercase;
}
#menu a:hover {
	background-color: #333333;
	color: #FF8400;
	background-image: url(../images/arow.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff8400;
}
#chap {
	height: 800px;
	width: 140px;
	float: left;
}
#space {
	height: 123px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-right: 13px;
}
#content_inside p {
	text-align: justify;
}
#content_img {

}


#content .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 8px;
}

#content h1 {
	font-size: 30px;
	margin-bottom: 4px;
}
#content h2 {
	font-size: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/*Ul styling for index.html*/

#services {
	width:550px;
	padding-left:16px;
}

#services ul {
	list-style-type:circle;
	list-style-position: inside;
}

/* End Ul styling for index.html*/

/*Links styling*/
.links   {
	color: #FF8800;
	text-decoration: none;
}

a.links:hover {
	text-decoration: underline;
}
/*End links styling*/

/* Div window for the 4 pages that have slideshow*/
#colorblock {
	width:200px;
	height:20px;
	background-color:yellow;
	padding-left:0px;
}
/*End of Div*/

.left_img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.right_img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#footer {
	clear: both;
	text-align: right;
	margin-top: 60px;
}

#footer span {
	font-weight: bold;
	letter-spacing: 1px;
}
#footer p {
	color: #FFFFFF;
	margin-right: 7px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-left: 10px;
	font-size: 76%;
	text-transform: uppercase;
}

#expertise2 {
	width:500px;
	padding-left:16px;
}
#expertise2 ul {
	list-style-type:circle;
	list-style-position: inside;
}
#expertise2 li {
	list-style-position: inside;
	list-style-type: circle;
}
#home {
	margin-left: 410px;
}

