ob/* =INITIAL 

   v2.1, by Faruk Ates - www.kurafire.net

   Addendum by Robert Nyman - www.robertnyman.com */



/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



/* Neutralize styling: 

   Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,

blockquote, ul, ol, dl, address {

	margin: 1em 0;

	padding: 0;

}



/* Apply left margin:

   Only to the few elements that need it: */

li, dd, blockquote {

	margin-left: 1em;

}



/* Miscellaneous conveniences: */

form label {

	cursor: pointer;

}

fieldset {

	border: none;

}



/* Form field text-scaling */

input, select, textarea {

	font-size: 100%;

}



body {

    padding: 35px 0 200px 0;

	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 1.3;

	color: #fff;

	background: #000 url(images/bg.png) repeat left top;

}



a {

    color: #469598;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}



img {

	border: none;

}











#page {

    width: 1005px;

    margin: 0 auto;

    padding: 35px 40px 75px 42px;

    background: url(images/bg_page.png) repeat left top;

    border: 1px solid #36302a;

}

#intro {

    width: 1005px;

    margin: 0 auto;

    padding: /*20px*/ 35px 40px 75px 42px;

    background: url(images/bg_page.png) repeat left top;

    border: 1px solid #36302a;

}

#lng {
    margin: 15px 10px 10px 0;
    float: right;
    list-style-type: none;
	font-family: "Arial CE", Arial, Verdana, "Helvetica CE", Helvetica, sans-serif; 
	color: #7d6c4e;
}
#lng li {
    margin: 0 0 0 0.3em;
    padding: 0 0.6em 0 0;
    display: inline;
}
#lng li:first-child {
    border-right: 1px solid #7d6c4e;
}
* html #lng li {
    border-width: expression(this.previousSibling==null?'0':'1px');
}
#lng a {
    color: #7d6c4e;
}
#member-link{
	margin: 15px 40px 10px 40px;
	color: #7d6c4e;
}
#member-link a{
	color: #7d6c4e;
}


#header {

    position: relative;

    height: 135px;

    background: url(images/bg_header.png) no-repeat left top;

}

#intro #header {

    position: relative;

    height: 227px;

    background: url(images/bg_header_big.png) no-repeat left top;

}



h1 {

    position: absolute;

    top: 15px;

    left: 50px;

    margin: 0;

}

#intro h1 {

    top: 107px;

}

h1 a {

    overflow: hidden;

    position: absolute;

    width: 121px;

    height: 120px;

    line-height: 1000px;

    background: url(images/ajg_consulting.png) no-repeat left top;

}



#motto {

    position: absolute;

    top: 53px;

    left: 662px;

    margin: 0;

}

#intro #motto {

    top: 102px;

    left: 665px;

}

#motto strong {

    overflow: hidden;

    position: absolute;

    width: 303px;

    height: 30px;

    line-height: 1000px;

    background: url(images/ajg_creating_growth.png) no-repeat left top;

}

#intro #motto strong {

    width: 303px;

    height: 30px;

    background: url(images/ajg_innovation_delivered.png) no-repeat left top;

}



#flash {

    width: 1005px;

    height: 289px;

    margin: 8px 0;

    background: url(images/flash.jpg) no-repeat left top;

}

#intro #flash {

    width: 1004px;

    height: 186px;

    background: url(images/flash_small.jpg) no-repeat left top;

}



#content {

    color: #53493c;

    background: url(images/bg_content.png) repeat-y left top;

}

#content-bottom {

    overflow: hidden;

    width: 1004px;

    background: url(images/bg_content_bottom.png) no-repeat left bottom;

}

#content-top {

    padding: 0 0 12px 0;

    min-height: 175px;

    background: url(images/bg_content_top.png) no-repeat left top;

}

#html #content-top {

    height: 175px;

}



#intro #content {

    color: #858177;

    background: url(images/bg_intro.png) repeat-y left top;

}

#intro #content-bottom {

    background: url(images/bg_intro_bottom.png) no-repeat left bottom;

}

#intro #content-top {

    background: url(images/bg_intro_top.png) no-repeat left top;

}



#right {

    float: right;

    width: 250px;

    margin: 35px 35px 0 0;

}

* html #right {

    margin-right: 17px;

}

#intro #right {

    width: 300px;

    margin: 25px 30px 0 0;

    font-size: 9px;

}

* html #intro #right {

    margin-right: 15px;

}



#right li.top1 {
	font-weight:bold;
	font-size:10px;
}
#right li.top1 a {
	font-weight:bold;
	font-size:10px;
	padding: 0;
    background: none;
}

#right ul {
    list-style-type: none;
}

#right li {

    margin: 0.2em 0 0 0;
    
    margin-left: 10px;

    padding: 0 0 0.5em 0;

    background: url(images/line.png) repeat-x left bottom;

}

#right li:last-child {

    background: none;

}
/*
#right li {

    margin: 0.2em 0 0 0;

    padding: 0 0 0.5em 0;

    background: url(images/line.png) repeat-x left bottom;

}
*/

#right a {

    color: #53493c;

    padding: 0 0 0 9px;

    background: url(images/arrow.png) no-repeat 0 50%;

}



#right a.subtitle {

    color: #9f978c;

    padding: 0 0 0 18px;

	background: url(images/arrow.png) no-repeat 10px 50%;

}



#right form {

    margin: 3em 0;

    font-size: 11px;

}

#intro #right form {

    margin: 2em 0;

    font-size: 9px;

}



#right fieldset {

    padding: 0.5em 1em;

    border: 1px solid #d8d2b6;

}

#intro #right fieldset {

    padding: 0;

    border: none;

    text-align: right;

}



#right legend {

    margin: 0 0 0 1em;

}

#right input.text {

    width: 210px;

    padding: 5px;

    font-size: 14px;

    background: #ebe69b;

    border: 1px solid #d3caac;

}

#right input.button {

    width: 190px;

    height: 30px;

    color: #53493c;

}



#intro #right select {

    width: 300px;

}



#intro #right h2 {

    position: relative;

    height: 19px;

}

#intro #right h2 a {

    overflow: hidden;

    position: absolute;

    width: 104px;

    height: 19px;

    line-height: 1000px;

    background: url(images/ajg_consulting_toy.gif) no-repeat left top;

}



#intro #right p {
    padding: 1em 0 0 0;
    border-top: 1px solid #24211f;
    margin: 0;
}




#main {

    margin: 0 290px 0 0;

    padding: 30px 25px 30px 25px;

}

#intro #main {

    margin: 0 370px 0 0;

    font-size: 9px;

}



#breadcrumbs {

    font-size: 9px;

    color: #c8c2b9;

    text-align: right;

}

#breadcrumbs a {

    color: #c8c2b9;

}

#breadcrumbs strong {

    color: #9f978c;

    font-weight: normal;

}



#main h2 {

    height: 30px;

    margin: 0.5em 0 1em 0;

    padding: 2px 0 0 15px;

    font-family: "Times New CE", "New York CE", "Times CE", Georgia, times, serif;

    font-size: 21px;

    font-weight: normal;

    color: #655b4e;

    background: url(images/bg_title.png) repeat-x left top;

}

#main img {

/*    float: left;*/

    margin: 0 10px 10px 0px;

}



#nav {
	padding-top: 10px;
}

#nav td {

    padding: 0 0.9em;

    border-left: 1px solid #24211f;

    vertical-align: bottom;

}

#nav td.first {

    padding: 0 0.9em 0 0;

    border: none;

    text-align: right;

}

#nav ul {

    list-style-type: none;

}

#nav li {

    margin: 1em 0;

}

#nav a {

    color: #848074;

}

#nav strong a {
    color: #7d6c4e;
    font-weight: normal;
	text-transform: uppercase;
}



#areas {
	overflow: hidden;
    margin: 3em 0 0 50px;
	height: 17px;
    list-style-type: none;
    width: 530px;
    padding: 0;
}

#areas li {
    float: left;
}

#areas li a {

    overflow: hidden;

    float: left;

    height: 17px;

    line-height: 1000px;
    /*color: #605d56;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;*/

}

#areas li.about a {
    width: 82px;
	margin: 0 50px 0 0;
    background: url(images/o_nas.gif) no-repeat left top;
}

#areas li.services a {
    width: 123px;
	margin: 0 50px 0 0;
    background: url(images/nase_sluzby.gif) no-repeat left top;
}

#areas li.media a {
    width: 129px;
    background: url(images/media_a_viac.gif) no-repeat left top;
}


#areas li.about_en a {
    width: 82px;
	margin: 0 50px 0 0;
    background: url(images/about_us.gif) no-repeat left top;
}

#areas li.services_en a {
    width: 123px;
	margin: 0 50px 0 0;
    background: url(images/our_services.gif) no-repeat left top;
}

#areas li.media_en a {
    width: 129px;
    background: url(images/media_room.gif) no-repeat left top;
}


.link {

    margin: 3em 0 0 0;

    padding: 3px 0 0 23px;

    background: url(images/icon_link.png) no-repeat left bottom;

}



.center {

    text-align: center;
    margin: 1em auto;

}



#footer {

    padding: 15px 0 0 0;

	font-family: "Arial CE", Arial, Verdana, "Helvetica CE", Helvetica, sans-serif; 

	font-size: 10px;

	color: #3c3833;

    text-align: center;

}

#footer a {

    color: #3c3833;

}

#footer ul {

    margin: 1em 0 2em 0;

    color: #605d56;

    list-style-type: none;

}

#footer li {

    display: inline;

    margin: 0 0.3em 0 0;

    padding: 0 0 0 0.6em;

    border-left: 1px solid #333;

}

#footer li:first-child {

	padding: 0;

	border: none;

}

* html #footer li {

	padding-left: expression(this.previousSibling==null?'0':'0.6em');

	border-width: expression(this.previousSibling==null?'0':'1px');

} 

#footer li a {

    color: #605d56;

}



/*** pridane macho 29.11.2007 ***/
.obsah {
  margin-left:15px;
  width:635px;
}

.obsah p {
	margin-left: 0;
	padding-left: 0;
}

.obsah h3 {
	margin-left: 0;
	padding-left: 0;
}

.viac, .nav_down_right {
 text-align:right;
}


.nav_down {
  float:left;
  width:635px;
  margin-bottom:50px;
}

.nav_down_left {
  float:left;
}

img.tim {
  border:1px solid #d8d2b6;
  padding:3px;
}










.contact-box {
	width: 585px;
	height: 600px;
	padding: 0;
	margin: 0 0 5px 18px;

}
.cbox-left {
	float: left;
	width: 320px;
	height: 200px;
	padding: 0;
		
}
.cbox-right {
	float: left;
	width: 260px;
	height: 200px;
	padding: 0;
}
.cbox-cont {
	width: auto;
	height: auto;
	margin-bottom: 10px;

}
.contact-box h3 {
	font-size: 14px;
	margin: 0;
}
.contact-box span {
	display: block;
	margin: 5px 0 0 10px;
} 
.contact-box span a {
	margin-right: 10px;
}
.mapbox {
	width: 585px;
	height: 270px;
	padding: 0;
	padding: 0;
}

.infospravaright {
  text-align: right;
}

.infospravaleft {
  margin-left:15px;
}

.end_row{
	float:none;
	clear:both;
}
.share_icons{
	float:right;
	display:block;
	text-align:right;
	padding:2px 2px 0 0;
	margin-right: 40px;
	margin-top: 6px;'
}

/*****popup******/
.pop p{
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

.popup-content{
	position:relative;
	color:#53493C;
}
.pop img{
	float:right;
	margin:0 0 5px 10px;
}
.pop {
position: absolute;
width: 266px;
top: -70px;
}

.pop .pop_top {
background: url('images/backgrounds.png') no-repeat -900px 0;
height: 13px;
}

.pop .pop_center {
background: url('images/backgrounds.png') repeat-y -1200px 0;
padding: 0 15px;
width: 236px;
overflow: hidden;
font-size: 12px;
}

.pop .pop_bottom {
background: url('images/backgrounds.png') no-repeat -900px 100%;
height: 24px;
}
