/*	////////////////////////////////////////////////////////////////////
	DEFINE HTML TAGS
*/

html {

}

body{
	background-color:#1C2D60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	text-align:center;
	background-image:url(../img/header-back.jpg);
	background-repeat:repeat-x;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#1959AD;
	text-align:left;
	padding:20px 40px 10px 40px;
	margin:0px;
	font-weight: bold;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#1959AD;
	text-align:left;
	padding:10px 40px 10px 40px;
	margin:0px;
	font-weight: bold;	
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1959AD;
	text-align:left;
	padding:10px 40px 10px 40px;
	margin:0px;
	font-weight: bold;	
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	color:#000000;
	text-align:left;
	margin:0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}




a:link, a:active, a:hover, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1C2D60;
	text-align:left;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}


/*	////////////////////////////////////////////////////////////////
	SITE AND PAGE LAYOUT 

/* Controls the overall width of the site */
#wrap {
	position:relative;
	width:960px;
	margin: 10px auto 5px auto;
	padding: 0px;
}


/* Controls the header of the page */
#header {
	width: 960px;
	height:auto;
	margin: -10px auto 0px auto;
	padding: 0px;

	}
	
#headerhome {
	width: 960px;
	height:366px;
	margin: -10px auto 0px auto;
	padding: 0px;

	}

#title1 {

	height:32px;
	background-color: #5656B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-right:10px;
	text-align: right;
	border-top:1px solid #000000;
	}	


/* GLOBAL NAVIGATION STYLES */
#topnav {
	position:relative;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:35px;
	background-image: url(../img/navbar2.jpg);
	background-repeat:repeat-x;
	text-align:left;
}


#topnav ul {
	list-style:none;
	margin: 0px auto;
	padding-top: 10px;
}

#topnav li {
	display: inline;
	color: #ffffff;
	float:left;
	padding-right:30px;
	
}

#topnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
}

#topnav a:hover{
	color:#1c2d60;
}




/*#topnav ul {
	list-style:none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 123px;
}

#topnav li {
	display: inline;
	color: #ffffff;

	
}

#topnav  .home{
	padding-right: 62px;
	
}

#topnav  .about{
	padding-right: 55px;
	
}

#topnav  .prices{
	padding-right: 55px;
	
}

#topnav  .oil{
	padding-right: 40px;
	
}

#topnav  .contact{
	padding-right: 0px;
	
}

#topnav a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}

#topnav a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:underline;
}*/




/* END GLOBAL NAVIGATION STYLES */



#content-wrap
{
	width:100%;
	background-color:#ffffff;
}

#home-page-content
{
	float:left;
	width:593px;
	height:auto;
	min-height:300px;
	margin:0px;
	padding:0px;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	color:#000000;
}

#sidebar
{
	float:right;
	width:367px;
	height:auto;
	min-height:300px;
	margin:0px;
	padding:0px;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	color:#000000;
}
	

#page-content
{
	width:auto;
	height:auto;
	min-height:300px;
	margin:0px;
	padding:0px;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	color:#000000;
}


.newsbox1 {
	width: 175px;
	padding: 0px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
#bottomadverts {
	width: 718px;
	height:134px;
	padding: 0px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.spacer {
	width: 718px;
	height:1px;
	background-image:url(../img/spacer1.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	}


/* Controls the main content area of the page */


#content {
	position: relative;
	background-color:#ffffff;
	float:left;
	width:718px;
	height: auto;
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#news_text {
	background-color:#ffffff;
	float:left;
	width:350px;
	height: 100px;
			
}

#news_text ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#news_text li {
	display: list-item;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#news_text a:link, #news_text a:visited, #news_text a:active {
	color: #000000;
	text-decoration:none;

}

#news_text a:hover{
	text-decoration:underline;
}



.logo {
	width:158px;
	height:46px;
	background-image: url(../images/turkey_logo1.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	background-position: left;
}


#leftnav {
	width:158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


#leftnav ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 5px;
}

#leftnav li {
	display: list-item;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/dots1.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
	height: 24px;
	width: 158px;
	
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;

}

#leftnav a:hover{
	text-decoration:underline;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.leftnavbot {
	
	width:158px;
	height: 14px;
	background-image: url(../images/left_botedge1.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}





#page{
	width:718px;
	height: 200px;
	background-color: #FFFFFF;
	text-align: left;

}



#slideshow {
	width:718px;
	height: 222px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

#page-main-image {
	width:718px;
	height: 219px;
	background-color:#00FF00;
	margin:0px auto;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}






/* Controls the footer area of the page */


#footernav {
	width:960px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding:0px;
	margin:0px;

}


#footernav ul {
	list-style:none;
	text-align:center;
	padding: 5px;
	margin:0px;
}

#footernav li {
	display: inline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	padding:0px 15px 0px 15px;
	border-right:1px solid #8A97BE;
	margin:0px;
}

#footernav a:link, #footernav a:visited, #footernav a:active {
	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;

}

#footernav a:hover{
	text-decoration:underline;
}





#footerseonav {
	width:960px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding:0px;
	margin:30px auto;
	clear:both;
}


#footerseonav ul {
	list-style:none;
	text-align:center;
	padding: 5px;
	margin:0px;
}

#footerseonav li {
	display: inline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	padding:0px 5px 0px 5px;

	margin:0px;
	padding:0px 15px;	
}

#footerseonav a:link, #footerseonav a:visited, #footerseonav a:active {
	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;

}

#footerseonav a:hover{
	text-decoration:underline;
}





#footernav1stItem {border-left:1px solid #8A97BE;}


#footerbase{
	width:960px;
	height:18px;
	background-image: url(../img/footer-back.jpg);
	background-repeat: no-repeat;
}

#address{
	width:718px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align:center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#telephone{
	position:relative;
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1C2D60;
	text-align:right;
	margin:0px;
	padding:20px 0px 0px 0px;
	background-color: #FFFFFF;
}

#telephone ul {
	list-style:none;
		margin:0px;
	padding:0px 40px 0px 0px;
}

#telephone li {
	display: inline;

}

#telephoneItem {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FCC401;
}

/*	
	DEFINE NEWS/LINKS/TESTIMONIALS LISTING PAGE TAGS
*/


#newsWrap {width:auto;border:1px solid red;}
#news-listing-panel, #links-listing-panel,  #testimonial-listing-panel
{
	margin:10px auto;
	background-color:#ffffff;
	float:left;
	width:auto;
}

#news-listing-panel ul, #links-listing-panel ul, #testimonial-listing-panel ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#news-listing-panel li, #links-listing-panel li, #testimonial-listing-panel li {
	display:block;
	color: #000000;
	margin:4px 0px 0px;
	height: auto;
	width:auto;
	padding-left:0px;
}

#news-listing-panel a:link, #news-listing-panel a:visited, #news-listing-panel a:active,
#links-listing-panel a:link, #links-listing-panel a:visited, #links-listing-panel a:active,
#testimonial-listing-panel a:link, #testimonial-listing-panel a:visited, #testimonial-listing-panel a:active
{
	color: #1959AD;
	font-weight: bold;
	text-decoration:none;
	padding-left:0px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

#news-listing-panel a:hover, #links-listing-panel a:hover, , #testimonial-listing-panel a:hover  {text-decoration:underline;}


/*	
	DEFINE NEWS/LINKS/TESTIMONIALS DETAIL PAGE TAGS
*/
#news-header-panel, #links-header-panel, #testimonial-header-panel
{
	width:500px;
	margin:0px 0px 0px;
}

#news-header-panel h1, #links-header-panel h1, #testimonial-header-panel h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1959AD;
	font-weight:bold;

}

#news-header-panel p, #links-header-panel p, #testimonial-header-panel p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:2px 10px 5px 0px;
}


#news-header-panel p a:link, #news-header-panel p a:visited, #news-header-panel p a:active,
#links-header-panel p a:link, #links-header-panel p a:visited, #links-header-panel p a:active,
#testimonial-header-panel p a:link, #testimonial-header-panel p a:visited, #testimonial-header-panel p a:active
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding-left:20px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#news-header-panel p a:hover, #links-listing-panel p a:hover, #testimonial-listing-panel p a:hover
{text-decoration:underline;}


#news-intro-panel, #links-intro-panel, #testimonial-intro-panel
{
	width:auto;
	margin:10px 30px;
	padding:10px;
	background-color:#F1F1F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;	
}

#news-body-panel, #testimonial-body-panel
{
	width:auto;
	margin:10px 30px;
	padding:10px;
}

#news-body-links, #testimonial-body-links
{
	width:auto;
	margin:10px 30px;
	padding:10px;
}

#content .bullet-link, #home-page-content .bullet-link
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	margin-left:10px;
	padding-left:20px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* Contact Us Form Styling */

form p
{
	clear:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

form p label
{
	float:left;
	width:20%;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	padding:0px 30px 0px 10px;
}

fieldset
{
	border:1px solid #000000;
	margin-top:16px;
	padding:10px;
}

legend
{
	font:bold 0.9em Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
/* End Contact Us Form Styling */


#productList
{
	width:auto;
	margin:10px 10px 0px auto;
	background-color:#ffffff;
	padding:0px;	
}


.pricing-table
{	
	width:800px;
	margin:10px auto;
	padding:0px;
	border:1px solid #ffffff;
}

.ordering-table
{	
	width:800px;
	margin:10px auto;
	padding:0px;
	border:1px solid #ffffff;
}

.ordering-table a:link, .ordering-table a:active, .ordering-table a:hover, .ordering-table a:visited
{
	color:#1959AD;
}
.pricing-table th, .pricing-table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	color:#000000;
	text-align:left;
	margin:0px;
	padding: 2px;
}

.pricing-table th{font-weight:bold; background-color:#E0EBF9;}
.pricing-table a:link, .pricing-table a:active, .pricing-table a:hover, .pricing-table a:visited
{
	color:#1959AD;
}


#productList form {}
#productList form p
{
	clear:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

#productList form p label
{
	float:left;
	width:15%;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:4px 10px 0px 20px;
}

#productList fieldset
{
	border:2px solid #7d91aa;
	margin:0px;
	padding:5px;
	width:auto;
}

#productList legend
{
	font:bold 14px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#1959AD;
}

#keyphrases {width:auto;margin:20px 10px 10px auto;padding:10px;background-color:#9eb8d8;border:2px solid #7d91aa;} 

#keyphrases h2 {margin:0px auto 10px 0px;padding:0px;} 
#keyphrases ul {list-style:none;list-style-image:none;margin:0px auto 0px 0px; padding:0px 0px 0px 10px ;}
#keyphrases li {padding:2px;}
#keyphrases li a {font-weight:normal;}



#recentNews {width:auto;margin:20px 10px 10px auto;padding:10px;border:2px solid #7d91aa;} 
#recentNews h2 {margin:0px auto 10px 0px;padding:0px;} 
#recentNews ul {list-style:none;list-style-image:none;margin:0px auto 0px 0px; padding:0px 0px 0px 10px ;}
#recentNews li {padding:2px;}
#recentNews li a {font-weight:bold;}

#page-content #productList {width:auto;margin:0px 30px 0px 30px;}
#sidebar #productList {height:210px;background-image:url(../img/order-oil-back.jpg);background-repeat:no-repeat;}
#sidebar #productList form {width:auto;border:none;padding-top:20px;margin-left:5px;}
#sidebar #productList fieldset {border:none;}
#sidebar #productList legend {display:none;}
#sidebar #productList h2 {width:60%;margin:30px auto 0px 0px;padding:0px;}
#sidebar #productList p {width:60%;margin:10px auto 10px 0px;padding:0px;}

.signpost	{float:left;width:230px;height:450px;margin:10px 0px 20px 40px;background-color:#FF9999;border:1px solid #FF3366; padding:5px;}
