/*
Theme Name: Conway Cosmedic Default
Theme URI: http://www.conwaycosmedic.com
Description: conwaycosmedic.com Theme
Version: 1
Author: Enhanced Office
Author URI: http://www.enhancedoffice.com
*/

A {
	color: #37949b;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

HTML, BODY {
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #20666d url('images/back.png') center bottom no-repeat;
	
background-attachment: fixed;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family:'Lucida Grande',Tahoma,Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-SIZE: 14px;
	color: #33393c;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

IMG.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* ##################################################### */


#container {
	width: 960px;
	margin: auto;
	text-align: left;
	background: #fff;
}


/* ##################################################### */


#head {
	background: url('images/head.png') left top repeat-x;
	text-align: center;
	padding: 20px 0px;
	position: relative;
}

#head H1 {
	padding: 0px;
}

#head H1 A {
	display: block;
	width: 241px;
	height: 103px;
	margin: auto;

	background: url('images/logo.png') left top no-repeat;

	overflow: hidden;
	text-indent: -9999px;
}

#head .form {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font-size: 12px;
}

#head .form INPUT {
	font-size: 12px;
}


/* ##################################################### */


#menu {
	background: url('images/menu.png') center top repeat-y;
	padding: 0 0 2px 0;
}

#menu UL {
	list-style: none;
	padding: 0px;
}

#menu UL LI {
	float: left;
	padding: 0px 32px;
}

#menu UL LI A {
	display: block;

	font-family: "Times New Roman", Serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #666;

	background: url('images/menu_button_left.png') left -100px no-repeat;
	text-decoration: none;
}

#menu UL LI A SPAN {
	display: block;
	padding: 6px 25px;
	background: url('images/menu_button_right.png') right -100px no-repeat;
}

#menu UL LI A:hover {
	background-position: left top;
}

#menu UL LI A:hover SPAN {
	background-position: right top;
	color: #fff;
}


/* ##################################################### */


#page {
	padding: 25px 35px;
	line-height: 1.5;
}

#page H1 {
	font-family: "Times New Roman", Serif;
	font-size: 30px;
	font-style: italic;
	color: #666;
}

#page H2 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 21px;
	font-weight: normal;
	color: #37949b;
}

#page .col {
	display: block;
	float: left;
}

#page .col.left {
	width: 460px;
}

#page .col.right {
	width: 430px;
}

#page .specialsbody {
	display: block;
	width: 452px;
	height: 135px;
	overflow: hidden;
	background: url('images/specials2.jpg') top left no-repeat;
	float: left;

	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
}

#page .specialsbody .inner {
	display: block;
	padding: 10px 10px 0px 220px;
}
#page .specialsbody STRONG {
	font-size: 16px;
}
#page .specialsbody P {
	padding-bottom: 5px;
}


/* ##################################################### */


#foot {
	background: url('images/foot.png') center top no-repeat;
	padding: 40px 0px 40px 25px;
}

#foot P {
	padding: 0px 20px;
	float: left;

	font-family: "Times New Roman", Serif;
	font-size: 15px;
	font-weight: bold;
	color: #999;
}

/* ##################################################### */

#subnav {
	background:#37949b;
	text-align: center;
	padding: 10px 5px 12px 5px;
}
#subnav  ul {
	list-style: none;
	padding: 0px;
	margin: auto;
}
#subnav ul li {
	font-size: 12px;
	padding: 0px 10px;
	color: #fff;
	display: inline;
}
#subnav ul li a {
	color: #fff;
	font-family: Arial, Sans-serif;
}

.servicespost {
	float: right;
	width: 560px;
}

.pro-player-container {
	margin-bottom: 15px;
}


.prettyform {
	width: 400px;
	border: 1px solid #59a2aa;
}

.prettyform .inner {
	background: #f2efea;
	border: 4px solid #fff;
	padding: 15px;
}

.prettyform TABLE {
	width: 100%;
}

.prettyform .flat {
	width: 200px;
	margin-left: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}


.prettyform TEXTAREA.flat {
	padding: 0px;
	margin: 0px;
}
