body {	
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 0px;
	background: url('images/bg_body.gif') 0px 0px repeat-x #ffffff;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}

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

#header {
	width: 1000px;
}

	#flashBanner{
	 	width: 1000px;
		height: 240px;	
	}

	#menu {
		width: 935px;
		height: 34px;
		padding: 0px 0px 0px 65px;
		position: absolute;
		top:195px;
	}

		#menu a {
			display: block;
			height: 26px;
			float: left;
			padding: 8px 36px 0px 37px;
			font-size: 12px;
			text-decoration:none;
			text-transform: uppercase;
			color: #FFFFFF;
		}

		#menu a.contact {
			margin-left: 10px;

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

		#menu b {
			float:left;
			width:0px;
			height:34px;
			border-left:1px solid #676767;
			border-right:1px solid #909090;
			*border-left:1px solid #676767;
			*border-right:1px solid #909090;
			_border-left: 0px;
			_border-right:1px solid #676767;
		}
 
		#menu a:hover {
			background-color:#FFFFFF;
			cursor:pointer;
			filter:alpha(opacity=20);  
			-moz-opacity:0.20;
			opacity: 0.20;

			color:black;
		}

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

#main {
	width:880px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#main .column {
	float: left;
}

/*#main #mainRight .two-columns .column {
	width : 359px;
}

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

#main #mainRight .three-columns .column {
	width : 235px;
}

#main #mainRight .three-columns .columnSeparator {
	width: 12px;
	height:1px;
	float: left;
}

#main #mainFull .two-columns .column {
	width : 455px;
}

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

#main #mainFull .three-columns .column {
	width : 300px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}
*/
#main .two-columns #mainLeft {
	width: 640px;
	padding-right:15px;
}

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


#main .three-columns #mainLeft {
	width: 225px;
	padding-right:15px;
}

#main .three-columns #mainCenter {
	width : 400px;
}

#main .three-columns #mainRight {
	width: 225px;
	padding-left:15px;
}
/*
#main .full-column #mainFull {
	width: 100%;
} */


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

#footer{
	width:880px;
	margin:20px auto 0px;
	padding:10px 0px 20px 0px;
	border-top:1px solid #C7C7C7;
}

/* 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: 3px;
		padding: 0px 2px 2px 2px;

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

		color: #e5037f;
	}

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

		color: #ffffff;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

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

		text-align: right;
	}

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

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

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

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

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

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

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



/*
#popSendToFriend{
	width:545px;
    height:350px;
    position:absolute;
    padding-left:25px;
    padding-top:50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
*/
