/* @group General Styles */

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

#cornerTL {
	background: url('images/corner_tl.gif') no-repeat;
	width: 55px;
	height: 55px;
	margin: 21px 0 0 30px;
}

#cornerTR {
	background: url('images/corner_tr.gif') no-repeat;
	width: 55px;
	height: 55px;
    margin: -55px 31px 0 0;
	float: right;
}

#cornerBL {
	background: url('images/corner_bl.gif') no-repeat;
	width: 55px;
	height: 55px;
	margin: 0 0 0 30px;
}

#cornerBR {
	background: url('images/corner_br.gif') no-repeat;
	width: 55px;
	height: 55px;
	margin: -56px 31px 0 0;
	float: right;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #ce1e4a;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
	
/* @end */

/* @group Layout */

#container {
	background: #ffffff;
	width: 920px;
	margin: 0 auto;
	padding: 0 14px 0 14px;
}

.clearer {
}

#pageHeader {
	float: left;
	width: 280px;
	background: url('images/colors.gif') no-repeat top left;
	margin: -28px 0 22px 0;
	padding: 21px 0 0 0;
	line-height: 21px;
}

#logo {
	float: left;
	width: 280px;
	height: 64px;
	margin-top: 6px;
}

#content {
	float: right;
	width: 600px;
	margin: 14px 0 42px 0;
	.padding-bottom: 28px;
}

#sidebar {
	float: left;
	width: 280px;
	margin-bottom: 42px;
	.padding-bottom: 28px;
	line-height: 21px;
}

#sidebar h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

#quoterequest {
	margin: 20px 0 20px 0;
}

#quoterequest a {
	width: 180px;
	margin: 20px 0 20px 0;
	padding: 10px;
	font-size: 16px;
	border: 2px dashed #777777;
	text-align: center;
}

#quoterequest a:hover {
	color: #ce1e4a;
	border: 2px dashed #000000;
}

#prescription {
	margin: 20px 0;
}

#prescription a {
	width: 180px;
	margin: 20px 0 20px 0;
	padding: 10px;
	color: #00aef0;
	font-size: 16px;
	border: 2px dashed #777777;
	text-align: center;
}

#prescription a:hover {
	color: #00aef0;
	border: 2px dashed #000000;
}

#footer {
	background: url('images/colors.gif') no-repeat bottom right;
	width: 100%;
	margin: 0;
	padding: 7px 0 21px 0;
	clear: both;
	border-top: 1px solid #777777;
	text-align: center;
}

#footer img {
	vertical-align: middle;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	display: block;
	position: relative;
	float: right;
	width: 620px;
	margin: -6px 0 0 20px;
	.margin-top: 0;
	padding: 0;
	font-size: 16px;
}

#navcontainer #current {
	color: #000000;
	text-decoration: none;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	float: left;
	margin: 0 0 0 17px;
	padding: 0;
	color: #ce1e4a;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
	text-decoration: none;
}

#navcontainer a.active {
	color: #000000;
	text-decoration: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 7px;
}

blockquote, .standout {
	margin: 20px 0 0 0;
	padding: 7px 20px;
	color: #777;
	font-family: Georgia, Times, serif;
	font-style: italic;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

blockquote p {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0;
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
	margin: 0;
}

h4 {
}

