@charset "utf-8";

html, body {
	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	overflow:hidden; /* hide browser's main scrollbar */
	height: 100%;	
	background-image: url(../../images/bg_tile.png);
}
img { behavior:url(../js/iepngfix.htc); border: none; }
h2 {
	font-size: 1.2em;
	color:#2c4370;
}
p {
	color: #2C4370;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #000099;
}
a:active {
	color: #FFFF00;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#main_container {
	width:100%;
 /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */

	background-image: url(../../images/bg_tile.png);
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

	#main_container .content_wrapper {
	margin-left:auto;
	margin-right:auto;
	z-index: auto;	/*	width:90%;*/
	}

.content_wrapper {
		margin-top:-1px;
		margin-bottom:0;
		width: 1000px;
		background-image: url(../../images/bg.png);
		background-repeat: repeat-y;
		padding-top: 18px;
		min-height: 710px;
}
.ie .content_wrapper {
		margin-top:0px;
}
	#main_container .spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
		height:30px;
	}

#foot_wrap { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:35px; /* fix bar's height */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
	background-image:url(../../images/bg_foot.png)
}

		
/*
* TOP menu links and link effects
*/
#main_hd .nav_menu {
	height:28px;
	position: relative;
	top: 16px;
	margin: 0 auto 0 auto;
	width: 860px;
}
.ie #main_hd .nav_menu {
	top: 15px;
	margin-top: 3px;
}	 
#main_hd .nav_menu ul {
	margin-top:0px;
	list-style:none;
}

#main_hd .nav_menu li {
	display:inline;

}

#main_hd .nav_menu li a {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:9px;			
	padding-right:9px;
	border: #CCCCCC 1px solid;
}
.ie #main_hd .nav_menu li a {
	height: 28px;
}
#main_hd .nav_menu a:link,
#main_hd .nav_menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#355187;
}

#main_hd .nav_menu a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2c4370;
}	

#main_hd  h1 { position:absolute; background:url(../../images/logo_campaignimprints.png); width:385px; height:50px; text-indent:-1900px; }
#main_page {
	width: 100%;
	margin: 0 auto 0 auto;
}
#main_hd {
	/*height: 129px;*/
	width: 100%;
	height: 126px;
	background-image: url(../../images/bg_head.png);
	background-repeat: repeat-x;
	background-position:top;
	z-index:100;
}
#body {
	/*height: 129px;*/
	width: 100%;
	height: 100%;
	background-image: url(../../images/bg.png);
	background-repeat: repeat-y;
	background-position:top;
	margin: 0 auto;
}
#body {
	width: 750px;
}
#masthead {
	width: 780px;
	margin: 0 auto;
	/*border: #000066 1px solid;*/
	position: relative;
	height: 60px;
}
#logo {
	width: 390px;
	float: left;
}
.ie7 #logo {
	margin-top: 16px;
}
#slogan {
	width: 330px;
	margin-top: 21px;
	float: right;
	color: #060a74;
	font-size: 1.2em;
	font-style: italic;
}
#phone {
	color: #FFFFFF;
	font-size: 1.3em;
	font-style: italic;
	position: relative;
	width: 780px;
	text-align: right;
	padding-right: 5px;
	margin: 0 auto;
	top: 5px;
}

#foot_inner {
	width: 780px;
	margin: 0 auto;
	clear: both;
}
#copyright {
	width: 300px;
	float: left;
	margin-top: 5px;
}
#payment_types {
	float: left;
	margin: -20px 15px 0px 480px;
}	
.txt-white {
	color:#FFFFFF;
}
#home_content {
	float: left;
	width: 720px;
	color: #900;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#special {
	float: left;
 	width: auto;
}
#ecropolis {
	background-image:url(/images/logo_ecropolis.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	height: 25px;
	width: 98px;
	float: left;
	margin: -20px 0 0 25px;
}
.left {
	float: left;
	margin-left: 50px;
}
.right {
	float: right;
	margin-right: 50px;
}
