html { background: url('images/customer/bg_html.gif') center 0 repeat-y; }

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/customer/bg_body.gif') center 0 no-repeat #fff;
}

.bodySmall {	
	background: url('images/customer/bg_body-small.gif') center 0 no-repeat #fff;
}

#container {
	width: 860px;
	margin: 0 auto;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 810px;
	height: 90px;
	margin: 0 auto;
}

	#logo {
		width: 210px;
		height: 80px;
		float: left;
	}

	#menu {
		width: 600px;
		height: 25px;
		float: left;
		padding: 15px 0 0 0;
	}

		#menu a {
			display: block;
			float: right;
			padding: 2px 10px;

			color: #215995;
			font-size: 14px;
			text-decoration: none;
		}

		#menu span {
			float: right;

			color: #215995;
			font-size: 14px;
		}

		#menu a:hover {
			color:#ec0101;
		}

	#header .nVertMaster {
		padding: 3px 15px 2px 30px;
		float: right;
		background: url('images/customer/ico_tel.png') 0 4px no-repeat;
		
		color: #73ac0c;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -1px;
	}

#banner {
	width: 860px;
	height: 220px;
}

/* Main
-------------------------------------------------------------- */

#main {
	width: 770px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;

	background-color: #fff;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 250px;
	min-height: 360px;
	background: url('images/customer/bg_mainleft.gif') right 0 no-repeat;
}

#main .two-columns #mainRight {
	width: 497px;
}

	#main .two-columns .columnSeparator {
		width: 20px;
		height: 1px;
		float: left;
	}

#main .columnSeparator {
	width: 20px;
	height: 1px;
	float: left;
}

/* Footer
-------------------------------------------------------------- */

#footerContainer {
	margin: 0 auto;
	background: url('images/customer/bg_html.gif') center 0 repeat-y;
}

	#footer {
		width: 770px;
		margin: 0 auto;
		padding: 20px;

		font-size: 10px;
		color: #8ab9ec;
	}

		#footer a {
			color: #8ab9ec;
			text-decoration: none;
		}

/* Products > Products List Pager
-------------------------------------------------------------- *

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 2px;
		padding: 0 2px 2px 2px;

		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0;
		border-bottom: 2px solid #ec0101;

		color: #ec0101;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #ec0101;

		color: #fff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 30%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 40%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 30%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0;
		border-color: #c7c7c7;
		background-color: #fff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- *

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- *

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0; border: 3px solid #ddd; }

.cadre      { border-color: #eaeaea; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #ec0101; }
.importantText { color: #ec0101; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px; 
	border: 10px solid #cecdcd; 
	background-color: #fff;
}

.modalPopup  .btnClose {
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	background-color: #cecdcd;

	position: absolute;
	margin-top: -49px;
	margin-left: 438px;

	color: #fff;
	font-size: 10px;
}

.modalPopup  .btnClose:hover {
	background-color: #181818;
}
 
.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}
