/* CSS Document 
div, ul, li {
	border:1px solid black;
}
*/
#urunyazi {
float:left; margin-top:5px;

}


#urun_orta_icerik {
	overflow:auto;
	background-image:url(../../images/urunliste3.jpg);
	clear:both;
	width:560px;
	height:225px;
}


#urundiv td {
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-weight:bold;
}



#urundiv {
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#urunozellik td {
	border:none;
	font-weight:normal;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
}


#urunozellik #baslik {
	background:#efefef;
	padding-top: 2px;
	padding-bottom: 2px;
}#urundiv br {
	padding: 5px;
}


#urundiv #baslik1 {
	background:#efefef;
	text-align:left;

}


/******** Main Layout **********/
* {
	padding: 2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}

body {
	background: #b9b9b9 url(../images/layout_gradient.jpg) repeat-x center top;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	scrollbar-3dlight-color:#f8f8f8;
    scrollbar-arrow-color:#dedede;
    scrollbar-base-color:#f8f8f8;
    scrollbar-darkshadow-color:#f8f8f8;
    scrollbar-face-color:#f8f8f8;
    scrollbar-highlight-color:#f8f8f8;
    scrollbar-shadow-color:#f8f8f8;

}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 985px;
}

#main_left, #bottom_left, #footer_left {
	width:91px;
	float:left;
}

#main_left {
	height:828px;
	background: url(../images/layout_swoosh.png) top right no-repeat;	
}

#main_right, #bottom_right, #footer_right {
	margin-left:91px;
	position:relative;
	left:-3px;
}

#header, #title, #tabs, #bottom_right, #splash {
	width:883px;
}

#header_logo {
	float:left;
}

#header_right {
	height:112px;
	text-align:right;
}
#tabs {
	height:34px;
}

#tabs_swoosh {
	position:absolute;
	left:0px;
	top:112px;
	z-index:20;
}

#title {
	height:32px;
	background: url(../images/layout_title_background.jpg) top left no-repeat;		
}


#title_swoosh_left {
	background: url(../images/layout_title_swoosh_left.jpg) top left no-repeat;	
	height:32px;
	width:105px;
	left:0;
	top:146px;
	z-index:200;
	position:absolute;
}


#content {
	background: #FFFFFF;
	border-right:1px solid black;
	border-left:1px solid black;
	height:auto;
	width:880px;
	margin-left:1px;
}

#content .clear {clear:both;}

#content_left {
	float:left;
}

#content_left_swoosh {
	position:absolute;
	left:0px;
	top:178px;
	z-index:120;
}

#content_main {
	width:575px;
	margin-right:10px;
	float:right;
	color:#333333;
	margin-left: 10px;
}

#content_main_full {
	width:690px;
	margin-right:10px;
	float:right;
	color:#666;
}

#content_right {
	float:left;
	width:1px;
}

#footer_right {
	text-align:center;
	font-size:.78em;
	color:#fff;
	margin-bottom:20px;
}

#footer_right a {
	color:#fff;
}

#bottom_right {
	height:15px;
	background: url(../images/layout_bottom.jpg) top left no-repeat;	
}



/******** Submenu **********/

#submenu {
	width:250px;
	background: #006699;
	margin-bottom:20px;
	margin-left: 20px;
	margin-top: 20px;
}

#submenu ul {
	background: #006699;	
}

#submenu ul li {
	list-style:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#submenu li a {
	display:block;
	height:16px;
	font-size:.9em;
	color:#fff;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 45px;
}



#submenu li:hover, #submenu li a:hover  {
	background:#fff;
	color:#000;
}



/******** Tabs **********/

#navigation {
	position:absolute;
	left:82px;
	top:119px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	margin-left:3px;
	display:block;
	background-color: #772847;
	background-image: url(../images/layout_tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a span
{
background: url(../images/layout_tab_right.gif) right top no-repeat;
padding-right: 10px;
padding-top:5px;
padding-bottom:5px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */



#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
list-style:none;
float: left;
margin: 0;
} 

#navigation a.first {
	padding-left: 10px;
}

#navigation a.secondary {
	color: #000000;
	background-color: #e5a9ca;
	background-image: url(../images/layout_tab_left_sec.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a.secondary span {
	background: url(../images/layout_tab_right_sec.gif) right top no-repeat;
}

#navigation a.active {
	position:relative;
	top:-4px;
	font-size:1.3em;
	background: #006699 url(../images/layout_tab_left_over.gif) left top no-repeat;
	padding-bottom:3px;
	color:#fff;
	z-index:1;
}

#navigation a.active span {
	position:relative;
	background: url(../images/layout_tab_right_over.gif) right top no-repeat;
	padding-bottom:3px;
	z-index:1;
}





/******** Content Globals **********/

#toplinks, #toplinks a {
	padding-top:5px;
	color:#666;
	text-decoration:none;
	font-size:.95em;	
}

#toplinks a:hover {
	text-decoration:underline;
}

#phone {
	font-size:1.3em;
	margin-top:5px;	
}

#searchbox {
	margin:15px;
	font-size:.95em;
}



#section_title {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	float:right;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0;
}

#breadcrumbs {
	padding:10px 5px 3px 112px;
	font-size:.8em;
	color:#fff;
	text-align:left;
	float:left;
}

#breadcrumbs a {
	color:#fff;
}

#content_extra_left {
	width:180px;
	padding-left:50px;
	font-size:.9em;
}



#content_extra_title {
	color:#006699;
	border-bottom:1px solid #006699;
	font-weight:bold;
	width:100%;
}

#content_extra_content {
	margin-top:10px;
	margin-bottom:10px;
}

#content_extra_content ul {
	margin-top:5px;
	margin-left:20px; 
	padding:0;
}

#content_extra_content li {
	padding:2px 0;
}

#content_extra_content a {
	color:#006699;
}

#content_extra_content a:hover {
	text-decoration:underline;
}



#content_main ul, #content_main_full ul {
	margin-left:20px; 
   	padding:0;
}

#content_main ul li, #content_main_full ul li {
   margin:8px 0;
}


h1 {
	color:#006699;
	font-size:1.3em;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h2 {
	margin: 15px 0 5px 0;
	font-size:1.1em;
}

h3 {
	color:#006699;
	margin: 15px 0 0 0;
	font-size:1em;
	font-weight:bold;
}

p {
	margin:5px 0 20px 0;
}

a {
	color:#006699;
}

blockquote {
	margin:0 0 0 20px;
}

p.note {
	margin-top:30px;
	font-size:.9em;
}

td {
	padding: 2px;
}

#button_big {
	background: url(../images/button_background_300.jpg) center top no-repeat;
	width:300px;
	height:42px;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

#button_big a {
	color:#fff;
	text-decoration:none;
}


#button_big2 {
	background: url(../images/layout-title.jpg) center top no-repeat;
	width:524px;
	height:35px;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;

}

#button_big2 a {
	color:#fff;
	text-decoration:none;
}

#button_enroll, #button_appointment {
	background: url(../images/button_background_180.jpg) center top no-repeat;
	width:100%;
	height:28px;
	color:#fff;
	font-size:1.45em;
	text-align:center;
	font-weight:bold;
}

#button_enroll a, #button_appointment a {
	color:#fff;
	text-decoration:none;
}

#button_appointment {
	font-size:1.1em;
	padding-top:2px;
}

#button_enroll a {
	color:#fff;
	text-decoration:none;
}

p img {
	margin:0 5px;
}

#content_extra_left p, #content_extra_left div {
	margin-left:20px;
	width:100%;
	margin-top:20px;
}

#back_button {
	text-align:right;
	margin-bottom:20px;
}





/******** Drop Down Menus **********/

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #13642a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Sans-Serif;
	font-size:11pt;
	line-height:18px;
	z-index:100;
	background-color: #f6c2df;
	width: auto;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

display: block;
border-bottom: 1px solid #13642a; /*THEME CHANGE HERE*/
padding: 3px 8px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}


.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #13642a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial, Sans-Serif;
font-size:11pt;
line-height:18px;
z-index:100;
background-color: #61afd4;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{

display: block;
border-bottom: 1px solid #13642a; /*THEME CHANGE HERE*/
padding: 3px 8px;
text-decoration: none;
color: white;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: white;
color: black;
}


/******** Plan Navigator Menu **********/

#plan_navigation_text {	
	font-size:.8em;
	color:#006699;
	text-align:right;
	background: url(../images/layout_plannav_arrowdown.gif) no-repeat right top;
}

#plan_navigation {
	margin-top:-25px;
	margin-bottom:20px;
	float:right;
}

#plan_navigation_left {
	float:left;
	background: url(../images/layout_plannav_left.gif) center top no-repeat;
	width:8px;
	height:26px;
}

#plan_navigation_right {
	float:left;
	background: url(../images/layout_plannav_right.gif) center top no-repeat;
	width:8px;
	height:26px;
}

#plan_navigation_menu, #plan_navigation_menu1, #plan_navigation_menu2, #plan_navigation_menu3, #plan_navigation_menu4, #plan_navigation_menu5, #plan_navigation_menu6, #plan_navigation_menu7, #plan_navigation_menu8, #plan_navigation_menu9 {
	text-align:center;
	float:left;
	background: #006699;
	color:#fff;
	font-size:.9em;	
}

#plan_navigation_menu ul, #plan_navigation_menu1 ul, #plan_navigation_menu2 ul, #plan_navigation_menu3 ul, #plan_navigation_menu4 ul, #plan_navigation_menu5 ul, #plan_navigation_menu6 ul, #plan_navigation_menu7 ul, #plan_navigation_menu8 ul, #plan_navigation_menu9 ul {
	margin:0;	
}

#plan_navigation_menu ul li a, #plan_navigation_menu1 ul li a, #plan_navigation_menu2 ul li a, #plan_navigation_menu3 ul li a, #plan_navigation_menu4 ul li a, #plan_navigation_menu5 ul li a, #plan_navigation_menu6 ul li a, #plan_navigation_menu7 ul li a, #plan_navigation_menu8 ul li a, #plan_navigation_menu9 ul li a {
	color:#fff;	
}

#plan_navigation_menu ul li, #plan_navigation_menu1 ul li, #plan_navigation_menu2 ul li, #plan_navigation_menu3 ul li, #plan_navigation_menu4 ul li, #plan_navigation_menu5 ul li, #plan_navigation_menu6 ul li, #plan_navigation_menu7 ul li, #plan_navigation_menu8 ul li, #plan_navigation_menu9 ul li {
	float:left;
	border-left: 1px solid #DADADA;
	padding: 5px;
	list-style:none;
	list-style-image:none;
	margin:0;
}

#plan_navigation_menu ul li.first, #plan_navigation_menu1 ul li.first, #plan_navigation_menu2 ul li.first, #plan_navigation_menu3 ul li.first, #plan_navigation_menu4 ul li.first, #plan_navigation_menu5 ul li.first, #plan_navigation_menu6 ul li.first, #plan_navigation_menu7 ul li.first, #plan_navigation_menu8 ul li.first, #plan_navigation_menu9 ul li.first {
	border-left: none;
}

#plan_navigation_wrapper {
	display: none;
}

#plan_navigation_wrapper.show {
	display: block;
}

#text_sizer {
	text-align:right;
	margin:5px 0 0 0;
}

div.hide {
	display: none;
}

/******** Home Page Specific **********/

#splash {
	background: url(../images/pics_home_splash_1.jpg) right top no-repeat;
	height:253px;
}

#splash_swoosh {
	float:left;
	width: 883px;
}

#splash_text {
	width:300px;
	position:absolute;
	left:108px;
	top:160px;
	font-size:10pt;
}

#content_left_swoosh_home {
	position:absolute;
	left:0px;
	top:399px;
	z-index:20;
}


#content_left_pic {
margin-top:10px}


#content_home {
	color:#666;
	padding:10px;
	padding-left:50px;
	padding-right:0;
	float:left;
	
}

#content_home ul {
	margin-left:20px; 
   	padding:0;
}

#content_extra_right {
	width:230px;
	font-size:.9em;
	float:right;
	padding-left:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content_button {
	width:250px;
}

#button_top {
	background: url(../images/layout_button_top.jpg) left top no-repeat;	
	height:35px;
	width:100%;	
}

#button_top_text {
	text-align:center;
	font-size:13pt;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding-top:5px;
}



#button_top_text2 {
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding-top:0px;
	color:#FFFFFF;
}

#button_top_text2 a {
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding-top:0px;
	color:#FFFFFF;
}


#button_bottom {
	background: url(../../images/layout_button_bottom.jpg) left top no-repeat;	
	height:auto;
	width:100%;
}

#button_bottom2 {
	background: url(../../images/layout_button_bottom2.jpg) left top no-repeat;	
	height:auto;
	width:524px;
}

#button_bottom_text {
	padding:5px 8px;
}

#button_bottom_text p {
	margin-bottom:10px;
}

#button_bottom_text2 {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#button_bottom_text2 p {
	margin-bottom:10px;
}


#content_home_col1, #content_home_col2 {
	width:250px;
	float:left;
	margin-left:25px;
}
#content_home_col2 {
	margin-left:20px;
}

#content_home li, #content_main li, #content_extra_right li, #content_extra_left li, #content_main_full li {
	list-style-image: url(../images/bullet.gif);
}

#content_home a {
	color:#006699;
}

#content_home {
	color:#000;		
	font-size:.9em;
}

#button_top_text a, #button_top_text a:link, #button_top_text a:visited, #button_top_text a:active, #button_top_text a:hover {
	color:#fff;
	text-decoration:none;
}

#home_calendar ul, #home_calendar p {

	margin-bottom:0;
}

#home_alert {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 20px;
}
.arabar {
	background-color: #006699;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.row_on {
	background-color: #e9e9e9;
}
#wrapper #main_right #content #content_main table {
	padding: 2px;
}
.altcizgili {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #026698;
}
	.txt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
