@charset "UTF-8";
/* CSS Document */

/* Left Side Navigation Section */

#sidenavseg {
	float: left;
	width: 210px;
}

#sidenavseg h1 {
	margin-top: 10px;
	margin-left: 6px;
	color: #3e86c6;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
}

#sidenavseg .commnav {
	position: relative;
	display: block;
	background: #88bee7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, rgb(136,190,231)), color-stop(0.85, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center top, rgb(136,190,231) 28%, rgb(255,255,255) 85%);
	border: #88BEE7 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	color: #fff;
	padding: 2px 2px 35px 2px;
	margin: 10px 0 10px 3px;
	height: 502px;
	width: auto;
}

#sidenavseg .commnav a {
	color: #06003b;
	font-size: 1em;
	line-height:1.4em;
	font-weight: bold;
}

#sidenavseg .commnav a:hover {
	color: #fff;
}

#sidenavseg .commnav h1 {
	font-family: arial, helvetica, sans-serif;
	color: #06003b;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
}

#sidenavseg .commnav ul {
	margin-bottom: 0;
	list-style: none;
	
}

#sidenavseg .commnav li {
	text-decoration: none;
	font-size: 1em;
	line-height:1.4em;
	color: #ffffff;
}

#sidenavseg .prodnav {
	background: #88bee7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, rgb(136,190,231)), color-stop(0.85, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center top, rgb(136,190,231) 28%, rgb(255,255,255) 85%);
	border: #88bee7 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	color: #fff;
	position: relative;
	display: block;
	padding: 2px;
	margin: 10px 0 0 3px;
	height: 502px;
}

#sidenavseg .prodnav a {
	color: #06003b;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

#sidenavseg .prodnav a:hover, #sidenavseg .prodnav a:focus {
	color: #fff;
}


#sidenavseg .prodnav h1 {
	font-family: arial, helvetica, sans-serif;
	color: #06003b;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 1em;
	line-height: 1.25em;
	margin-left: 6px;
}

#sidenavseg .prodnav ul {
	margin-bottom: 0;
	list-style: none;
	
}

#sidenavseg .prodnav li {
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
}


#sidenavseg .menucat {
	color: #06003b;
	font-size: .9em;
	font-weight: bold;
	line-height:1.9em;
	padding: 25px 0 5px 15px;
	text-transform:uppercase;
}


.indent {
	text-indent: 5px;
}

#sidenavseg .commnews {
	/*background: url(../goldcare/images/commnews.gif) no-repeat;*/
	border: #88bee7 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px;
	height: auto;
	width: 190px;
	padding: 10px 0 10px 10px;
}

#sidenavseg ul.commnews li {
	font-size: .95em;
	line-height: 1em;
}

#sidenavseg ul.commnews li, #sidenavseg ul.commnews li a {
	list-style: none;
	list-style-position: outside;
	margin-left: 0px;
	color: #06003b;
	padding: 3px 8px 3px 0;
}

#sidenavseg ul.commnews li a:hover {
	color: #3e86c6;
}

/* Content Section */


#contentseg {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	width: 495px;
}

#contentseg li {
	list-style-image: url(../goldcare/images/comm-bullet.gif);
	font-size: 1em;
}

#contentprod {
	float: left;
	margin: 0 0 0 10px;
	width: 495px;
}

#contentprod li {
	list-style-image: url(../goldcare/images/comm-bullet.gif);
	font-size: 1em;
}

h1.seg {
	color: #3e86c6;
	font-family: arial, sans-serif;
	font-size: 1.3em;
}


/* Right Sidebar */

#sidebarseg {
	float: right;
	position: relative;
	width: 226px;
	margin: 5px 5px 10px -201px;
}

#sidebarseg .quote {
	background: #88bee7;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	color: #fff;
	padding: 15px 5px 10px 15px;
}

#sidebarseg .attribute {
	background: #88bee7;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	font-size: .85em;
	color: #fff;
	text-align: right;
	padding: 15px 5px 10px 0px;
	margin-top: -15px;
}

#sidebarseg .name {
	font-size: 1em;
	font-weight: bold;
}

#sidebarseg img {
	border: 1px #3e86c6 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: right;
}

#sidebarseg img.quotemark {
	border:0;
}

#sidebarseg img.rings {
	border: 0px;
	position: absolute;
	top: 450px;
	left: 160px;
	*left: 100px;
}

#sidebarseg h4 {
	background-color: #3e86c6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, sans-serif;
	font-variant: small-caps;
	color: #fff;
	font-weight: bold;
	text-indent: 15px;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-top: -13px;
}

#prod {
	height: auto;
}

#sidebarseg ul.prod {
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color:#3e86c6;
	margin-top: -10px;
	padding: 15px 0 0 25px;
	height: 300px;
}

#sidebarseg ul.prod li,  #sidebarseg ul.prod li a  {
	font-family: arial, sans-serif;
	font-size: .95em;
	font-weight: normal;
	color: #06003b;
	list-style-image: url(../goldcare/images/comm-bullet.gif);
}

#sidebarseg ul.prod a:hover {
	color: #3e86c6;
}


	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
	background: #ffffff url(../goldcare/images/commnavbg.png) no-repeat center top;
	
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#DCEAF4;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#88bee7;
		margin-top:-5px;
		margin-left: 5px;
		font-weight: normal;
		
	}

	
	#qm0 .menubullet
	{
		background:  #dceaf4 url(../goldcare/images/menu-bullet.png) no-repeat right center;
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#DCEAF4;
		color:#06003b;
		padding:2px 5px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#88bee7;
		font-weight: bold;
		font-size: .9em;
	}




