@charset "utf-8";

html , body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:12px;
	background: url('../../images/skin/default/back.jpg') repeat;
	text-align:left;
	min-height:653px;
	height:100%;
	color:#333333;
}


.main {
	width:950px;
	margin:0 auto;
}

.page {
	margin-left:39px;
	margin-top:-12px;
	
	
}


.myAccount {
	margin-right:150px;
	margin-top:40px;
	
	
}

.myAccount a { color:#FFF;}


li , ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}


.middle-top {
	background: url('../../images/skin/default/middle-top.png') no-repeat;
	height:20px;
	line-height:20px;

}

.middle-footer {
	background: url('../../images/skin/default/middle-footer.png') no-repeat;
	height:24px;
	line-height:24px;
}

.middle {
	background: url('../../images/skin/default/middle.png') repeat-y;
	min-height:300px;
	padding:10px 30px;
	width:820px;
	
}

.header {
	background: url('../../images/skin/default/header.png') no-repeat;
	height:404px;
	
	
}

#logo {
	width:350px;
	text-align:left;
	margin-left:80px;
	margin-top:10px;
}



#nav {
	
	
	margin-left:47px;
	
}

#nav .sep {
	background:  url('../../images/skin/default/nav-split.png') no-repeat;
	width:1px;
	margin-top:3px;
	height:48px;
	
	float:left;
	
	text-align:center;

}
#nav a, #nav a:active {
	font-size:9px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:left;
	height:12px;
	text-decoration:none;
	padding:23px 0px 16px 0px ;
	width:123px;
	margin-top:1px;
}

#nav a.first , #nav a.last {
	width:118px;
	margin-top:0px;
}

#nav a:hover {
	color:#FFF;
	background:  url('../../images/skin/default/nav-hover.png') repeat-x;
}



#nav a.first:hover {
	color:#FFF;
	background:  url('../../images/skin/default/nav-hover-left.png') repeat-x;
}

#nav a.last:hover {
	color:#FFF;
	background:  url('../../images/skin/default/nav-hover-right.png') repeat-x;
}


#footer {
	color:#848d7f;
	font-size:10px;	
	text-align:right;
	padding-bottom:20px;
	margin-right:50px;
	
}

#footer a { color:#848d7f;   text-decoration:none; padding:3px; }


h1 {
	font-size: 22px;
	font-weight: bold;
	padding : 2px 0px 2px 0px;
	margin : 5px 0px;
	color:#181818;
}


h2 {
	padding : 0px 0px 0px 0px;
	margin : 0px;
	font-weight: bold;
	font-size: 16px;
	
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding : 4px 0px 4px 0px;
	margin : 0px;
	color:#333333;
}



input, select, textarea {
	padding:3px;
	font-size:11px;
}

.smallFormContent {
	margin-right:80px;
	margin-top:15px;
}

.smallFormContent input { color:#848d7f; font-style:italic; font-size:11px; padding:3px;}

.smallFormContent .imgButton {
	margin-top:-4px;
}

.formContent label {
	width:120px;
	font-weight:normal;
	float:left;
	text-align:right;
	margin-right:5px;
	margin:3px 5px;
	padding-top:2px;
}

.formContent input , .formContent select, .formContent textarea , .formContent div.field {
	float:left;
	width:260px;
	margin:3px 5px;
	background:#FFF;
	border:0px;
	padding:3px 5px;
}

.formContent div.field { background: none; }

.formContent button {
	margin-left:135px;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	padding: 5px 10px;
	margin-top:5px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
}



.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

#map  {
	margin:15px 0px;
	width:390px;
	height: 385px;
	color:#000;
	border:2px solid #FFF;
}


#overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

#pagination {
	font-size:11px;
	
	margin-top:15px;
	padding:5px;
}

#pagination span {
	padding-right:20px;
}

.lostPass {
	font-size:10px;
	font-style:italic;
	margin-left:135px;
}

.lostPass a {
	color:#3b7988;
}



.borderLine {
	padding:0px 50px;
	border-right:1px solid #f4aa50;
}


.small {
	font-size:9px;
}

	

.smallPic {
	width:150px;
	height:120px;
	overflow:hidden;
	background:#191717;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #000;
}


.smallPic:hover {
border:1px solid #000;
}



.tel {
	font-weight:bold;
	margin-top:20px;
	font-size:13px;
	text-align:center;	
}



.more {
	background-image: url('../../../data/images/skin/default/button.png');

	background-repeat: no-repeat;
	background-position: 2px center;
	padding:3px;
	padding-left:36px;
	margin:5px 0px;
	color:#b40e53;
	width:120px;
}

.more:hover {
	background-image: url('../../../data/images/skin/default/button-hover.png');
}

.more a {
	color:#b40e53;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
}

a { color:#b40e53; text-decoration:none; }
a:hover , .more a:hover  {
	color:#848d7f;
}




.back {
	
	margin-top:0px;
	padding:5px 0px;
	padding-left:15px;
	background: url("../../images/icons/arrow_back.png") no-repeat left center;
}
.back a {
	color:#000;
	font-size:10px;
	text-decoration:none;
}



.navArrows {
	width:55px;
	margin-top:230px;
}

.file {
	 padding:14px 10px;
	 background: #c2beb1 url('../../images/icons/pdf.png') no-repeat 10px 10px;
	 padding-left:44px;
	 margin:10px 0px;
	 min-height:14px;

 
}

.otherProd {
 background: #dfe7fb;
 padding:5px;
 width:auto;
}

.file a {
	text-decoration:underline;
	margin-bottom:3px;
	color:#000;
}

.file a:hover {
	text-decoration:none;
}




#adminContent {
	z-index:9999;
	position:absolute;
	left:50%;
	color:#000;
	top:50%;
	width:650px;
	height:450px;
	overflow:auto;
	margin-left:-325px;
	margin-top:-300px;
	
	background:#FFF;
	padding:15px;
	padding-top:25px;
	
}


.newsText {
	margin-left:15px;
	width:670px;
}

.newsText2 {
	
}

.newsPic {
	border:2px solid #838d7f;
	width:115px;
	height:85px;
	background:#FFF;
	overflow:hidden;
}

.newsPic3 {
	border:2px solid #838d7f;
	width:200px;
	height:140px;
	background:#FFF;
	overflow:hidden;
}

.newsText3 {
	margin-left:15px;
	width:570px;
}

.newsItem {
	border-bottom:1px dotted #848d7f;
	padding-bottom:10px;
}


.homeB {
	width:390px;
	float:left;
}

.homeIcon {
	width:110px;
	text-align:center;
	margin-right:15px;
}

.homeTxt {
	width:250px;
}

.homeBorderRight {
	border-right:1px dotted #848d7f;
	
}

.homeBorderBottom {
	border-bottom:1px dotted #848d7f;
	padding-bottom:10px;
}

.sh2 { padding-top:20px }
