#header { 
	background-image:url(http://www.kirtas.com/images/kirtas_header_ma.jpg); background-repeat:no-repeat;
	width: 1004px;
	height:99px;
}

#splashimage { 
	height: 518px;
}

#featureMenu { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
	
#features { 
	background: #FFFFFF;
	width: 251px;
	margin-bottom:10px;
	float: left;
}

#features img { 
	border: 0;
}

#productMenu { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
	
.extra_links { 
	font-size: .8em;
	color:#999999;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
	
.extra_links a { 
	text-decoration: none;
	color:#339999;
}

/* events layout */
#events_frame {
	position: absolute;
	top: 8px;
	left: 1%;
	width: 24%;
}

#events_frame p {
	font-size: 80%;
}

#events_frame .bold {
	font-weight: bold;
}

/* news frame */
#news_frame {
	position: absolute;
	top: 8px;
	left: 77%;
	width: 23%;
}

/* features layout */
#feature_frame {
	position: relative;
	height: 400px; /* force rest of page below the absolute position content inside */
}

#feature_frame span {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

#feature_frame p {
	font-size: 14px;
	font-family: arial;
	margin: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
}

.feature_linktop {
	position: absolute;
	left: 0;
	top: 160px;
}

/* new product layout */
#product_frame {
	position: relative;
	height: 580px; /* force rest of page below the absolute position content inside */
}

#product_frame div {
	height: 300px;
	background: url('http://www.kirtas.com/images/homepage/back_final.jpg') no-repeat;
}

#product_frame img {
	margin-right: 10px;
	margin-left: 40px;
}

#product_frame span {
	font-size: 18px;
	font-family: arial;
	padding-left: 40px;
}

#product_frame p {
	font-size: 16px;
	font-family: arial;
	padding: 10px 40px 10px 30px; /* top right bottom left */
}

.product_linktop {
	position: absolute;
	left: 40px;
	top: 215px;
}
