/* Fundementals */

body {
	background-color:#000;
	vertical-align:middle;
	text-align:center;
	padding:0;
	margin:0;
	font: normal normal normal 10pt 'Courier New', Courier, monospace;
}

a {
	cursor:pointer;
} 


/* Header Elements */

.header {
	width: 100%;
	height: 75px;
	color: #333;
	font-size: 10px;
	margin:0 0 -60px 0;
	padding:0;
}

.headerItem {
	display:block;
	list-style:square;
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
	height:75px;
}

.logoIcon {
	float:left;
	margin:0 0 0 0;
	padding:0;
}

.logoIcon a {
	width:75px;
	height:75px;
	display:block;
	background-image:url(images/vokta-graphic-design-logo.png);
}

.logoIcon a:hover {
	background-image:url(images/vokta-graphic-design-logo-hover.png);
}

.contactUsIcon {
	float:right;
	margin:0 0 0 0;
	padding:0;
}

.contactUsIcon a {
	width:75px;
	height:75px;
	display:block;
	background-image:url(images/vokta-graphic-design-contact-us.png);
	cursor:pointer;
}

.contactUsIcon a:hover {
	background-image:url(images/vokta-graphic-design-contact-us-hover.png);
}

/* Background Elements */

.voktaB {
	width:719px;
	height:555px;
	background-color:#000;
	padding:0;
	margin:0 auto 0 auto;
	z-index:0;
}

.bgimg {
	margin:0;
	padding:0;
	border-width:0px;
	border-collapse:collapse;
	display:block;
}

#FlashID {
	width:112px;
	height:230px;
	margin:0;
	padding:0;
	border-collapse:0;
	border-width:0;
}

.enterTxt {
	text-decoration:none;
	color:#444;
	font: normal normal normal 36px 'Courier New', Courier, monospace;
	margin:85px 184px 105px 5px;
	padding:0;
	display:block;
	height: 40px;
	width: 130px;
}

.enterTxt:hover {
	color:#999;
}

/* Footer Elements */

.menu {
	position:absolute;
	bottom:0;
	width: 100%;
	left:0;
}

.voktaServices{
	width:100%;
	background-color:#000;
	border-top: 1px solid #666666;
	color: #666666;
	font-size: 12px;
	margin:0;
	padding: 2px 0 3px 0;
}

.voktaServices a {
	text-decoration:none;
	color: #666666;
	font-size:12px;
	cursor:default;
}

.voktaServices a:hover {
	color: #CCC;
}

.voktaNav{
	width:100%;
	background-color: #666666;
	color:#000;
	font-size: 14px;
	letter-spacing:1px;
	margin:0;
	padding: 2px 0 4px 0;
}

.voktaNav a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.voktaNav a:hover {
	color:#CCC;
}




.contacts {
	color:#666;
	width: 15%;
	height: 800px;
	position: fixed;
	right: 19px;
	text-align:left;
	
}


.form1 {
	font: normal normal normal 12px 'Courier New', Courier, monospace; 
	background-color: #333; 
	color: #999;
	border-width: 0px;
	text-indent: 4px;
	overflow:hidden;
	display: inline-block;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#firstNam {
	height:15px;
	width: 100%;
	background-color: #333;
}
#secondNam {
	height:15px;
	width: 100%;
	background-color: #333;
}
#emailAdd {
	height:15px;
	width: 100%;
	background-color: #333;
}
#phoneNum {
	height:15px;
	width: 100%;
	background-color: #333;
}
#subjectBod {
	height:100px;
	padding: 1px 0 1px 4px;
	background-color: #333;
	width: 98%;
}
#submit {
	height:15px;
	width: 100%;
	background-color: #444;
	margin:0;
	padding:0;
}

#submit:hover {
	color:#CCC;
	border: 1px solid #999;
}




