/*
*
*	CanineLife Grooming
*
*/
* {
	font-family: "Verdana", Tahoma, "Trebucket MS"; 
}

body { 
	margin: 0; 
	font-family: "Verdana", Tahoma; 
	font-size: 12px; 
	background-color: #CCCCCC
}

#container {
	border: solid 8px #fff;
	width: 780px;
	margin: 0 auto;
	overflow: auto;
}
#header {
	background: #fff url('../images/bg.png') no-repeat;
	height: 127px;
	width: 780px;
}
#menu {
	height: 60px;
	width: 100%;
	text-align: center;
	background: #CFFE9A;
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	padding-right: 1.3em;
	padding-left: 1.3em;
	padding-bottom: .5em;
	color: #000;
	text-decoration: none;
	height: 20px;
}

#menu ul li a:hover {
	background: #CFFE9A;
	text-decoration: bold;
}

#menu ul li a.active {
	background: rgb(183, 235, 102);
	text-decoration: bold;
}

#content {
	margin: 0 auto;
	width: 780px;
	background-color: #CFFE9A;
	float: left;
	position: relative;
}

#photos {
	width: 500px;
	background: #CFFE9A url('../images/bg/img02.jpg') no-repeat;
	float: left;
	/*position: relative;*/
	height: 210px;
}

#sidebar {
	width: 210px;
	background-color: #CFFE9A;
	float: right;
	position: relative;
	overflow: auto;
	vertical-align: top;
	margin-top: 0px;
	text-align: center;
}

.texta { 
	border: 1px solid #666666; 
	width: 250px;
}

#text {
	width: 541px;
	padding: 10px;
}

#login {
	top: 110px;
	position: relative;
}

#menubottom {
	background: #fff;
	height: 10px;
	width: 780px;
}

.thumb {
	border: solid 1px #ccc;
    background: white;
	padding: 3px;
}
.thumb:hover {
  border: solid 1px #3B5998;
}

#class {
	border-left: solid 4px rgb(183, 235, 102);
	padding: .3em;
}
