
/* PluroTech style.css */

body {font-family:Arial, Helvetica, sans-serif; color:#575756;}

body#ptMainSite {background:url(../../assets/images/bg.gif) repeat-x #f2edd5;}
#ptBackground {background:url(../../assets/images/big_bg.jpg) no-repeat center top;}

a	{color:#6c1723;text-decoration:underline;}
a:hover {color:#bb8d0c;text-decoration:none;}

p {text-align:left;}

h1, h2, h3, h4, h5, h6 {font-family:"Times New Roman", Times, serif;}

h1 a, h2 a, h3 a {color:#5a1f00; text-decoration:none; font-weight:normal;}
h1 a:hover, h2 a:hover, h3 a:hover {text-decoration:none; font-weight:normal;}

h1, h2, h3 {color:#5a1f00;font-weight:normal; margin:0 0 10px 0;}

h1 {font-size:24px; line-height:26px;}
h2 {font-size:20px;}
h3 {font-size:18px; line-height:24px;}

.lineDotted {background:url(../../assets/images/line_dotted.gif) repeat-x;height:5px;margin:15px 0 10px 0;}
.line {background:#e2dac7; height:2px; font-size:0; margin-bottom:15px;}
.gold {color:#bb8d0c;}

#ptPage {background:white;}

p {text-align:justify;}

/* Menu START */
ul.ptMenuHorizontal {list-style:none; margin:0; padding:0;}
ul.ptMenuHorizontal li {float:left; padding:0; margin:0;}
ul.ptMenuHorizontal a {display:block; float:left;}

ul.ptMenuVertical {list-style:none; margin:0; padding:0;}
ul.ptMenuVertical li {padding:0; margin:0;}
ul.ptMenuVertical a {display:block;}
/* Menu END */


/* Top START */
#ptTop {height:150px;}
#ptLogo {float:left;}
#ptTopAppointment {background:url(../../assets/images/top_right.jpg) no-repeat; width:320px; height:150px; float:left; font-family:"Times New Roman", Times, serif;}
#ptTopAppointment .inner {padding:50px 0 0 90px;}
/* Top END */

/* Top Menu START */
#ptTopMenu {height:37px;}
#ptTopMenu li a{color:white; text-decoration:none; padding:8px 20px 8px 20px;}
#ptTopMenu li a:hover, #ptTopMenu li a.active {background:url(../../assets/images/menu_bg.gif) repeat-x; color:#882e37;}
#ptTopMenu li.sep {background:url(../../assets/images/menu_sep.gif) no-repeat center;width:10px;height:38px;}
/* Top Menu END */

/* Header START */
#ptHeader {height:240px; padding-top:20px;} /* fixed width: 260px */
/* Header END */

/* Content START */
.spacer {margin-bottom:20px;}

#ptMainContent .inner {padding:20px 0 20px 10px;}

#ptSideBar .inner {padding:20px 10px 20px 0;}

#ptServicesBox {float:right; width:300px; height:270px; margin: 0 0 0 20px; background:url(../../assets/images/services_bg.jpg) no-repeat;}
#ptServicesBox .inner {padding:10px;}

.bullets li a {background:url(../../assets/images/bullet_red.gif) no-repeat 5px 10px; padding:2px 5px 2px 20px;}
ul.bullets2 li {background:url(../../assets/images/bullet_red.gif) no-repeat 5px 10px; padding:2px 5px 2px 20px; display:block; color:#6c1723; font-weight:bold;}
ul.bullets2 li p {font-weight:normal; color:#575756;}

#ptSideBlock {background:url(../../assets/images/sidebar_bg.jpg) no-repeat bottom #f8f6ea; height:507px; padding:10px; color:#6c1723;}
/* Content END */

/* Footer START */
#ptFooterCopy {font-size:11px;}
#ptFooterCopy .inner {padding:30px 10px 30px 10px; color:#494949;}

#ptFooterMenu {padding-top:25px;position:relative;}
#ptFooterMenu ul {position:absolute; right:0;}
#ptFooterMenu li a {text-decoration:none;padding:5px 10px 5px 10px; font-size:11px;}
#ptFooterMenu li.sep {background:url(../../assets/images/footer_sep.gif) no-repeat center; width:5px; height:28px;}
/* Footer END */

.formLabel{
	padding:5px 15px 5px 5px;
	background:white;
	text-align:right;
	width:120px;
	vertical-align:middle;
	border-bottom:1px solid #ededed;
}

.formField{
	padding:5px 5px 5px 15px;
	background:white;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #ededed;
}

.field_normal 			{ border: 1px solid #a2a2a2; }
.field_required			{ border: 1px solid #a2a2a2; }
.field_error			{ border: 1px solid #e82e2e; background-color:white; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#FF0000; }
.field_error_message 	{ font-size:10px; color:#FF0000;}