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

body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	background-color: #333232;
	margin: 0px;
	font-weight: lighter;
}
#header {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	width: 900px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}


#wrapper {
	width: 924px;
	background-attachment: scroll;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	clear: both;
	height: 100%;
}
#nav{
	font-size: 90%;
	letter-spacing: normal;
	vertical-align: top;
	line-height: normal;
	font-weight: normal;
	width: 900px;
	margin-left: 12px;
	float: left;
	clear: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #943972;
}
.text {
	font-size: 90%;
	letter-spacing: normal;
	vertical-align: top;
	line-height: normal;
	font-weight: normal;
}
#banner {
	width: 983px;
}

#content_left {
	width: 398px;
	float: left;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: right;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666666;
}#content_right {
	width: 398px;
	float: right;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#content_center {
	padding: 10px 30px 30px;
	width: 900px;
	height: 100%;
}
/************* #sepsrator **************/

#sep1 {
	margin: 0px;
	padding: 0px;
	width: 983px;
}
#sep2 {
	margin: 0px;
	padding: 0px;
	width: 983px;
}

/************* #globalLink styles **************/

.globalLink{
	color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
	font-size: 94%;
	padding: 0px;
}

.globalLink a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.globalLink a:hover{
	color: #CC3399;
	text-decoration: none;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalLink img{
 display: block;
}

.globalLink a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	color: #3399CC;
	text-decoration: none;
}

/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 94%;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 900px;
	float: left;
	clear: both;
	height: 30px;
}

#globalNav a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}

/************* #contact form **************/

#contact{
	font-size: 75%;
	width: 100%;
	color: #FFFFFF;
	margin-left: 12px;
}

/************* footer **************/

.footer{
	padding: 0px;
	font-size: 80%;
	clear: both;
	float: left;
	text-align: center;
	width: 880px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}

#demo{
	margin: 0px;
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.demoimage{
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	clear: both;
	height: 100%;
}

#content {
	width: 900px;
	margin-left: 12px;
	height: 100%;
	margin-bottom: 12px;
	float: left;
}

/************* portfolio **************/

#portfolio{
	margin: 10px auto;
	padding: 0px;

}
#gridbar {
	height: 25px;
	padding: 7px 0 0;
	position: absolute;
	width: 100%;
	z-index: 100;
	background-image: url(images/666.png);
}
#innerbar { margin: 0 auto; padding: 0 20px; width: 940px; }
	#innerbar h5 { float: right; padding: 0; }
	#innerbar ul { float: left; margin: 0; padding: 0; }
	#innerbar li { display: inline; padding: 0 10px 0 0; }
	#innerbar li a { opacity: 0.5; }
	#innerbar li a:hover, #innerbar li a.current { opacity: 1; }
