/************************  Section style settings  ************************/

.SectionContent {
	width:				610px;
	margin:				0px;
	padding: 			0px;
	text-align:			left;
}

/************************  Paragraph style settings  ************************/

.ParagraphContent {
	font-family:     	Arial, Helvetica, sans-serif;
	font-size:        	12px;
	font-weight: 		normal;
	margin-bottom: 		10px;
	line-height:		15px;
	color:				#666666;
	padding:			0px;
	text-align: 		left;
	display:			block;
	clear:				both;
}

.ParagraphContent A:LINK {
	font-weight			: normal;
	color				: #999999;
	text-decoration		: none;
}

.ParagraphContent A:VISITED {
	font-weight			: normal;
	color				: #999999;
	text-decoration		: none;
}

.ParagraphContent A:HOVER {
	font-weight			: normal;
	color				: #ff7e00;
	text-decoration		: underline;
}

.ParagraphContent A:ACTIVE {
	font-weight			: normal;
	color				: #999999;
	text-decoration		: none;
}

.ParagraphContent {
	margin-bottom		: 20px;	
}

/************************  Gallery popup style settings  ************************/

.GalleryPopupBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			center;
	width:				100%;
	color: 				#000000;
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#484848;
	display:			block;
}

.GalleryPopupPrevious {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupNext {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupGotoSite {
	width:				60px;
	height:				40px;
	border:				1px solid #CCCCCC;
	margin-bottom:		5px;	
}

.GalleryPopupToolTipAuthorTitle{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryParagraphCell {
	padding-right: 		5px;
	padding-bottom: 	5px;
}

/****************  Form, buttons and fields style settings  ***************/

.FormFieldTitleCell {
	padding-top:  		1px;
	padding-bottom:		1px;
	padding-right: 		10px;
	vertical-align: 	top;
	text-align : 		left;
	white-space:		nowrap;
}

.FormFieldTextCell {
	padding-top:  		0px;
	padding-bottom:		2px;
}

.FormTable {
}

.FormRow {
}

.FormFieldText {
	background-color: 	#FFFFFF;
	background-image:	url(../images/Template/input.png);
	background-repeat:	repeat-x;
	background-position:top left;
	padding:  			1px;
	border: 			1px solid #CCCCCC;
	height:				15px;
	width:				250px;
	vertical-align: 	middle;
	text-align:   		left;
}

.FormFieldRadio {
}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormFieldSelect {
	background-color: 	#FFFFFF;
	background-image:	url(../images/Template/input.png);
	background-repeat:	repeat-x;
	background-position:top left;
	border: 			1px solid #CCCCCC;
	width:				150px;
	vertical-align:		top;
	text-align :      	left;
}

.FormFieldTextarea {
	background-color: 	#FFFFFF;
	background-image:	url(../images/Template/input.png);
	background-repeat:	repeat-x;
	background-position:top left;
	padding:  			1px;
	border: 			1px solid #CCCCCC;
	height:				100px;
	width:				250px;
	vertical-align:		top;
	text-align :      	left;
}

.FormButtonSubmit {
	display:			block;
	background: 		none;
	color:				#FFFFFF;
	font-weight:      	bold;
	cursor: 			pointer;
	text-align :      	center;
	padding: 		   	1px;
	border: 			none;
	height:				24px;
	width:				100px;
	vertical-align:		middle;
	background-image:	url(../images/Template/btn.png);
	background-repeat:	no-repeat;
	margin-top:			2px;
}

.FormButtonSubmit:hover {
	color:				#000000;
}

.FormError {
	font-size:        	11px;
	color:            	#FF0000;
	font-weight:      	bold;
}

.FormTanksDiv {

}

.FormBackLink {

}

/************************  Menu style settings  ************************/

.MenuContent {
	margin				: 0px;
	margin-bottom		: 20px;
	padding				: 0px;
	list-style			: none;
}

/************************  Menulink style settings  ************************/
.MenuLink {
	margin: 			0px;
	padding:			0px;
}

.MenuLink IMG {
	display				: inline;
	padding-top			: 3px;
}

.MenuDivider {
	height:				20px;
}

.MenuLink A, .MenuLink A:LINK, .MenuLink A:VISITED, .MenuLink A:HOVER, .MenuLink A:ACTIVE {
	display: 			block;
	width:				148px;
	height:				19px;
	line-height:		11px;
	font-size: 			11px;
	font-weight: 		normal;
	color:				#FFFFFF;
	text-decoration:	none;
	background-image:	url(../images/Template/bg_menu.png);
	background-repeat:	repeat-x;
	padding:			6px 5px 0px 5px;
}

.MenuLink A:HOVER {
	background-image:	url(../images/Template/bg_menu_hover.png);
}

/************************  MenuActive style settings  ************************/

.MenuLinkActive {
	margin: 			0px;
	padding:			0px;
}

.MenuLinkActive IMG {
	display				: inline;
	padding-top			: 3px;
	vertical-align		: text-top;
}

.MenuLinkActive A, .MenuLinkActive A:LINK, .MenuLinkActive A:VISITED, .MenuLinkActive A:HOVER, .MenuLinkActive A:ACTIVE {
	display: 			block;
	width:				148px;
	height:				19px;
	line-height:		11px;
	font-size: 			11px;
	font-weight: 		normal;
	color:				#FFFFFF;
	text-decoration:	none;
	background-image:	url(../images/Template/bg_menu_hover.png);
	background-repeat:	repeat-x;
	padding:			6px 5px 0px 5px;
}

/************************  SubMenu style settings  ************************/

.SubMenuContent {
	margin: 			0px;
	padding: 			0px;
	list-style: 		none;
}

.SubMenuLink {
	margin: 			0px;
	padding:			0px;
}

.SubMenuLink A:LINK, .SubMenuLink A:VISITED, .SubMenuLink A:HOVER, .SubMenuLink A:ACTIVE {
	display:			block;
	width:				152px;
	font-size: 			11px;
	font-weight: 		normal;
	line-height:		15px;
	color:				#696969;
	text-decoration:	none;
	padding:			5px 0px 5px 2px;
	margin:				0px;
	border-bottom:		1px solid #e4e4e4;
	background:			none;
	height:				auto;
}

.SubMenuLink A:HOVER {
	color: 				#000000;
}

/************************ SubMenuActive style settings  ************************/

.SubMenuLinkActive {
	margin: 			0px;
	padding:			0px;
	line-height:		15px;
	height:				auto;
}

.SubMenuLinkActive A:LINK, .SubMenuLinkActive A:ACTIVE, .SubMenuLinkActive A:HOVER, .SubMenuLinkActive A:VISITED {
	display:			block;
	width:				152px;
	font-size: 			11px;
	font-weight: 		normal;
	line-height:		15px;
	color:				#FF6600;
	text-decoration:	none;
	padding:			5px 0px 5px 2px;
	margin:				0px;
	border-bottom:		1px solid #e4e4e4;
	background:			none;
	height:				auto;
}

/************************  SubSubMenu style settings  ************************/

.SubSubMenuImage {
	background-image:	url(../images/Template/bg_sub_menu_item.gif);
	background-position:top left;
	background-repeat:	no-repeat;
	width:				11px;
}

.SubSubMenuImageEnd {
	background-image:	url(../images/Template/bg_sub_menu_end.gif);
	background-position:top left;
	background-repeat:	no-repeat;
	width:				11px;
}

.SubSubMenuLink {
	font-size: 			10px;
	line-height:		17px;
	font-weight: 		normal;
	color:				#666666;
	text-align: 		left;
	text-decoration: 	none;
	margin: 			0px;
	padding: 			0px;
}

.SubSubMenuLink A:LINK, .SubSubMenuLink A:VISITED, .SubSubMenuLink A:HOVER, .SubSubMenuLink A:ACTIVE{
	font-size: 			10px;
	line-height:		17px;
	text-decoration: 	none;
	color: 				#666666;
	text-decoration:	none;
}

.SubSubMenuLink A:HOVER {
	color: 				#000000;
	text-decoration:	underline;
}


/************************ SubSubMenuActive style settings  ************************/

.SubSubMenuLinkActive {
	font-size: 			10px;
	line-height:		17px;
	font-weight: 		normal;
	color:				#ff6600;
	text-align: 		left;
	text-decoration: 	none;
	margin: 			0px;
	padding: 			0px;
}


.SubSubMenuLinkActive A:LINK, .SubSubMenuLinkActive A:ACTIVE, .SubSubMenuLinkActive A:HOVER, .SubSubMenuLinkActive A:VISITED {
	font-size: 			10px;
	line-height:		17px;
	text-decoration: 	none;
	color: 				#ff6600;
	text-decoration:	none;
}

.SubSubMenuLinkActive A:HOVER {
	text-decoration:	underline;
}