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

/* Left Side Navigation Section */

#sidenavseg {
	float: left;
	width: 210px;
}
h2.seg {
	color: #a9b533;
}
#sidenavseg h1 {
	margin-top: 10px;
	text-indent: 10px;
	color: #a9b533;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
}

#sidenavseg .commnav {
	position: relative;
	display: block;
	background: #A9B533;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(255,255,255)), color-stop(0.72, rgb(168,181,51)));
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 28%, rgb(168,181,51) 72%);
	border: #A9B533 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: 06003b;
	padding: 2px 2px 35px 2px;
	margin: 10px 0 10px 3px;
	height: 502px;
}


#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;
	margin-left: -5px;
}

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

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

#sidenavseg .prodnav {
	background: #A9B533;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(255,255,255)), color-stop(0.72, rgb(168,181,51)));
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 28%, rgb(168,181,51) 72%);
	border: #A9B533 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	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.3em;
}

#sidenavseg .prodnav a:hover {
	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: 0px;
}

#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;
	line-height:1.9em;
	font-weight: bold;
}

#sidenavseg .menucat a {
	color: #06003b;
	font-weight: bold;
}

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

.indent {
	text-indent: 5px;
}

#sidenavseg .commnews {
	/*background: url(../goldcare/images/resnews.gif) no-repeat;*/
	border: #a9b533 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: #a9b533;
}

/* Content Section */


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

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

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

#contentprod li {
	list-style-image: url(../goldcare/images/res-bullet.gif);
}

h1.seg {
	color: #a9b533;
	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: #a9b533;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
	color: #fff;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 15px 5px 10px 15px;
}

#sidebarseg .attribute {
	font-family: Arial, Helvetica, sans-serif;
	background: #a9b533;
	-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 #a9b533 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: right;
}

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

#sidebarseg h4 {
	background-color: #a9b533;
	-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:#a9b533;
	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/res-bullet.gif);
}

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


/* Main nav bar background image for segment colour */
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
	background: #ffffff url(../goldcare/images/resnavbg.png) no-repeat center top;
	
	}



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


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

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


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




