@charset "UTF-8";
body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
.logo {
	float: left;
	width: 50%;
}
.nav {
	float: left;
	width: 50%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}
.title-area {
	text-align: center;
	/*width: 90%;
	margin-right: auto;
	margin-left: auto;*/
}
.slider-area {
style="position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 563px;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.layer-header {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.layer {
	width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
}
.container-center {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.container-center-blog {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.inner-area {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.container-center-smaller {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.centerit {
	text-align: center;
	overflow: hidden;
}
.logo-area {
	float: left;
	width: 25%;
}
.nav-area {
	width: 33%;
	float: left;
	margin-top: 45px;
}
.nav-area-sub {
	width: 100%;
	margin-bottom:7px;
}
.logo-area {
	width: 33%;
	float: left;
	text-align: center;
	margin-left: 5px;
}
.clearfloat {
	clear: both;
}

.shirt {
	float: left;
	width: 400px;
}
.description {
	float: right;
	width: 350px;
	text-align: center;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
	display: inline;
	font-size: 15px;
	margin-left: 50px;
	font-family: Open Sans; /* no .ttf */
	text-decoration: none;
	color: #999;
}

#navcontainer ul li a
{
	text-decoration: none;
	/*padding: .2em 1em;*/
	color: #999;
}
.shirtbox {
	float: left;
	width: 280px;
}

.shirtbox img {
	width: 280px;
	height: 261px;
	margin-bottom: 20px;
}
.line {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.middle {
	margin-right: 30px;
	margin-left: 30px;
}
.price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 80%;
}
#clinic {
	background-image: url(../images/clinic.jpg);	
}
#shop {
	background-image: url(../images/shop.jpg);	
}
.painter {
	background-image: url(../images/roll-brush.png);
	background-repeat: no-repeat;
}
#social-logos {
	background-image: url(../images/social.png);	
}
.main-image {
	/*background-image:url('../images/dancer.jpg');*/
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 600px;
}
.social {
	  /*background-image:url('../images/dancer.jpg');*/
    background-repeat:no-repeat;
    background-size:100%;
	min-height:186px;  
}
.btnWhite{
	font-family: geosans; /* no .ttf */
	font-size: 24px;
	color: #fff;
	border: 2px solid #FFF;
	display: inline-block;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../graphics/bg-nav2.png);
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
.nav-container {
	height: 114px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.bg-wood {
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
}
.leftside {
	float: left;
	width: 45%;
}
.leftsideblog {
	float: left;
	width: 55%;
}
.rightside {
	float: right;
	width: 45%;
}
.rightsideblog {
	float: right;
	width: 30%;
}
.hr-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.leftsection {
	float: left;
	width: 30%;
}
.middlesection {
	float: left;
	width: 39%;
}
.rightsection {
	float: left;
	width: 30%;
}
.single-column {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}


@media screen and (min-width: 1000px) {
	
.nav-container {
	height: 114px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
	
}
.hr-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.desert {
	background-image: url(../images/desert.jpg);
	background-repeat: repeat;
}
.bg-beige {
	background-color: #F6F7F6;
}
.color-gray {
	color: #6F7575;
}
.borderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.border-dotted {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 15px;
}
