/* @group General */


/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: thin dotted;
}
:active {
	outline: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* @end */

body {
	background-color: #d6d6d6;
	background-image: url('../img/bg_body.png');
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial, sans-serif;
}

h1 {
	
}

h2 {
	font-weight:lighter;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {

	
}

a {
	color: #cc9;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul li, ol li {
	
}





/* @end */

#container {
	
	
}
#header {
	background-color: #626262;
	background-image: url('../img/bg_header.png');
	background-repeat: repeat-x;
	min-height: 444px;
}
#header div {
	width: 960px;
	margin: 0 auto;
	padding-top: 115px;
	position: relative;
}

#header h1 {
	background-image: url('../img/h1_logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000em;
	width: 960px;
	height: 236px;
	
}


.cases {
	width: 960px;	
	margin: 20px auto 20px auto;
	position: relative;
}

.section .header h1 {
	width: 960px;
	margin:120px auto 20px auto;
	padding-left: 185px;
	padding-bottom: 5px;
	font-family: Georgia,sans-serif;
	font-size: 30px;
	color: #636262;
	text-transform: uppercase;
}

#identity .header h1 {
	margin-top: 120px;
}

.section .header {
	background: url('../img/bg_cases_h1.png') 0 100% repeat-x;
	margin-bottom: 60px;
}

.case {
	clear: both;
	width: 780px; 
	height: 584px; 
	margin-left: 90px;
	margin-bottom: 80px;
	position: relative;
	background-image: url('../img/bg_case_li.png');
	background-position: 0 51px;
	background-repeat: no-repeat;
}
.case .wrapper { 
	overflow:auto;
	position:absolute;
	top: 0;
	left: 13px;
	width: 753px;
	height: 630px;
}

.case h2 {
	background-color: #626262;
	background-image: url('../img/h2_case.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-radius-topleft: 3px ;
	float: left;
	color: #9d9d9d;
	font-size: 20px;
	line-height: 28px;
	padding:14px 54px 10px 24px;
	border-radius-topleft:5px;
	-moz-border-radius-topleft: 3px ;
	-webkit-border-top-left-radius:3px ;
}

.case img {
	clear: both;
	position: relative;
	top: 65px;
	left: 1px;
	margin-left: 0;
}

.case ul {
	clear: both;
	height: 585px;
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;
	
}

.case li {
	float:left;
	display: block; 
	height: 585px; 
	width: 776px; 
	margin: 0; 
	padding: 0;
	position: relative;
	
}

.case p.description {
	background-color: #626262;
	background-image: url('../img/bg_p_description.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius-bottomleft:3px;
	border-radius-bottomright:3px;
	color: #9d9d9d;
	font-size: 14px;
	margin-top:0;
	margin-right:0;
	padding: 16px 43px 20px 54px;
	position: absolute;
	top: 554px;
	right: 0;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}
.case p.description em {
	font-family: Georgia, Arial, sans-serif;	
}

.arrow {
	cursor: pointer;
	width: 33px;
	height: 120px;
	display: block;
	position: absolute;
	background-image: url('../img/a_forward_back.png');
	background-position: 0 0;	
	top: 220px;
	text-indent: -9999em;
}


.case .forward {
	right: -33px;
	background-position: 0 -120px;	

}

.case .forward:hover {
	background-position: -33px -120px;	
}

.case .back {
	left: -33px;
}

.case .back:hover {
	background-position: -33px 0;	
}

#footer {
	background-color: #626262;
	background-image: url('../img/bg_footer.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	color:#d6d6d6;
	/*font-family: Georgia, Arial, sans-serif;*/
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

#footer .vcard {
	font-family: Verdana, serif;
	font-size: 15px;
	margin-left: 250px;
	color: #d6d6d6;
	line-height: 27px;
}

#footer .vcard {
	
}

#footer span.type {
	color:#b2a100;
}



#footer .email-adr, 
#footer .tel {
	float: left;

}

#footer .email-adr span,  
#footer .tel span {

}

#footer .email-adr {
	width: 240px;
	padding-left: 40px;
	background-image: url(../img/bullet.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

#footer .email-adr a {
	color: #ebc76b;	
}

#footer .tel {
	padding-left: 10px;
}

#footer div.wrapper {
	width: 960px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

#footer p.copyright {
	color: #ad9d07;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid #767676;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
	width: 440px;
		
}

/*
#footer h3 {
	font-size: 30px;
	line-height: 27px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

#footer p {
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 30px;
	font-style: italic;
}



#footer .frm-text {
	float: left;
	width: 470px;
	padding-top: 50px;
}
#footer form {
	border-left: 1px solid #767676;
	float: left;
	margin-left: 20px;
	padding-left: 8px;
	min-height: 280px;
	padding-top: 28px;
	padding-left:50px;
}

#footer form li.text {
	margin-bottom: 30px;
}

#footer form label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 4px;
	font-family:Arial, sans-serif;
	color: #9d9d9d;
	
}

#footer form li.text input,
#footer form textarea {
	width: 370px;	
}

#footer form textarea {
	height: 200px;
	margin-bottom: 10px;	
}

#footer form input#frm-submit {
	padding-top: 5px;
}*/

.hide {
	display: none;
}

.group {
	overflow: hidden;
}
