* { margin: 0; padding: 0; }

html { font-size: 100.01%; height: 100%; }
body { font-size: 62.5%; height: 100.05%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor/**/: /**/pointer; }

input.text, textarea { 
	border: solid 1px #0061a0;
	padding: 3px 2px; 
}
.submit { 
	cursor/**/: /**/pointer; 
}

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; z-index: 10; }

.hp a:link, .hp a:visited {
	color: #0061a0;
	text-decoration: none;
}

a:link
{
	text-decoration: underline;
	color: #284172;	
	
}


a:visited {
	color: #0061a0;
}
a:link:hover, a:visited:hover {
	color: #0061a0;
	text-decoration: underline;
}
a.inv:link, a.inv:visited {
	text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
	width: 48%;
	margin: 0 3.5% 0 0;
}
body #page .last {
	margin-right: 0;
}


/* Clear Floats Without Structural Markup */
#ie7 .clearFix {
	min-height: 1%;
}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* layout - specific */
body {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #444849;
}

#links1 {
	width: 945px;
	margin: 0 auto;
	text-align: right;
	padding: 20px 0 10px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 1.4em;
}
	#links1 a:link, #links1 a:visited {
		color: #FFFFFF;
		font-weight: bold;
		padding: 0 20px 0 15px;
	}
	#links1 a.shop:link, #links1 a.shop:visited {
		background: url(img/icon-shop.png) no-repeat 100% 60%;
	}
	#links1 a.about:link, #links1 a.about:visited {
		padding: 0 0 0 15px;
	}
	#links1 a.contact:link, #links1 a.contact:visited {
		background: url(img/icon-phone.png) no-repeat 100% 60%;
	}


#page {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4em;
	position: relative;
	border-top: solid 15px #086eac;
	padding: 5px 0 0;
	background: #FFFFFF;
	color: #0061a0;
}
	#page2 {
		width: 933px;
		border-right: solid 12px #feae00;

	}

#top {
	position: relative;
	width: 100%;
	margin: 0 0 5px;
}
	#logo {
		width: 100%;
		height: 123px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 100%;
			height: 123px;
			background: url(img/header.jpg) no-repeat 0 0;
		}
			#logo a:link span, #logo a:visited span {
				display: block;
				text-indent: -999em;
			}

#menuBar {
	height: 29px;
	background: #feae00;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 0 0 5px;
}
	#menuBar ul {
		width: 913px;
		height: 29px;
		margin: 0 0 0 20px;
		background: url(img/menu-sep.gif) no-repeat 0 0;
	}
		#menuBar li {
			float: left;
			position: relative;
			font-weight: bold;
		}
			#menuBar li a:link, #menuBar li a:visited {	
				float: left;
				display: block;
				color: #FFFFFF;
				line-height: 26px;
				height: 29px;
				padding: 0 10px 0 9px;
				background: url(img/menu-sep.gif) no-repeat 100% 0;
				text-decoration: none;
			}
			#menuBar li a:link:hover, #menuBar li a:visited:hover,
			#menuBar li:hover a:link, #menuBar li:hover a:visited {
				background-color: #086eac;
				text-decoration: none;
			}
			#menuBar li.active a:link, #menuBar li.active a:visited {
			}

			#menuBar li ul {
				display: block;
				width: 150px;
				height: auto;
				margin: 0;
				position: absolute;
				left: -999em;
				top: 29px;
				background: #feae00;
				padding: 5px 0 0 0;
			}
			#menuBar li:hover ul {
				left: 0;
			}
				#menuBar li ul li {
					float: left;
					width: 100%;
					font-weight: normal;
					margin: 0;
				}
					#menuBar li li a:link, #menuBar li li a:visited,
					#menuBar li:hover li a:link, #menuBar li:hover li a:visited {
						float: none;
						font-weight: normal;
						color: #FFFFFF;
						line-height: 1.6em;
						padding-bottom: 3px;
						height: auto;
						background: url(img/line-h1.gif) repeat-x 0 100%;
					}
					#menuBar li li a:link:hover, #menuBar li li a:visited:hover {
						background-color: #086eac;
					}
					#menuBar li li.last a:link, #menuBar li li.last a:visited,
					#menuBar li:hover li.last a:link, #menuBar li:hover li.last a:visited {
						background-image: none;
					}

#login {
	float: right;
	padding: 0 10px 0 0;
	margin-bottom: 25px;
	width: 450px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}
#ie7 #login {
	width: 470px;
}
	#login fieldset {
		border: none;
	}
	#login li {
		float: left;
		margin: 0 0 0 7px;
	}
	#login li.header {
		font-weight: bold;
		font-size: 106%;
		color: #0061a0;
		padding: 1.5em 0 0;
	}
		#login li label {
			display: block;
			font-weight: 500;
			color: #00a8eb;
			margin: 0 0 .2em;
		}
		#login li input.text {
			width: 120px;
		}
	#login li.but {
		padding: 1.5em 0 0;
	}
		#login input.submit {
			background: url(img/bullet-1.gif) no-repeat 0 45%;
			border: none;
			padding: 0 0 0 17px;
			font-weight: bold;
			font-size: 106%;
			color: #0061a0;
		}

#colWrap {
	clear: both;
	width: 900px;
	overflow: hidden;
	margin: 0 16px 0 17px;
}
	#content {
		float: left;
		width: 550px;
		padding: 35px 0 20px 0;
	}
	#colSide1 {
		float: right;
		width: 270px;
	}

.hp #colWrap {
	min-height: 530px;
	background: url(img/hp-img.jpg) no-repeat 525px 100%;
}
	.hp #content {
		padding: 0;
	}
	.hp #colSide1 {
		padding: 30px 0 0;
	}


#content h1 {
	color: #0061a0;
	font-size: 157%;
	font-weight: bold;
	margin: 0 0 .3em;
}
#content h2 {
	color: #0061a0;
	font-size: 114%;
	font-weight: bold;
	margin: .3em 0 .5em 0;
}
#content h3 {
	font-size: 107%;
	color: #0061a0;
	margin: 0 0 .2em 0;
}
#content p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
	font-size: 92%;
}
#content li {
	line-height: 1.4em;
	font-size: 92%;
}

.hp #content p, .hp #content li {
	font-size: 100%;
}


#colSide2 .title {
	border: solid 1px #a35407;
	border-width: 1px 0;
	padding: .5em 1em;
	margin: 0 0 1em;
	color: #f8a000;
}



#menuSide {
}
	#menuSide h2 {
	}
	#menuSide ul {
		width: 100%;
		overflow: hidden;
	}
		#menuSide li {
			float: left;
			width: 100%;
			margin: 0 0 3px;
		}
			#menuSide li a:link, #menuSide li a:visited {
				display: block;
				height: 21px;
				line-height: 21px;
				text-align: left;
				padding: 0 8px 0 23px;
				font-size: 84%;
				background: url(img/item-1.png) no-repeat 0 0;
			}
			#menuSide li a:link:hover, #menuSide li a:visited:hover {
				color: #f96106;
				text-decoration: none;
			}

#bot {
	background: #feae00 url(img/page-b.gif) repeat-x 0 0;
	height: 50px;
	line-height: 17px;
	color: #064870;
	width: 100%;
	overflow: hidden;
	font-size: 1em;
	border-top: solid 4px #444849;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}
	#bot a:link, #bot a:visited {
		color: #064870;
	}
	#copyright {
		float: left;
		margin: 0;
		padding: 7px 0 0 1em;
	}
	#links2 {
		float: right;
		margin: 0;
		padding: 0 1em 0 0;
	}
		#links2 a:link, #links2 a:visited {
			padding: 0 0 0 30px;
			background: url(img/bullet-2.gif) no-repeat 10px 50%;
		}




.images {
	width: 100%;
	overflow: hidden;
}
	.images li {
		float: left;
		margin: 0 7px 0 0;
	}
		.images li img {
			border: solid 1px #fa7526;
		}

.items {
	margin: 0 0 1em;
}
	.items li {
		background: url(img/bullet-1.gif) no-repeat 0 .15em;
		padding: 0 0 0 20px;
		margin: 0 0 .4em;
		letter-spacing: -1px;
	}

.special1 {
	font-size: 108%;
	font-weight: bold;
	color: #f96106;
}







