/* Nicholas Cakmes Dentistry - Landing Page CSS Document by: ASM */

* {
  margin:0;
  padding:0;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #f5e6b6;
}

a {
  color: #792a00;
  outline:none;
  text-decoration:none;
}

a:hover {
	color: #eebb1b;
  	text-decoration:underline;
}

img {
  border:none;
}

p.big {line-height:150%}

.clear {
  clear:both;
  font-size:0px;
  text-indent:-5000px;
  height:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #656162;
	padding-bottom: 20px;
}

#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0 0 15px 0;
	min-height: 100%;
}

#wrap {
	margin:15px auto 0px;
	width: 960px;
	background-color: #FFFFFF;
	padding:0px;
    font:12px Arial, Arial, sans-serif;
}

.header {
	background: url(images/headerBG.jpg) top left no-repeat;
	width: 960px;
	height: 134px;
}

.contactus {
	text-align:right;
}

.header1n2_case {
	width: 960px;
	height: 369px;
	border-bottom: 1px solid #CCCCCC;
}
.header1 {
	float:left;
	width: 640px;
}
.header2 {
	float:right;
	background: url(images/header_pic2.png) top right no-repeat;
	height: 279px;
	width: 170px;
	margin-right:0px;
	margin-top: 20px;
	padding:70px 125px 0 10px;
	color: #665e5e;
}

.subheader1n2_case {
	width: 950px;
	border-bottom: 1px solid #E6E6E6;
	height: 332px;
	margin:0 0px 0 0px;
}
.subheader1 {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_img.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1 h1 {
	padding-top: 90px;
}

.subheader1 p {
	width: 360px;
}

.subheader1b {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_imgb.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1b h1 {
	padding-top: 90px;
}

.subheader1b p {
	width: 300px;
}

.subheader1c {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_imgc.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1c h1 {
	padding-top: 90px;
}

.subheader1c p {
	width: 300px;
}

.subheader1d {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_imgd.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1d h1 {
	padding-top: 90px;
}

.subheader1d p {
	width: 300px;
}

.subheader1e {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_imge.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1e h1 {
	padding-top: 90px;
}

.subheader1e p {
	width: 300px;
}

.subheader1f {
	float:left;
	width: 600px;
	height: 327px;
	background:url(images/subheader_imgf.jpg) top left no-repeat;
	border-right: 1px solid #E6E6E6;
	color: #665e5e;
	margin-top:5px;
}

.subheader1f h1 {
	padding-top: 90px;
}

.subheader1f p {
	width: 300px;
}

.subheader2 {
	float:right;
	background: url(images/optintxt.jpg) top right no-repeat;
	margin:-300px 0px -400px 120px;
	width:280px;
	padding-top: 30px;
	height: 268px;
}

.table {
	width: 950px;
	height: 300px;
	margin:0 5px 0 5px;
}
.table_case {
	width: 230px;
	float: left;
	margin-right:7px;
	padding-top: 20px;
}
.textborder {
	margin-right: 30px;
	margin-left: 30px;
	height: 35px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom:15px;
	margin-bottom:10px;
	text-align:center;
}
.textborder img {
	margin-left: -8px;
}

.text1 {
	padding-top: 10px;
	color:#656162;
	padding-left: 30px;
	padding-right: 15px;
}

/*--- Navigation Menu Settings ---*/

#nav {
	padding-top:21px;
    padding-left:5px;  
	margin: 0px; 
    padding-left: 290px; 
    height:25px;
}

#nav li {
	float: left;
    margin-right: 5px;
	margin-right: 1px;
	height: 25px;
	list-style: none;
}

#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-left: 5px;
	padding-left: 4px;
	padding-right: 5px;
	line-height: 25px;
    padding-bottom:1px;
	font-weight: bold;
	color: #665e5e;
  	line-height:16px;
  	padding-top:6px;
	text-decoration: none;
}

#nav li a:hover {
	background-position: right -33px;
	color: #eebb1b;
	line-height: 32px;
	padding-top:0px;
}

#nav li a.current {
	color: #eebb1b;
}

/* +++++++++++++ end nav ++++++++++++++++++++++*/

/*	###############################################################################
	@optin-area	
	############################################################################### */
.optin{
	float:left;
	background: url(Landingpage_images/optinBG.jpg) top left no-repeat;
	width:275px; 
	padding:0px; 
	text-align:left; }
.optin table td{padding:0px 0 4px 0; }
.optin input{
	padding:6px;
	border: 1px solid #CCCCCC; background-color:#ffffff; color:#474747; font-size:12px; font-weight:normal; width:250px;
}
.optin_textbox{
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC; background-color:#ffffff; color:#474747; font-size:12px; font-weight:normal; width:250px;
}
.optin p{ padding:0px 0 10px 0;; }
.optin .submit{width:135px;
	height:35px;
	background:url(images/spacer.gif);
	cursor:pointer;
	border:none; margin:13px 0 0 130px;} 
.optin-bg{padding:0px 10px 0 10px;}

/*	###############################################################################
	END @optin-area	
	############################################################################### */

.footer {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 10px;
	clear:both;
	text-align: center;
	font-size:12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6E6E6;
}

.footer p {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - cosmetic-dentistry
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.left_box {
	float:left;
	width: 380px;
	margin:20px;
	color:#656162;
}

.right_box {
	float:right;
	width: 529px;
}

.right_box_subbox1 {
	background:url(images/sub_img2.jpg) top left no-repeat;
	background-color:#faf9f8;
	padding-top: 80px;
	padding-left: 20px;
	color:#792a00;
}

.right_box_subbox1_button {
	margin:20px;
	text-align:center;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.optin2_BG {
	width: 323px;
	padding:25px;
	background-color:#faf9f8;
	margin-top:30px;
}

/*	############################
	@optin2-area	
	######################### */
.optin2{ 
	padding:0px; 
	text-align:left; }
.optin2 table td{padding:0px 0 10px 0; }
.optin2_input2 {
	padding:8px;
	border: 1px solid #CCCCCC; background-color:#ffffff; color:#474747; font-size:12px; font-weight:normal; width:300px;
}
.optin_textbox2 {
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC; background-color:#ffffff; color:#474747; font-size:12px; font-weight:normal; width:300px;
}
.radio {
	background:url(images/sub_img7.jpg) center right no-repeat;
	width:160px;
	line-height:50px;
}
.select_box2 {
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC; background-color:#ffffff; color:#474747; font-size:12px; font-weight:normal; width:318px;
}
.optin2 p{ padding:0px 0 10px 0;; }
.optin2 .submit2 {width:142px;
	height:48px;
	background:url(images/submit2_button.jpg) top right no-repeat;
	cursor:pointer;
	border:none; margin:13px 0 0 15px;} 
	
	
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - dr-cakmes
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.right_box_subbox2 {
	background:url(images/sub_img9.jpg) top left no-repeat;
	background-color:#faf9f8;
	padding-top: 80px;
	padding-left: 20px;
	color:#792a00;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - family-dentistry
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.right_box_subbox3 {
	background:url(images/sub_img12.jpg) top left no-repeat;
	background-color:#faf9f8;
	padding-top: 80px;
	padding-left: 20px;
	color:#792a00;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - why-choose-us
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.right_box_subbox4 {
	background:url(images/sub_img17.jpg) top left no-repeat;
	background-color:#faf9f8;
	padding-top: 80px;
	padding-left: 20px;
	color:#792a00;
}

p.lead-in {
	font-weight: normal;
	font-style: normal;
	font-family: 'JournalRegular';
	font-size: 36px;
	color: #656162;
	line-height: 36px; 
}

p.smile-gallery-text {
	width: 520px;
	line-height: 18px;
}

p.smile-gallery-text2 {
	width: 460px;
	line-height: 18px;
}

@font-face {
	font-family: 'JournalRegular';
	src: url('journal-webfont.eot');
	src: local('☺'), url('journal-webfont.woff') format('woff'), url('journal-webfont.ttf') format('truetype'), url('journal-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-Page - smile-gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.subtopBG {
	background:  url(images/sub_img20.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.subtopBG2 {
	background:  url(images/sub_img20b.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG2 h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG2 h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.subtopBG3 {
	background:  url(images/sub_img20c.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG3 h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG3 h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.subtopBG4 {
	background:  url(images/sub_img20d.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG4 h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG4 h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.subtopBG5 {
	background:  url(images/sub_img20e.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG5 h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG5 h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.subtopBG6 {
	background:  url(images/sub_img20f.jpg) top left no-repeat;
	width: 850px;
	height: 600px;
	padding-top: 120px;
	padding-right: 350px;
	padding-left: 30px;
}

.subtopBG6 h2 {
	clear: left;
	text-align: left;
	padding-bottom: 14px;
	font-family: 'JournalRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #792a00;
}

.subtopBG6 h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.gallery_case {
	float:left;
	width: 275px;
	margin-right:15px;
	}
	
.gallery_case_small {
	float:left;
	width: 150px;
	margin-right:15px;
	}
	
.gallery_case_extra_small {
	float:left;
	width: 90px;
	margin-right:5px;
	}

.smile_box_case {
	margin:0 13px 0 13px;
}

.smile_box1 {
	float:left;
	background:url(images/sub_img23.jpg) top left no-repeat;
	width:190px;
	height:140px;
	padding-right: 110px;
	padding-top: 14px;
	padding-left:10px;
	border-right: 1px solid #CCCCCC;
}
.smile_box2 {
	float:left;
	background:url(images/sub_img24.jpg) top left no-repeat;
	width:190px;
	height:140px;
	padding-right: 110px;
	padding-top: 14px;
	padding-left:10px;
	border-right: 1px solid #CCCCCC;
}
.smile_box3 {
	float:left;
	background:url(images/sub_img25.jpg) top left no-repeat;
	width:190px;
	height:140px;
	padding-right: 110px;
	padding-top: 14px;
	padding-left:10px;
}
