@charset "UTF-8";

/* -----------globally set all margins and padding to 0------------*/

* {
padding:0;
margin:0;
}



/* ----------------sets a div centered for all the content 800 pixels wide---------------------------*/
#wrapperall {
	background-colour: #ccc;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/* header
----------------------------------------------- */

#header1 {
	height: 146px;
	width: 800px;
}

#header2 {
	height: 9px;
	width: 508px;
	background-color: #FFFFFF;
	float: left;
}

/* navigation styles
----------------------------------------------- */

#nav {
	width: 292px;
	background-color: #FFFFFF;
	float: left;	
}

#nav ul{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#nav a{
	width:282px;
	background: url(images/general/navrollover.jpg) no-repeat;
	text-decoration:none;
	height:26px;
	color: #004090;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	margin: 0px;
	padding-bottom: 0px;
}

#nav .home a{
	width:282px;
	background: url(images/general/rollover_home.jpg) no-repeat;
	text-decoration:none;
	height:30px;
	color: #004090;
	display: block;
	width:282px;
	padding-left: 10px;
	padding-top: 18px;
	margin: 0px;
	padding-bottom: 0px;
	}
	
#nav a:hover{
	color: #f58220;
	background-image: url(images/general/navrollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
}

#nav .home a:hover{
	color: #f58220;
	background-image: url(images/general/rollover_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 -48px;
}

/* main content set for mapping page
----------------------------------------------- */

#undernavcontent {
	width: 282px;
	float: left;
	background-color: white;
}

#maincontentmap {
	width: 506px;
	float: left;
	height: 478px;
	border: 1px solid #4673AE;
	background-image: url(images/mapping/map_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentmap .maptitle {
	margin-left: 100px;
	margin-top: 10px;
}


#maincontentmap p {
	margin-left: 10px;
	margin-top: 10px;
	width: 226px;
	float: left;
}

#maincontentmap .mapcomp {
	margin-top: 10px;
	margin-left: 15px;
}

#maplogos img {
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 50px;
}

#maplogos .aa {
}

#maplogos .imta {
}


/* main content set for large format main page
----------------------------------------------- */

#maincontentlf {
	width: 506px;
	float: left;
	height: 414px;
	border: 1px solid #4673AE;
	background-image: url(images/largeformat/lf_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentlf .lftitle{
	margin-left: 100px;
	margin-top: 10px;
}

#maincontentlf p{
	margin-left: 10px;
	margin-top: 10px;
	width: 226px;
	float: left;
}


#maincontentlf .lfcomp {
	margin-left: 10px;
	margin-top: 10px;
}


#lfnav{
	float: left;
	height: 90px;
	width: 508px;
	margin-left: 292px;
}

#lfspecs{
	float: left;
	height: 175px;
	width: 508px;
	margin-left: 292px;
}

#lfnav .specstitle {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 364px;
	margin-bottom: 12px;
}


#lfnav p {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 1em;
}

#lfnav a {
	margin-left: 30px;
	text-decoration: none;
	color: #1D3D65;
}

#lfnav a:hover {
	color: #f58220;
}

/* text styles specific to all
----------------------------------------------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #012451;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #012451;
}

.copybold {
	font-weight: bold;
}

/* styles for point of sale page pos.html
----------------------------------------------- */

#maincontentpos {
	width: 506px;
	float: left;
	height: 511px;
	border: 1px solid #4673AE;
	background-image: url(images/pos/pos_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentpos .postitle {
	margin-left: 100px;
	margin-top: 10px;
}

#maincontentpos .poscomp {
	margin-top: 10px;
}

#maincontentpos p {
	margin-top: 10px;
	width: 239px;
	margin-left: 10px;
	float: left;
}

/* styles for presentation packaging packaging.html
----------------------------------------------- */

#maincontentpackaging {
	width: 506px;
	float: left;
	height: 432px;
	border: 1px solid #4673AE;
	background-image: url(images/packaging/packaging_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentpackaging .packagingtitle {
	margin-left: 100px;
	margin-top: 10px;
}

#maincontentpackaging .packagingcomp {
	margin-top: 10px;
}

#maincontentpackaging p {
	margin-top: 10px;
	width: 239px;
	margin-left: 10px;
	float: left;
}

/* styles for general print generalprint.html
----------------------------------------------- */

#maincontentgp {
	width: 506px;
	float: left;
	height: 615px;
	border: 1px solid #4673AE;
	background-image: url(images/generalprint/gp_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentgp .gptitle {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontentgp .gpcomp {
	float: right;
}

#maincontentgp .gpcompnomargins {
	padding: 0px;
	margin: 0px;
	float: left;
}

#maincontentgp p {
	margin-top: 10px;
	width: 239px;
	margin-left: 10px;
	float: left;
}

#maincontentgp .gptelno {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#maincontentgp .gpcontralogo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* styles for login page login.html
----------------------------------------------- */

#maincontentlogin {
	width: 506px;
	float: left;
	height: 293px;
	border: 1px solid #4673AE;
	background-image: url(images/login/login_bg.jpg);
	background-repeat: repeat-x;
}

#maincontentlogin .existing {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 73px;
	float: left;
}

#maincontentlogin .new {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

/* styles for the login forms on the login template
----------------------------------------------- */

#maincontentlogin .existingform {
	width: 235px;
	height: 110px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #012553;
	background-color: #CEDAEA;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#maincontentlogin .newform {
	width: 235px;
	height: 110px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #012553;
	background-color: #CEDAEA;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

label {
	position: absolute;
	text-align:right;
	width:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #004090;
}
input, textarea {
	margin-left: 80px;
	width: 144px;
	margin-bottom: 4px;
	border: 1px solid #004090;
	height: 20px;
}

#button {
	background-color: #22599F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	width: 144px;
	border: 1px solid #2A0055;
	float: right;
	margin-right: 10px;
}

/* 
----------------------------------------------------------- */

#maincontentlogin h1 {
	margin-left: 9px;
	margin-top: 10px;
	float: left;
	width: 300px;
	clear: both;
}

#maincontentlogin p {
	margin-top: 10px;
	width: 237px;
	margin-left: 9px;
	float: left;
}

#loginnav{
	float: left;
	height: 20px;
	width: 508px;
	margin-left: 292px;
	margin-top: 10px;
}

#loginnav a {
	width: 237px;
	margin-left: 9px;
	float: left;
	text-decoration: none;
	color: #1D3D65;
}

#loginnav a:hover {
	color: #f58220;
}


/* styles for downloadinfo.html and uploadinfo
----------------------------------------------- */

#downuploadinfo{
	float: left;
	width: 508px;
	margin-left: 292px;
	
}

#downinfo {
	margin-top: 10px;
	float: left;
	height: 330px;
	width: 506px;
	border: 1px solid #012553;
	background-image: url(images/login/download_bg.jpg);
	background-repeat: repeat-x;	
}


#col1, #col2 {
	margin-top: 10px;
	width: 237px;
	margin-left: 9px;
	float: left;
}
#downinfo ul {
	list-style-image: none;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	clear: both;
}

#downinfo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #012451;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
}

.copyboldtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.copyboldhead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}

/* styles for contacts.html
----------------------------------------------- */

#maincontentcontacts {
	width: 506px;
	float: left;
	height: 365px;
	border: 1px solid #4673AE;
	background-image: url(images/contacts/contactsbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#maincontentcontacts .contactstitle {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
}

#maincontentcontacts p {
	margin-bottom: 1px;
	color: #000000;
}

#maincontentcontacts .copyblue {
	color: #014190;	
}

#col1contact{
	margin-top: 10px;
	width: 193px;
	margin-left: 20px;
	float: left;
}

#col2contact {
	margin-top: 10px;
	width: 193px;
	margin-left: 60px;
	float: left;
}
.copyblue a {
	text-decoration: none;
	color: #054492;
}
