@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

body {
	color: #300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/bgg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 168px;
	margin: 0 auto; width: fit-content;
}


.sigal #containerhader {
	width: 952px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
	height: 168px;
} 
  
.sigal #containerhaderbg { 
	float: none; 
	width: 100%; 
	background-image: url(images/hederbg.gif);
	background-repeat: no-repeat;
}  
.sigal #hadersidebar1 {
	float: left;
	width: 191px;
	margin: 0px;
} 

.sigal #hadertext {
	width: 280px;
	float: left;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bgforsentenses.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sigal #hadertext h1 {
	text-align: right;
	color: #909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 18px;
}

.sigal #hadermenu { 
	float: right;  
	width: 761px; 
}


.sigal #hedermenucuttext { 
	float: right;  
	width: 480px; 
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sigal #hedermenucuttext h1 {
	text-align: right;
	color: #300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	padding:6px;
	line-height: normal;
}

.sigal #hedermenucuttext a {
	text-align: right;
	color: #300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

.sigal #hedermenucuttext a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
	text-decoration: none;
	color: #909;
}

.sigal #footerbgholder h3 {
	color: #300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: right;
}

.sigal #footerbgholder h2 {
	color: #300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: left;
}
.sigal #footerbgholder a {
	text-align: left;
	color: #909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.sigal #footerbgholder a:hover{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
	text-decoration: none;
}

.sigal #footerbgholder {
	float: none; 
	width: 100%; 
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
}
.sigal #footerholder {
	float: none; 
	width: 954px;
}
.sigal #footergaga {
	float: left;
	width: 184px;
	text-align: left;
}

.sigal #footersher {
	float: left;
	width: 184px;
	text-align: left;
}

.sigal #footersitemap {
	float: left;
	width: 184px;
	text-align: left;
}
.sigal #footercontact {
	float: right; 
	width: 200px; 
}

.sigal #footercontact2 {
	float: right; 
	width: 200px; 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


