/*  CSS definations for City Dental Labor AG  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Navigation
	2.2 Containers & Columns
  		2.2.1 Entry  		
		2.2.2 Content
		2.2.3 Contact
	2.3 Footer

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
html, body { height:100%; }
body {
	background:#e1e1e1;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#666;
	-webkit-text-size-adjust: 100%;
}
.box {
	background:#fff;
	width:1181px;
	min-width:1181px;
	margin:0 auto -32px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

/* 2.1 Header */
.header{
	height:212px;
	padding:0 0 0 130px;
}

/* 2.1.1 Logo */
.logo{
	width:140px;
	height:140px;
	float:left;
	margin-right:132px;
}

/* 2.1.2 Navigation */
.navigation{
	background:url(../images/bg_navigation.png) repeat-x left bottom;
	width:778px;
	height:55px;
	padding-top:81px;
	float:left;
}
.navigation li{
	background:url(../images/divider_navigation.png) no-repeat left 4px;
	font-size:24px;
	padding:0 22px;
	font-weight:300;
	color:#999;	
	text-transform:uppercase;
	float:left;
}
.navigation li:first-child{
	background:none;
	padding-left:0;
}
.navigation li a{
	color:#999;	
}
.navigation li a:hover,
.navigation li a.active{
	color:#004887;
}

/* 2.2 Containers & Columns */
.container{
	padding-bottom:76px;
}
.titlebar{
	width:380px;
	text-align:right;
	float:left;
	margin-right:20px;
	padding-bottom:57px;
}
.titlebar h2{
	font-size:45px;
	color:#004887;
	line-height:44px;
	font-weight:100;
}
/* 2.2.1 Entry  */
.entry{
	width:600px;
	float:left;
	padding-bottom:57px;
}
.entry.gapinner {
	padding-left:400px;
}
.entry h3{
	padding:13px 0 2px 0;
	font-weight:500;
}
.entry p{
	font-weight:300;
	line-height:25px;
}
.entry p strong{
	font-weight:400;
}
.entry.hp p {
	padding-right:140px;
}
/* 2.2.2 Content */
.Content{
	background:url(../images/bg_content.png) no-repeat center top;
	min-height:381px;
	padding:19px 0;
	min-width:1181px;
}
ul.GalleryListing li{
	padding-left:19px;
	float:left;
}
ul.GalleryListing li:first-child{
	padding-left:0;
}
.ContentLeft{
	width:381px;
	float:left;
	padding-right:19px;
}
.ContentRight{
	width:781px;
	float:left;
}
ul.features{
	width:100%;
	float:left;
}
ul.features li {
	float:left;
	padding:0 19px 19px 0;
}
ul.features li.last {
	padding-right:0;
}
.ServicesList {
	background:#fff;
	width:721px;
	float:left;
	padding:30px;
	padding-bottom:10px;
}
.ServicesList li {
	background:url(../images/bullet_li_1.png) no-repeat 0 13px;
	display:block;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	padding:0 0 0 12px;
}
.ServicesList li li {
	background:url(../images/bullet_li_2.png) no-repeat 0 13px;
}
/* 2.2.3 Contact */
.ContactContent {
	width:781px;
	font-size:18px;
	line-height:25px;
	font-weight:300;
	padding:0 0 30px 400px;
}
.ContactContent .Column1 {
	width:280px;
	float:left;
}
.ContactContent .Column2 {
	width:280px;
	float:left;
	padding-top:100px;
}
.ContactContent address span {
	display:block;
}
.ContactContent strong {
	font-weight:500;
}
.location {
	width:781px;
	height:381px;
}

/* 2.3 Footer */
.footer{
	height:32px;
}
.footer .wrap {
	width:1181px;
	min-width:1181px;
	margin:0 auto;
}
.footer ul {
	padding-left:413px;
}
.footer li{
	background:url(../images/divider_footer.png) no-repeat left 4px;
	font-size:15px;
	color:#004887;
	padding:0 7px 0 12px;
	display:inline;
}
.footer li:first-child{
	background:none;
	padding-left:0;
}
.footer li a{
	color:#004887;
}
.footer li a:hover{
	color:#0463b6;
}