@charset "utf-8";

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000;
	background-color:#177bc1;
	background-attachment:fixed;
	overflow-y:scroll;
	line-height:130%;
}

h1{
	margin:10px 0 0 0;
	padding:0;
	line-height:130%;
	font-size:18px;
	color:#069;
	font-weight:bold;
}
h2{
	margin:10px 0 0 0;
	padding:0;
	line-height:130%;
	font-size:16px;
	color:#069;
	font-weight:bold;
	text-decoration: underline;
}
h3, h3 a{
	font-size:13px;
	font-weight:bold;
	color:#069;
	margin:0;
	padding:0;
}
h4{
	font-size:12px;
	font-weight:bolder;
	color:#069;
	margin:0;
	padding:0;
}
.hr_line h5{
	font-size:12px;
	font-weight:normal;
	color:#CCC;
	margin:0;
	padding:0;
	display:inline;
}

p, form, hr{
	margin:0;
	padding:0;
}

hr{
	color:#CCC;
}

a:link, a:visited {
	color: #700; 
	text-decoration: none;
}

a:hover {
	color: #d00;	
}

.out{
	width:975px;
	margin:15px auto 10px auto;
	border:1px solid #000;
	background-color:#f5f5f5;
	background-repeat:repeat-x;
	position:relative;
	overflow:visible;
}

.logo{
	float:left;
	width:995px;
	height: 145px;
	padding:15px 5px 0 0;
	margin:-10px 0 0 -25px;
	text-align:right;
	background:url('images/logodomino.png');
}
 
.position{
	float:left;
	width:965px;
	height: 26px;
	padding:12px 0 0 35px;
	margin:0 0 0 -25px;
	text-align:left;
	background-image:url('images/logodomino.png');
	background-position:0 -160px;
	color: #fff;
}
.position a{
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
}
.hr_line{
	height:20px;
	background-image:url('images/bg_undermenu.gif');
	background-repeat:repeat-x;
	float:left;
	width:965px;	
	padding:5px 0 0 10px;
	text-align:left;
	color:#ccc;
	font-weight: normal;
}
.hr_line a, .hr_line a:link, .hr_line a:visited, .hr_line a:hover{
	color:#eee;
	font-weight: normal;
	text-decoration: underline;
}

.hr_line a.current, .hr_line a:link.current, .hr_line a:visited.current, .hr_line a:hover.current{
	color:#eee;
	font-weight:normal;
	text-decoration:underline;
	color:#0F9;
}


.right_c{
	width: 160px;
	float: left;
	padding: 15px 5px 5px 0;
}

.left_c{
	width:800px;
	padding:15px 5px 5px 5px;
	display: block;
	float: right;
}


a.showCity{
	display: block;
	float: left;
	border:1px solid #ccf;
	margin:2px;
	text-align: center;
	padding: 2px 0;
	width: 152px;	
} 

a.region{
	background: #eee;
	border: 1px solid #fcc;
}


a.showBranch{
	display: block;
	float: left;
	border:1px solid #ccf;
	margin:2px;
	text-align: center;
	padding: 2px 0;
	width: 394px;	
}

div.showIns{
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	margin: 0 0 5px 0;
	width: 790px;
}
div.showIns span{
	font-style: italic;
	color: #999;	
}
a.showIns{
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	display: block;
	float:left;
	width:800px;
	padding: 0 0 5px 0;
}

span.bransh{
	display: block;
	margin: 15px 0 0 0;
	font-weight: bold;
	font-style: italic;	
	color: #006699;
	font-size: 14px;
}
span.addresses{
	margin: 10px 0 0 0;
	display: block;
}
span.phone{
	padding-left: 40px;
	display: block;
	font-style: italic;	
}
span.phone span{
	font-weight: bold;
	font-style: italic;
	margin-left: -40px;
}


.column{
	width:244px;
	height: 380px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 5px;
}
.minh{
	height: 15px;
	font-weight: bold;
}

input[type=button], input[type=submit]{
    background-color: #830000;
    background-image: url("images/search.png");
    background-repeat:no-repeat;
    background-position:3px 5px;
    border: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 4px 10px 4px 30px;
    border-radius: 0px 7px 0 7px;
    -moz-border-radius: 0px 7px 0 7px;
    -webkit-border-radius: 0px 7px 0 7px;
    width: auto;
    height:auto;
    float: right;
    cursor: pointer;
}

input[type=text]{
	float: right;
	border: 1px solid #640000;
	font-size: 14px;
	padding:3px;
	font-weight: normal;
	color: #640000;
	width: 200px;
	margin: 0 10px 0 0;	
}
input[type=text].keywd{
	color:#aaa;
}
input[type=text].big{
	float: none;
	margin: 20px 0 0 210px;
	width: 350px;
}
input[type=submit].big{
	float: none;
	margin: 20px 0 0 10px;
}

.paginator_item{
	margin:2px;
	padding: 2px;
	background: #FFF6DE;
	border: 1px solid #ccc;
}

.search_links{
	text-align: center;
	padding: 15px 0 15px 0;
}

/*dropdown ajax*/
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:356px;	/* Width of box */
	height:auto;	/* Height of box */
	max-height:250px;
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	border-top:none;
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:13px;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
/*end dropdown ajax*/



div.divisions{
	float:left;
	width: 390px;
	margin: 0 10px 0 0;
}
div.divisions span.left, div.divisions a{
	line-height: 200%;
	cursor:  pointer;	
	color:#006699;
	font-style: italic;
}

#map{
	width: 400px;
	height: 400px;
	float: right;
	border: 1px solid #990;
}

