@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
	line-height:1.6em;
	margin:0 auto;
	padding:0;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-color: #0E203A;
	}

a:link {
	text-decoration: none;
	color: #FFE100;
}
a:visited {
	text-decoration: none;
	color: #FFE100;
}
a:hover {
	text-decoration:none;
	color: #FFF;
}

form
{
	padding:0 !important;
	margin:0 !important;
}
img{
border:0px;
}
div{
	display:block;
	padding:0;
	margin:0;

}

.boxTop{
	width:1020px;
	height:150px;
	margin:0 auto;
	background-image:url(header.png);
	background-repeat:no-repeat;
	background-position: center center;
	text-align:center;
	padding-top:18px;
	margin-top:15px;
	border:1px;
	border-radius:8px 8px 0 0;
	box-shadow:-1px 2px 12px #181818;

}
.topNav{
	width:1020px;
	margin:0 auto;
	text-align:center;
	background-image:url(nav.png);
	background-position:center center;
	background-repeat:repeat-x;
	height:35px;
	border-top:0;
	box-shadow:-1px 2px 12px #181818;
}
.topNav ul{
	position:relative;
	float:right;
	list-style:none;
	margin:0 auto;
	padding:0;
	display:block;
	text-align:center;
}
.topNav li{
	margin:3px;
	padding:4px;
	font-weight:bold;
	float:left;
	color:#FC0;
	clear:none;
	/*border:1px solid #06F;
	*/
	border-radius:4px;
}

.clear{
	clear:both;
}
.box{
	width:1020px;
	margin:0 auto;
	padding:0;
}
.boxMain{
	width:1020px;
	margin:10px auto;
	padding:2px;
	border:1px;
	border-radius:8px;
	box-shadow:-1px 2px 12px #181818;
	position:relative;
	display:block;

}
.boxLeft{
	width:180px;
	float:left;
	margin:5px 2px;
	position:relative;
	display:block;
}
.boxRight{
	width:820px;
	float:right;
	margin:5px 2px;
	position:relative;
	display:block;
}
.boxRight a{
	color:#000099;
}

.boxHead{
	border-top:4px solid #CCC;
	border-bottom:2px solid #CCC;
	border-left:4px solid #CCC;
	border-right:4px solid #CCC;
	border-radius:8px 8px 0 0;
	padding:2px 10px;
	color: #FFE100;
	font-weight:bold;
	font-size:14px;
	background-color: #039;
}

.boxBtm{
	border-top:1px solid #CCC;
	border-bottom:4px solid #CCC;
	border-left:4px solid #CCC;
	border-right:4px solid #CCC;
	border-radius:0 0 8px 8px;
	padding:2px 10px;
	color: #FFE100;
	font-weight:bold;
	margin-bottom:10px;
	background-color: #124AB4;
}
.ulLeftMenue{
	list-style:none;
	margin:0;
	padding:0;
}
.spanWhite{
	color:white;
	font-size:12px;
}
.boxRound{
	border:8px solid #CCC;
	padding:10px;
	border-radius:8px;
	color:#FFE100;
	margin-bottom:10px;
	background-color: #124AB4;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.boxRoundWhite{
	position:relative;
	border:1px solid #CCC;
	padding:20px 10px;
	border-radius:8px;
	color: #900;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	background-color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.boxRoundTxt{
	border:1px solid #CCC;
	padding:15px;
	border-radius:8px;
	font-size:16px;
	margin-bottom:10px;
	background-color: #FFF;
	background-image:url(catdogwallpaper.png); background-repeat:repeat;
	line-height:1.8em;
}

.boxRoundTxtProduct{
	border:1px solid #CCC;
	padding:15px;
	border-radius:8px;
	font-size:14px;
	margin-bottom:10px;
	background-color: #FFF;
	line-height:1.8em;
}

.productBox{
	width:360px;
	height:255px;
	clear:none;
	margin:5px;
	float:left;
	position:relative;
	
}
.productTitle{
clear:both;
margin:0;
padding:2px 5px;
font-size: 16px;
font-weight:bold;
text-align:left;
}
.productBoxMain{
font-size:14px;
line-height:1.6em;
clear:both;
margin:0;
padding:2px 5px;
text-align:left;
}
.productImage{
border:0;
float:left;
margin:2px 5px 2px 0;
height:160px;
}
.productBoxPrice{
clear:both;
margin:0;
padding:2px 5px;
text-align:left;
font-size:12px;
}
.productBoxEdit{
position:absolute;
right:0;
top:0;
clear:both;
margin:0;
padding:0px 5px;
text-align:left;
font-size:12px;
}

.page{
clear:both;
margin:0;
padding:3px 5px;
text-align:center;
}

.productMainPhoto{
	float:left;
	margin:5px;
	width:260px;
	height:200px;
}
.productMainRight{
width:500px; 
float:left;
}

.productMainTxt{
line-height:1.6em;
}

.productMainTitle{
font-size:24px;
font-weight:bold;
text-align:left;
}
.productMainPrice{
	font-size:14px;
	font-weight:bold;
}

.productMainRight input{
	width:300px;
	padding:2px 3px;
}
.productMainRight textarea{
	width:450px;
	padding:2px 3px;
	height:80px;
}



.footer{
	background-color: #124AB4;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	margin:10px 0;
	border:1px;
	border-radius:8px;
	box-shadow:-1px 2px 12px #181818;
	color:#FFF;
}
.spanHL{
	display:block;
	border-bottom:2px solid #CCC;
	margin:10px 0;
}

.mapdirform{
margin:0;
padding:0;
}
.map{
margin:0;
padding:0;
}
.directions{
padding:0;
}

.requestFormDiv{
	border:1px solid #CCC;
	border-radius:6px;
	background-color: #f0f0f0;
	margin:10px auto;
	padding:10px;
	width:500px;
	box-shadow:-1px 2px 12px #181818;
	text-align:left;
	color:#000000;
}

.alertA{
margin:2px 5px; 
padding:5px; 
background-color:#FFFFFF; 
border:1px solid #CCCCCC; 
border-radius:4px;
}
.alertA:hover{
	background-color:#f0f0f0;
}