/************************************************/
/* style.css                                    */
/* For Xenial Studio.com                        */
/************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/hr-body.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size:11px;
	color: #939393;
	margin: 0px;
	padding: 0px;
}

ul{
 list-style: none;
 display: block;
 text-indent: 0px;
}

a:link {
	color: #349ABA;
	text-decoration: none;
}

a:visited {
	color: #349ABA;
	text-decoration: none;
}

a:hover {
	color: #349ABA;
	text-decoration: underline;
}
.picIn {
	border: 1px dashed #666666;
}


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

.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.white a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.grey a:link {
	color: #404040;
	text-decoration: none;
}

.grey a:visited {
	color: #404040;
	text-decoration: none;
}

.grey a:hover {
	color: #404040;
	text-decoration: underline;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/

#navplace {
	padding: 150px 0px 0px 0px;
	width: 100px;
}
#navplace a {
	display: block;
	color: #404040;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: #999999 solid 1px;
	width: 60px;
	height: 15px;
}

#navplace a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #FFC627;
	text-decoration: none;
	height: 15px;
}

#current a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #FFC627;
	height: 15px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:#404040 solid 3px;
	width: 750px;
	height: 323px;
}

#content {
	padding: 20px 0px 0px 25px;
	width: 750px;
}

#mainb {
	padding: 0px 0px 25px 0px;
	background-image:url(../images/hr-mainb.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 275px;
}

#content p {
	font-size: 11px;
	text-align: left;
}

/************* #Main Text *************/

#maintxt {
	float: left;
	background: url(../images/vr-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 500px;
	height: 275px;
}

/************* #Tutorial Section *************/

#tuts {
	float: left;
	background: url(../images/vr-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 180px;
	height: 275px;
}

/************* #Latest Work Section *************/

#work {
	float: left;
	background: url(../images/vr-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 155px;
	height: 275px;
}

/************* #Finished Main Body# *************/

#middle {
	padding: 0px 0px 0px 0px;
	width: 750px;
	height: 83px;
}

#footer {
	clear:both;
	padding: 0px 0px 0px 0px;
	height: 86px;
}

/************* #Footer Text *************/

#footertxt {
	padding: 20px 0px 0px 10px;
	background-color: #E2E2E2;
	color: #404040;
	width: 740px;
	height: 120px;
}

/************* #text for Middle *************/

#firsttxt {
	float: left;
	background-color: #3798B9;
	padding: 5px 0px 5px 0px;
	border-right: solid 1px #FFFFFF;
	width: 280px;
	height: 83px;
}

#secondtxt {
	float: left;
	background-color: #3798B9;
	padding: 5px 0px 5px 0px;
	border-right: solid 1px #FFFFFF;
	width: 280px;
	height: 83px;
}

#thirdtxt {
	float: left;
	background-color: #3798B9;
	padding: 5px 0px 5px 7px;
	width: 181px;
	height: 83px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.yellowSmall {
	color: #FFC726;
	font-size: 12px;
	font-weight: bold;
}

.midtxt {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
}

.whiteTxt {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
}

.greyBig {
	color: #404040;
	font-size: 12px;
	font-weight: bold;
}

.orangeBigest {
	color: #FF7200;
	font-size: 12px;
	font-weight: bold;
}

/***************************************************/
/* CSS for Other Pages                             */
/***************************************************/

#omainb {
	padding: 0px 0px 25px 0px;
	background-image:url(../images/hr-mainb.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 500px;
}

#omainl {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 180px;
	height:500px;
}

#omainr {
	float: left;
	background: url(../images/vr-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 450px;
	height: 500px;
}

#serv {
	position:fixed;
	/*left:352px;
	top:382px;*/
	width:450px;
	height:58px;
	/*z-index:1;
	visibility: visible;*/
}

.port a:link {
	color: #666666;
	text-decoration: none;
	height: 10px;
	width: 50px;
	border: 1px solid #FFCC33;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.port a:visited {
	color: #666666;
	text-decoration: none;
	height: 10px;
	width: 10px;
	border: 1px solid #FFCC33;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.port a:hover {
	color: #666666;
	text-decoration: none;
	border: 1px solid #FFCC33;
	background-color: #FFFFCC;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.portc {
	color: #666666;
	text-decoration: none;
	border: 1px solid #FFCC33;
	background-color: #FFFFCC;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.blueTxt {
	color: #349ABA;
	font-size: 12px;
	font-weight: bold;
}

.blueTxt {
	color: #FFC726;
	font-size: 12px;
	font-weight: bold;
}

.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #F3F3F3;
	height: 10px;
	width: 125px;
	border: 1px solid #666666;
}

.txtArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #F3F3F3;
	height: 60px;
	width: 125px;
	border: 1px solid #666666;
}

.frmBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	height: 15px;
	width: 62px;
	border: 1px solid #666666;
}
