@charset "utf-8";
/* CSS Document */
a:link { text-decoration:none;
color:#000}
.ql {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

a:visited{ text-decoration:none;
color:#000}
a:active { text-decoration:none;
color:#000}
a:hover {
	text-decoration:none;
	color:#FFF
}


#container {
	background-image: url(images/Backgrnd.png);
	background-repeat: no-repeat;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	height: 747px;
}
#logo {
	width: 430px;
	margin-left: -70px;
	position: absolute;
	margin-top: -50px;
}
#foot {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	font-size: 11px;
}
.ddTag {
	margin-right: 10px;
}


#quick_contact {
	float: right;
	width: 380px;
	margin-top: 10px;
	text-align: right;
	padding-right: 15px;
	line-height: 220%;
	font-size: 11px;
}
#links {
	width: 220px;
	float: right;
	margin-top: -415px;
}

.whiteTXT {
	color: #FFF;
}
#content {
	margin-top: 110px;
	position: absolute;
	margin-left: 10px;
	width: 830px;
}
#Cont_left {
	width: 150px;
	float: left;
}
#suc_content {
	padding-left: 215px;
	z-index: 50;
	margin-top: 29px;
	height: 100px;
}
.sub_contentBANNER1 {
	background-image: url(images/service_banner.png);
	background-repeat: no-repeat;
}
.sub_contentBANNERtxt {
	padding-top: 75px;
	padding-right: 10px;
	padding-left: 10px;
}



#Cont_right {
	float: right;
	width: 680px;
	line-height: 130%;
	z-index: 100;
}
.sub_contentBANNER2 {
	background-image: url(images/recentwork_banner.png);
	background-repeat: no-repeat;
}
#menu {
	width: 262px;
	margin-left: -90px;
	position: absolute;
	background-image: url(images/menu_stalk.png);
}
#nav {
	margin-top: 170px;
}
#NavBttn {
	padding-left: 25px;
}
#login {
	width: 140px;
	float: left;
	margin-top: 45px;
	margin-left: 75px;
}
.whiteTXT a:link {
	color:#FFF;
}

.colHead {
	padding-left: 30px;
}


a.myPlayer {
	display:block;
	width: 152px;
	height: 115px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:40px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
