@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background:#f1f8f9;
	color: #555;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align:center;
	border-bottom:5px solid #FFFFFF;
	background:url(header-bg.jpg) repeat-x top;
}
#ImgGallery {
	margin-bottom:20px;
}
#menu {
	background:url(menu-right.png) no-repeat right top;
	top:255px;
	width:auto;
	padding-right:50px;
	display:inline-block;
	position:absolute;
}

#content {
	padding-top:35px;
	width:100%;
}
#bar {
	padding:0 30px 20px 20px;
	background:#ebf2f3 url(sq.png) no-repeat left top;
	float:left;
	display:inline-block;
	width:250px;
	min-width:250px;
}
#submenu {
	text-align:right;
}
#submenu ul {
	padding:0;
	margin:0;
	list-style:none;
}
#bar a {
	color:#09C;
	text-decoration:none;
}
#bar a:hover {
	color:#000;
	text-decoration:underline;
}

#bar h2 {
	text-align:right;
	padding:10px 30px 0px 10px;
	margin:20px -20px -10px 0;
	font-size:125%;
	height:50px;
	min-width:200px;
	background:url(h2-bg.png) no-repeat right top;
	clear:both;
}
#bar #phone {
	margin:0;
	padding:0;
	width:251px;
	height:260px;
	background:url(phone.png) no-repeat top left;
}
#bar #phone div {
	display:inline-block;
	margin:125px 0 0 143px;
}
#bar #subscribe{
	text-align:right;
}
#bar #subscribe form{
	text-align:left;
	display:inline-block;
	width:70%;
	padding:0;
	margin:0;
}
#bar #hot {
	width:90%;
	clear:both;
	margin:0 0 30px 20px;
}
#bar #hot ul {
	padding:0;
	margin:0;
	list-style:none;
}
#bar #hot li {
	width:100%;
	padding:10px 0;
	border-top:1px solid #FFF;
	display:block;
	min-height:90px;
	height:auto;
}
#bar #hot img {
	float:left;
	border:1px solid #333;
	margin:0 5px 5px 0;
}

#text {
	padding:0 20px;
	margin:0;
	display:inline-block;
	width:60%;
}
#text #bread {
	text-align:right;
	padding-right:150px;
	margin-bottom:-18px;
}
#text h1 {
	text-align:right;
	padding:37px 80px 0 0;
	margin:0;
	font-size:135%;
	height:79px;
	min-width:300px;
	background:url(h1-bg.png) no-repeat right top;
}
#text a {
	color:#555;
	text-decoration:underline;
}
#text a:hover {
	color:#000;
}
#imgmenu {
	padding:0;
}
#imgmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#imgmenu li {
	width:250px;
	min-height:150px;
	display: inline;
	margin: 5px;
	padding: 4px;
	float: left;
	border:1px dotted #DDD;
	text-align:left;
}
#imgmenu li div {
	padding-top:5px;
}
#imgmenu img {
	border:1px solid #000;
	float:left;
	margin: 0 5px 0 0;
}
#imgmenu a {
	font-size: 11px;
	color: #777;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#imgmenu a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#imgmenu a img{
	border-color: #069;
}
#imgmenu a:hover img{
	border-color: #555;
}

.inputfield {
	width:100%;
	margin-bottom:5px;
}
#price.inputfield {
	width:78%;
}
#currency.inputfield {
	width:20%;
}
#copybar {
	clear:both;
	width:100%;
	font-size:90%;
	color:#555;
	background-color:#FFF;
	height:71px;
}
#copybar a{
	color:#555;
	text-decoration:underline;
}
#copybar a:hover{
	color:#000;
}

#copybar .left{
	padding-left:7%;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	float:left;
	display:inline;
}
#copybar .right {
	padding-right:7%;
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	display:inline;
	margin:0;
}
