﻿/* CSS Document */

#primMenu {
	width:140px;	
	margin:25px 0px 0px 25px;
	padding-bottom:25px;
	float:left;
}

.primLine {
	width:140px;
	height:29px;
	border-bottom:1px #efefef solid;
	
	background-image:url('../images/dot01.gif');
	background-repeat:no-repeat;
	background-position:left center;
	
	cursor:pointer;
}

.primLine:hover {
	background-color:#efefef;
	
	background-image:url('../images/dot02.gif');
	background-repeat:no-repeat;
	background-position:left center;
}

.primLine2 {
	width:140px;
	height:29px;
	border-bottom:1px #efefef solid;
	
	background-color:#efefef;
	background-image:url('../images/dot02.gif');
	background-repeat:no-repeat;
	background-position:left center;
	
	cursor:default;
}

#primField {
	width:745px;
	height:auto !important;
	height:350px;
	min-height:350px;
	padding:24px 0px 0px 10px;
	float:left;
	text-align:right;
	cursor:default;
	padding-bottom:25px;
}
