@import 'reset.css';
@import 'java.css';
body, form,
h1, h2, h3, h4, h5, h6, p, img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}


body{
	background:#b6673d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
}


a{ color:#d10b0b; text-decoration:none }
a:hover{color:#e000000;}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Tahoma,sans-serif; 
    color: #e00000;
}
h1{
	font-size:2.1em;
	font-weight:normal;
}
h2
{
	font-size:1.5em;

}
h3
{
	font-size:1.3em;
	font-weight:normal;
}
h4
{
	font-size:1.1em;
}
h5, h6
{
	font-size:1em;
}

hr
{
	color:#fff;
	background-color:#fff;
	border:2px dotted #ccc;
	border-style:none none dotted; 
}

.contentwidth
{
	width:844px;
	margin:0 auto;
}
.contentpad
{
	padding:0 35px;
}



#header
{
	background:url(../images/background-header-repeat.gif) repeat-x;
	height:110px;
}
#header .contentwidth
{
	background:url(../images/background-header.gif) no-repeat;
	height:110px;
}
#header #logo
{
	float:left;
	width:222px;
}
#header #menu
{
	float:right;
}
#header #menu UL
{
	margin:0;
	padding:0;
}
#header #menu UL LI
{
	display:inline;
	list-style-type:none;
}
#header #menu a
{
	color:#fff;
	text-decoration:none;
	line-height:70px;
	padding:5px 5px;
	font-weight:bold;
	font-size:13px;
	font-family:Tahoma;

}
#header #menu a:hover, #header #menu a.active
{
	background:#c77d56;
}
#promo
{
	background:#d10b0b url(../images/background-promo-outer-rep.jpg) repeat-x;
}
#promo .contentwidth
{
	background:url(../images/background-promo-repeat.gif) repeat-y;
}
#stripe
{
	background:url(../images/background-stripe-repeat.gif) repeat-x;
}
#stripe .contentwidth
{
	background:url(../images/background-stripe.gif) no-repeat;
	height:62px;
}

#main
{
	background:#eaeaea;
}
#main .contentwidth
{
	background:url(../images/background-body-main.gif) repeat-y;
	padding:15px 0;
}

#footer
{
	background:#b6673d url(../images/background-footer-repeat.jpg) repeat-x;
}
#footer .contentwidth
{
	background:url(../images/background-footer.gif) no-repeat;
	min-height:100px;
	padding-top:30px;
	color:#eaeaea;
	font-size:0.75em;
}
#footer a.spaced, #footer a
{
	color:#eaeaea;
}
#footer a.spaced
{
	padding-left:20px;
}
#footer a:hover
{
	color:#fff;
}
#footer a.rss
{
	color:#f90;
}
.promo-home-height
{
	height:256px;
}	
.promo-inside-pages-height
{
	height:100px;
}	
.promo-item-default
{
}
.promo-item
{
	display:none;
}

#promo-controls
{
	float:left;
	width:504px;

}
/* since IE6 doesn't like the div padding, we need 
to add 21px padding to align the fields vertically */
#promo-controls img, #searchbox form
{
	padding-top:21px;
}
#searchbox
{
	float:left;
	/*margin-top:21px;*/
	height:62px;
	width:233px;
}
#searchbox .textbox, #searchbox .submit
{
	color:#fff;
	font-weight:bold;
	font-size:0.7em;
}
#searchbox .textbox, #searchbox .submit
{
	border:0px;
	background:#d10b0b;
	float:left;
	display:block;
}
#searchbox .textbox
{
	width:176px;
	height:15px;
	padding:4px 5px;
}
#searchbox .submit
{
	width:40px;
	height:23px;
	margin-left:7px;
}



/* Menu */

#submenu
{
	width:323px;
	background:url(../images/background-submenu-footer.gif) repeat-x bottom;
	padding:0 0 10px 6px;
}

#submenu UL
{

	margin:0;
	padding:0;
}
#submenu UL LI
{
	list-style-type:none;
	/* background:url(../images/background-submenu-item.gif) repeat-x; */
	padding-left:2px;

}
#submenu UL LI a
{
	display:block;
	margin:0 0 1px 0;
	padding:0 0 0 15px;
	line-height:29px;
	height:29px;
	background:url(../images/icon-arrow.gif) no-repeat left;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #e2e1e1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	background:url(../images/icon-arrow-highlight.gif) no-repeat left;
	color:#fff;
	background:#F00;
}
/* sub menu, smaller font */
#submenu UL LI UL
{
	display:none;
}
#submenu UL LI UL LI a
{
	font-size:0.8em;
}

/* sub menu, smaller font */
div #service_menu UL LI UL
{
	display:none;
}
div #service_menu UL LI UL LI a
{
	font-size:0.8em;
}

/*Heads */
h3#services {
    width: 332px;
    height: 54px;
    background: url('../images/services.png') no-repeat;    
    text-indent: -10000px;
}

h3#news {
    width: 422px;
    height: 54px;
    background: url('../images/news.png') no-repeat;    
    text-indent: -10000px;
}
h3#cozum {
    width: 255px;
    height: 52px;
    background: url('../images/solutions_head.png') no-repeat;    
    text-indent: -10000px;
}
h3#referance {
    width: 159px;
    height: 52px;
    background: url('../images/reference_head.png') no-repeat;    
    text-indent: -10000px;
	margin-left:5px;
}

/* BOX */
div.box div.content {
    padding: 0 0 3px 6px;
}

.table-style-clean
{
	border:1px solid #e2e1e1;
	padding:1px;
	margin-bottom:10px;
}
.table-style-clean th
{
	background:#e2e1e1;
}
.table-style-clean td.shaded
{

	font-size:11px;
	
}


#news_content
{
	width:402px;
	background-color:#e9e9e9;
	margin-left:6px;
	font-size:11px;
	padding:5px;
	
}
#cozum_content
{
	width:233px;
	border-left:1px solid #e2e1e1;
	border-right:1px solid #e2e1e1;
	border-bottom:1px solid #e2e1e1;
	margin-left:6px;
	font-size:11px;
	padding:5px;
	
}

#referance_content
{
	width:143px;
	border-left:1px solid #e2e1e1;
	border-right:1px solid #e2e1e1;
	border-bottom:1px solid #e2e1e1;
	margin-left:6px;
	font-size:11px;
	padding:5px;
	
}
/* POST SUMMARIES */
div#post_summary_links ul {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

div#post_summary_links ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div.post_summary_image {
    float: left;
    margin-right: 6px;
    border: 1px solid #CCCCCC;
}

div.post_summary_image td {
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

a.post_summary_link {
	display: block;
    padding: 3px 6px;
	/*width: 2em;
	height: 18px;*/
	text-decoration: none;
}

a.post_summary_link.active {
    color: #FFFFFF;
    background: #993333;
}

div.in_stock span.yes {
    color: #33CC33;
    font-weight: bold;
}

div.in_stock span.no {
    color: #FF3333;
    font-weight: bold;
}

/* POST DETAIL */
div.post_detail div.picture {
    float: left;
    padding: 0 10px 6px 0;
}

/* SUPPORT */
div.support {
    padding-bottom: 1.5em;
}

div.support div.title {
    padding-bottom: 0.5em;    
}

div.support div.body {
}

.urun { padding:3px ; border:1px dotted #ccc; margin:5px;}
.urun img { border:1px solid #ccc; }

h3#title{
	border: 1px solid #f99;
    padding: 4px 5px 4px 5px;
    background: url('../images/header_row_bg.gif') repeat-x bottom;
    color: #e000000;
	font-size:14px;
	margin-bottom:5px;
	}

/* Tablo */
/**/
div.general_list_panel {
    border: 1px solid #6FB3D6;
}

table.general_list {
    width: 100%;
}

table.general_list th {
    padding: 4px 5px 4px 5px;
    background: url('../images/header_row_bg.gif') repeat-x bottom;
    font-weight: bold;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
}

table.general_list th.first {
    border-left: none;    
}

table.general_list th.last {
    border-right: none;    
}

table.general_list td {
    padding: 3px 5px 3px 5px;
    border-top: 1px solid #EEEEEE;
}

table.general_list td.name {
    text-align: center;
}

table.general_list tr.hi td {
}


fieldset { border : 1px solid #e00000; }
legend { padding : 2px 2px 2px 2px; font-family : verdana,arial; font-weight : bold; font-size : 11px; color : #e00000; }


.sayfalar { padding:4px; background: #369; }
.sayfalar a { border:1px solid #e00000; padding:0 0.5em; text-decoration:none; color:#e00000 }
.sayfalar a:hover { border-color:#000; background:#333; color:#fff; }
.sayfalar .current { border:1px solid #efe; padding:0 0.5em; background:#e00000; font-weight:bold; color:#fff; }

#subs {
	padding:5px ;
	background:#fee;
	border-top:1px solid #f99;
	border-bottom:1px solid #f99;
	margin:10px 0 10px 0;
	
}
