@import "reset.css";
@import "forms.css";

/* End of imported css files */

@charset "utf-8";

/*	Desc: MutluBas Sigorta Screen Media Style Sheet
	Author: Hakan Uzunoglu - Art Director of Magnet Web Studio
	Jr. Author: Guney C. Gokoglu - Web Developer	
*/

/* Common Typography and Links Styles */


a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	border:none;
	font-weight:normal;
}

a:hover {
	text-decoration: none;
	color: #660000;
	border:none;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	margin:3px 12px 12px 5px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:normal;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

p {
	margin:10px 0 10px 0;
}

/* Common Classes like Floating or Dimensions */

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear:both;
}

.borderless {
	border:none;
}

.bordered {
	border:1px solid #999999;
	margin:0 3px 0 3px;
}

.animatedbtn {
	cursor:pointer;
}

/* end of common styles */

/* main layout */
html {
}

body {
	background: #a53265 url(../images/bg.jpg) no-repeat center top;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #326ba4;
}

/* main container */
#mainbody {
	width:910px;
}

/* header section */
#header {
	width:910px;
	height:167px;
	text-align:left;
}

/* content layout */
#content {
	width:910px;
	text-align:left;
	background-image:url(../images/bg_content.png);
	background-repeat:no-repeat;
}

#content_wrapper {
	width:860px;
	text-align:left;
	background-color:#FFFFFF;
	margin-left:16px;
	padding:10px;
}

#content_left {
	width:620px;
	float:left;
	display:inline;
	text-align:left;
	margin-left:1px;
	margin-top:10px;
}

#content_right {
	width:220px;
	float:right;
	display:inline;
	text-align:left;
	margin-right:3px;
	margin-top:10px;
}

/* end of content layout */

/* footer layout */

#footer {
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	width:870px;
	height:32px;
	padding:37px 15px 15px 25px;
	color:#666666;
	text-align:left;
}

/* end of footer layout */

#tork{
	width:816px;
	padding:15px 30px 0 10px;
	margin-top:8px;
}
/* home */

#home_news {
	width:816px;
	height:34px;
	position:relative;
}

#home_bott {
	width:856px;
	overflow:hidden;
	margin-top:10px;
	line-height:14px;
}

#home_bott .icerik {
	float:left;
	display:inline;
	width:230px;
	text-align:left;
}

#home_bott .gorsel {
	float:left;
	display:inline;
	margin-right:10px;
}
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.home_tabs {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.home_tabs li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 210px;
	height: 150px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.home_tabs li:hover {
	border-right:1px solid #CCCCCC;
	background-color:#F7F7F7;
}

.home_tabs.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
	
}

.home_tabs.vertical li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}

.home_tabs.horizontal #ebulten {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.home_tabs.vertical #ebulten {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/* end of home */