@charset "utf-8";
/* CSS Document */


html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #066;
	text-decoration: none;
}
a:visited {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #0CC;
	text-decoration: underline;
	cursor: pointer;
}

#background{position:absolute; z-index:1; width:100%; height:100%;}

p {
	line-height:1.5em;
	letter-spacing:0.02em;
}

#main {
	height:100%;
	left:-17px;
	overflow:auto;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}

#content {
	width: 897px;
	height: 643px;
	
}
#logo {
	float: left;
	width: 400px;
	height: 45px;
	margin: 35px 0 0 35px;
	display: inline;
	border: none;
}
#nav {
	float: left;
	width: 820px;
	height: 22px;
	margin: 5px 0 0 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
#quoter {
	float: right;
	width: 275px;
	height: 45px;
	margin: 29px 29px 0 0px;
	display:block;
	background-image:url(/precisionprint/images/getquote.gif);
	background-repeat:no-repeat;
}


#popper {
	width: 275px;
	height: 45px;
	cursor: pointer; 
}

.nav_menu {
	margin: 0;
	padding: 0 0 0 15px;
	color: #8CC63F;
}

.nav_menu li{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;	

}

.nav_menu li a {
	color: #00AEEF;
}

.movie {
	float: left;
	width: 400px;
	height: auto;
}

.info {
	float: left;
	width: 830px;
	height: 460px;
	padding: 10px 0 0 35px;
}
.footer {
	float: left;
	width: 820px;
	border-top: 1px dotted #ccc;
	margin: 5px 0 0 33px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	color: #404040;
}


.txt_left {
	float: left;
	width: 400px;
	height: auto;
	padding: 0 15px 0 0;
	overflow: hidden;
}

.txt_image {
	margin-top: 10px;
	float: left;
	width: 400px;
	height: 430px;
}

#t_blue {
	color: #00AEEF;
	font-weight: bold;
}
#t_green {
	color: #8CC63F;
	font-weight: bold;
}

#header_main {
	color: #00AEEF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.ul_main {

}

.ul_main li{
	line-height: 20px;

}

/* pop up window code */

#bgPopup{
	display:none;
	position:fixed;
	_position:absolute; 
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1000;
}
#popup{
	display:none;
	position:fixed;
	_position:absolute;
	height:370px;
	width:600px;
	background:url(../images/pop_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	border:3px solid #404040;
	z-index:2000;
	padding:12px;
	font-size:13px;
}
#popup h1{
	text-align:left;
	color:#066;
	font-size:22px;
	font-weight:600;
	border-bottom:1px dotted #00AEEF;
	padding:0 0 2px 0;
	margin: 0;
	margin-bottom:10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0px 1px 1px #bbb;
}

#popupClose{
	font-size:20px;
	line-height:10px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;  
	text-decoration:none;
}

#popupClose a:hover { color: #000; }
#team_image {
	width: 55px;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
#team_contact {
	float: left;
	margin-top: 4px;
}
.btn_feedback {
	float: left;
	width: 130px;
	height: 30px;
	overflow: hidden;
}

