/*   =======   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, 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; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background:  url(../images/bg.png) repeat top left;
	text-align: center;
	width: 100%;
	margin: 0;
}
body.front { background-color: #FFFFFF ; }


h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 10px;
	line-height: 1.25em;
	font-weight: normal;
	color: #ffffff;
}
h1	{ font-size: 2.25em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
h6	{ font-size: .875em; }
p	{ 
	font-size: .875em;	
	color: #ffffff;
	line-height: 1.5em; 
	margin: 0 0 1em;
}

a, a:link, a:visited, a:active {
	color: #a9b2b5;
}
a:hover { color: #fff; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.alignleft 	{ float: left; padding: 0 20px 20px 0; }
.alignright	{ float: right; padding: 0 0 20px 20px; }

form label {
	font-size: .875em;
	color: #ffffff;
}
form .text, form textarea {
	border: none;
	background: #292929;
	margin: 0;
	padding: 3px;
	color: #ffffff;
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
}

.clearfloat{
   clear:both;
   line-height:0px;
   height:0px;
   font-size:0px;
}



/*   =======   LAYOUT  =======   */

#wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.front #wrap { 	min-height: 866px; }
#header, #content, #footer {
	display: block;
	width: 960px;
	margin: auto;
	position: relative;
	float: left;
	clear: both;
}
#header {
	z-index: 100;
}
#content {
	margin-top: -14px;
}
.front #content { margin: 0; }
#footer { }

#top-gradient {
	display: block;
	width: 100%;
	margin: 0;
	height: 377px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-gradient-white.png) repeat-x 0 0;
}
#bottom-gradient {
	display: block;
	width: 100%;
	margin: 0;
	height: 639px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/bg-gradient-black.png) repeat-x 0 0;
}



/*   =======   HEADER  =======   */

#top {
	display: block;
	width: 720px;
	float: left;
}
#location {
	display: block;
	width: 240px;
	float: left;
}

#logo {
	display: block;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}
#logo a {
	width: 310px;
	height: 45px;
	display: block;
	text-indent: -999em;
	background: url(../images/logo-john-m-anastasatos.png) no-repeat 0 0;	
}

#location p {
	color: #fff;
	font-size: .75em;
	margin-bottom: 0;
	line-height: 1.35em;
}
#phone {
	display: block;
	width: 220px;
	padding: 10px;
	background: #000;
}
#phone p:first-child { font-size: .9375em; }
#address {
	display: block;
	width: 220px;
	padding: 10px;
	background: url(../images/solid-black-30.png);
}
#address p { text-transform: uppercase; }



/*   =======   NAV  =======   */

#nav {
	display: block;
	height: 46px;
	padding: 0;
}
.front #nav { display: none; }

#nav li {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	padding: 0 12px;
	line-height: 46px;
	height: 46px;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(../images/solid-black-90.png) repeat 0 0;
	background: url(../images/solid-black-30.png) repeat 0 0;
	cursor: pointer;
	border: none;
}
#nav li:first-child a { padding-left: 20px; }
#nav li:last-child a { padding-right: 20px; }

#nav li a:hover, #nav li:hover a, #nav li a.active {
	color: #a9b2b5;
	background: url(../images/solid-black-90.png) repeat 0 0;
}
#nav li:hover, #nav li.hover {  /* IE menu sticking fix */
    position: static;  
}

#nav ul {
	display: block;
	position: absolute;
	left: -999em;
	width: 250px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	border: none;
}
#nav li li a {
	color: #a9b2b5;
	height: 14px;
	line-height: 100%;
	margin: 0 !important;
	padding: 8px 12px !important;
	background: url(../images/solid-darkgrey-50.png) repeat 0 0;
	background: url(../images/solid-black-90.png) repeat 0 0;
	border: none;
}
#nav li li a:hover {
	color: #fff;
	background: url(../images/solid-darkgrey-50.png) repeat 0 0;
}
#nav ul li:last-child a { padding-bottom: 12px; height: 18px; }

#nav li li { /* IE gap fix */
	*margin-bottom: -1px;
}

#sub-nav {
	display: block;
	width: 860px;
	margin: -20px 0 30px;
	overflow: hidden;
}
#sub-nav li {
	display: block;
	float: left;
}
#sub-nav li a {
	color: #a9b2b5;
	padding: 5px 12px;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
}
#sub-nav li:first-child a { padding-left: 0; }
#sub-nav li a:hover { color: #fff; }



/*   =======   FRONT CONTENT  =======   */


#intro {
	margin-top: 290px;
	overflow: hidden;
	display: block;
	width: 410px;
	position: relative;
	font-family: Georgia, Palatino,  Times, 'Times New Roman', serif;
}
#intro h1 {
	font-size: 2em;
	margin-bottom: 20px
}
#intro p {
	font-size: .8125em;
	line-height: 1.25em;
}
#intro p span { font-size: 16px; }

#media-logos {
	display: block;
	/*width: 410px;*/
	overflow: hidden;
	margin: 3em 1em 1em 0;
}
.mlSslide{
	float:left;
}
.mlStatic{
	float:left;
	margin-right:15px;
}
#media-logos li {
	display: block;
	float: left;
	margin-left: 15px;
}
#media-logos li:first-child { margin: 0 }

#social-media {
	display: block;
	float: right;
	overflow: hidden;
	margin: 1em 0;
	margin-right: 15px;
}
#social-media li {
	float: left;
	display: block;
	margin-left: 10px;
	line-height: 20px;
	
}
#social-media li:first-child { padding-top: 2px; }




/*   =======   SUBPAGE CONTENT  =======   */

#main {
	clear: both;
	display: block;
	overflow: hidden;
	width: 860px;
	padding: 50px;
	background: url(../images/solid-black-40.png);
}
#main.widecontent {
	padding: 20px;
	width: 920px;
}
#title {
	margin-bottom: 20px;
	float: left;
}
#schedule {
	float: right;
	display: block;
	width: 156px;
	height: 10px;
	background: url(../images/button-consult.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 32px 75px 0 0;
}

#two-cols {
	display: block;
	overflow: hidden;
}
#two-cols .left, #two-cols .right {
	width: 420px;
	float: left;
}
#two-cols .left { margin-right: 20px; }

#video-block {
	display: block;
	float: left;
	width: 460px;
	margin: 0 0 2em;
}
#video-list {
	display: block;
	float: left;
	width: 420px;
	margin: 10px 0 2em 30px;
}
#video-list ul {
	overflow: hidden;
	width: 420px;
	height: 280px;
}
#video-list li {
	width: 420px;
	height: 280px;
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#video-list li a {
	display: block;
	float: left;
	width: 140px;
	padding: 15px 0;
	height: 110px;
}
#video-list .prev {
	display: block;
	float: left;
	height: 18px;
	width: 75px;
	margin: 10px;
	text-indent: -999em;
	background: url(../images/button-prev.png) no-repeat 0 0;
	
}
#video-list .next {
	display: block;
	float: right;
	height: 18px;
	width: 48px;
	margin: 10px;
	text-indent: -999em;
	background: url(../images/button-next.png) no-repeat 0 0;
	
}

#mag-list ul {
	display: block;
	width: 924px;	
}
#mag-list li {
	display: block;
	float: left;
	width: 130px;
	margin: 0 12px 20px 12px;
	
}
#mag-list li:first-child {
}
#mag-list li p {
	margin: 5px 0;
	background: url(../images/icon-download.png) no-repeat right center;
}
#mag-list li p a {
	text-decoration: none;
	display: block;
	font-size: .8125em;
}


.item-list {
	display: block;
	margin: 1em 0;
	overflow: hidden;
}
.item-list li {
	display: block;
	float: left;
	width: 360px;
	padding: 15px 10px;
	margin: 1em 50px 1em 0;
	font-size: .875em;
	background: #292929;
}
.item-list li a {
	display: block;
	background: url(../images/bullet-arrow.png) no-repeat right center;	
	padding-right: 20px;
}


#procedure-block {
	float: left;
	display: block;
}
#procedure-block .left {
	display: block;
	width: 380px;
	margin-right: 40px;
}
#procedure-block .right {
	display: block;
	overflow: hidden;
	width: 480px;
	margin-right: -40px;
}

.procedure-thumb {
	width: 480px;
	overflow: hidden;
}
.procedure-thumb li {
	display: block;
	float: left;
	width: 107px;
	height: 122px;
	margin: 0 5px 10px 5px;
}
.procedure-thumb li a {
	display: block;
}



#upper-content {
	overflow: hidden;
	clear: both;
	margin-bottom: .5em;
}
#upper-content .left, #upper-content .right {
	width: 450px;
	float: left;
}
#upper-content .right { float: right; }
#upper-content p {
	font-size: .75em;
}


#gallery {
	overflow: hidden;
}
#gallery-top {
	position: relative;
}
#gallery-top h2 {
	display: block;
	width: 700px !important;
	margin: 0 auto 10px !important;
	text-align: center;
}

#gallery-top .prev {
	display: block;
	float: left;
	height: 18px;
	width: 75px;
	text-indent: -999em;
	background: url(../images/button-prev.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 2px;
}
#gallery-top .next {
	display: block;
	float: right;
	height: 18px;
	width: 48px;
	text-indent: -999em;
	background: url(../images/button-next.png) no-repeat 0 0;
	position: absolute;
	right: 0;	
	top: 2px;
}

#gallery-images {
	overflow: hidden;
	width: 950px;
}
#gallery-images .before-after {
	display: block;
	float: left;
	width: 450px;
	overflow: hidden;
	margin: 10px 20px 10px 0;
}
.before-after .before {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
	position: relative;
}
.before-after .after {
	width: 220px;
	margin-right: 0;
	float: left;
	position: relative;
}
.before-after p {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 7px 10px;
	margin: 0;
	background: url(../images/solid-black-80.png);
	color: #fff;
	font-size: .75em;
}
.google-map { margin: 1em 0; }


/*   =======   FORMS  =======   */


#schedule-form, #contact-form {
	display: block;
	margin: 2em 0 0;
	overflow: hidden;
}
#schedule-form label, #contact-form label { display: none; }

#schedule-form .group, #contact-form .group {
	display: block;
	float: left;
	width: 380px;
	margin-right: 50px;
}

#schedule-form input.text, #contact-form input.text {
	display: block;
	height: 25px;
	width: 335px;
	padding: 10px 35px 10px 10px;
	line-height: 100%;
	background-image: url(../images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 360px center;
	margin-bottom: 25px;

}
#schedule-form textarea, #contact-form textarea {
	display: block;
	height: 100px;
	width: 335px;
	overflow:hidden;
	padding: 10px 35px 10px 10px;
	line-height: 100%;
	margin-bottom: 25px;
}
#schedule-form select, #contact-form select {
	width: 380px;
	border: none;
	background: #292929;
	margin: 0;
	color: #ffffff;
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 12px;
	margin-bottom: 25px;

}
#schedule-form .submit, #contact-form .submit {
	border: none;
	background: #292929;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 80px;
	cursor: pointer;
}
#contact-form .submit { margin-top: 0; }










/*   =======   FOOTER  =======   */


#footer-info {
	overflow: hidden;
	margin: 1em 0;
}
#footer-info p, #footer-info a {
	color: #6e6e6e;
	font-size: 11px;
	text-decoration: none;
}
#footer-info p#copyright { float: left; }
#footer-info p#credit { float: right; }



