@import "/css/reset.css";

html{
	font-size:100%;
}

body{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	line-height:1.125em;/* 18px */
	color:#959595;
	background:#e8eced url(/images/bg-body.png) repeat-x top left fixed;
}

/*===== TEXT =====*/

p{
	font-size:0.75em;/*12*/
	line-height:1.5em;/*18*/
	margin-bottom:10px;
	text-align:;
	color:#;
}

a{
	color:#90a686;
}

a:hover{
	/*text-decoration:none;*/
}

h1,h2,h3,h4,#nav li a,.purple-bar,.price,.button-more,.button-buy,.button-checkout{
	font-family:"Century Gothic","Apple Gothic",sans-serif;
	letter-spacing:0.025em;
}

h1{
	font-size:1em;
	line-height:1.25em;
	margin-bottom:10px;
	color:#555;
}

h1 span{
	display:none;
}

h2{
	font-size:0.875em;
	line-height:1.429em;
	margin-bottom:10px;
	color:#555;
}

h3{
	font-size:0.75em;
	line-height:1.5em;
	/*margin-bottom:10px;*/
	color:#959595;
}

ol,ul{

}

li{
	/*font-size:0.75em;*/
	margin-bottom:10px;
}

abbr, acronym{
	border-bottom:1px dotted #AAA;
	cursor: help;
}

input, textarea {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:0.75em;
	color:#888;
}

/*===== SECTIONS =====*/

#container{
	width:980px;
	margin:0px auto;
	background:#FFF;
}

/*========== HEADER ==========*/

#header{
	margin:0px 20px;
	top:0px;	
	position:absolute;
	width:940px;
}

	#logo{
		width:350px;
		height:0px;
		padding-top:120px;
		display:block;
		float:left;
		background:url(/images/logo.png);
		cursor:pointer;
		overflow:hidden;
	}
			
		#logo:hover{
		}
	
	#banner{
		float:right;
		text-align:center;
		margin-top:30px;
	}
	
	#call{
		font-size:0.875em;
	}
	
		#call strong{
			font-weight:bold;
			text-transform:uppercase;
			color:#555;
		}
	
	#sale-ad{
		display:block;
		height:50px;
		width:460px;
		margin-bottom:10px;
		background:url(/images/banner.gif) no-repeat top left;
	}
	
		#sale-ad span{
			display:none;
		}

/*========== NAVBAR ==========*/

#nav{
	clear:both;
	background:#35262d url(/images/bg-nav.png) repeat-x top left;
	height:30px;
	position:absolute;
	width:980px;
	top:0px;
	margin:130px 0px 10px;
}

	#nav ul{
		padding-left:20px;
		/*margin:2px 0px;*/
	}
	
		#nav li{
			display:inline;
		}
		
			#nav li a{
				width:140px;
				height:25px;
				padding-top:5px;
				display:block;
				float:left;
				margin-right:20px;
				font-size:0.875em;
				font-weight:bold;
				text-transform:uppercase;
				text-align:center;
				text-decoration:none;
				color:#FFF;
			}
			
			#nav li a.small{
				width:60px;
				font-size:0.75em;
				font-weight:normal;
				float:right;
			}
			
			#nav li a:hover{
				background:#35262d url(/images/bg-nav.png) repeat-x 0px -30px;
				text-decoration:underline;
			}

/*========== MAIN ==========*/

#main{
	clear:both;
	margin:170px 20px 0px;
}

/*========== CONTENTS ==========*/

#contents-wide{
	float:right;
	width:940px;
	margin:0px 0px 10px 20px;
}

/*========== FOOTER ==========*/

#footer{
	clear:both;
	background:#cccccc;
	padding:0px 0px 20px;
	color:#555;
	text-align:center;
}

	#footer p{
		padding:0px 20px;
		font-size:0.625em;
	}

		#footer p.dark{ 
			color:#959595;
			text-decoration:none;
			cursor:default;
		}
			#footer p.dark a, #footer p.dark a:hover{
				color:#959595;
				border-bottom:1px dotted #959595;
				text-decoration:none;
			}
	
	#footer a{
		color:#555;
		text-decoration:none;
	}
	
		#footer a:hover{
			text-decoration:underline;
		}
	
	#footer #footerbar{
		background:#35262d url(/images/bg-nav.png) repeat-x top left;
		display:block;
		height:18px;
		color:#ffffff;
		padding:6px 0px;
		font-size:0.75em;
		margin:0px;
	}
	
		#footer #footerbar.extra{
			margin-bottom:10px;
		}	
	
		#footer #footerbar a{
			color:#ffffff;
			text-decoration:none;
		}
		
		#footer #footerbar a:hover{
			color:#ffffff;
			text-decoration:underline;
		}	
		
/*========== MISC? ==========*/

h1{
	display:block;
	color:#000000;
	font-size:16px;
	line-height:18px;
	margin-bottom:10px;
	width:100%;
	height:auto;
	text-align:left;
	overflow:visible;
}

h3{	
	background:#90A686 url(/images/bg-pageheader.png) repeat-x scroll left top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:22px;
	line-height:18px;
	margin-bottom:10px;
	padding-left:10px;
	padding-top:3px;
	text-transform:uppercase;	
}

table{
	margin-bottom:5px;
}

.tableHeader {
	background-color:#cccccc;
	font-size:12px;
}

table.DialogBox{
	border:1px solid #cccccc;
}

table.DialogBox td{
}

td{
	font-size:12px;
	line-height:18px;
	padding:3px;
}

td p{
	font-size:1em;
}

hr{
	height:0px;
	margin:0px 0px 10px;
	padding:0px;
	border:none;
	border-bottom:1px dotted #90A686;
}

.dialogtext{
	font-size: 14px !important;
	line-height: 18px;
	color: #000000 !important;
	font-weight: bold !important;
	font-family:"Century Gothic","Apple Gothic",sans-serif;
	letter-spacing:0.025em;
	margin-bottom:5px;	
}

.RegSectionTitle {
	font-size: 14px !important;
	line-height: 18px;
	color: #555555 !important;
	font-weight: bold !important;
	font-family:"Century Gothic","Apple Gothic",sans-serif;
	letter-spacing:0.025em;
	margin-bottom:10px;
	padding-top:10px;
}

.FormButton {
	color:#959595;
	font-weight:normal;
}

input,textarea,select{
	margin-bottom:5px;
	padding:3px;
	font-size:12px;
	line-height:18px;
	color:#555555;
	font-family:Verdana,Helvetica,Arial,sans-serif;	
}

br{
	/*height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;*/
	display:none;
}

font.NavigationPath{
	display:block;
	margin-bottom:10px;
}