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

/* Left Side Navigation Section */

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

#sidenavseg h1 {
	margin-top: 10px;
	text-indent: 10px;
	color: #ffca38; 
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
}
#sidenavseg .commnav a {
	color: #06003b;
	font-size: 1em;
	font-weight: bold;
}

#sidenavseg .commnav {
	position: relative;
	display: block;
	background: #FFCA38;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(255,255,255)), color-stop(0.72, rgb(255,202,56)));
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 28%, rgb(255,202,56) 72%);
	border: #FFCA38 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;
}
	
#sidenavseg .commnav h1 {
	font-family: arial, helvetica, sans-serif;
	color: #06003b;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: -5px;
}

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

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

#sidenavseg .prodnav {
	background: #ffca38;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, rgb(255,202,56)), color-stop(0.85, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center top, rgb(255,202,56) 28%, rgb(255,255,255) 85%);
	border: #ffca38 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-size: 1.1em;
	font-variant: small-caps;
	line-height: 1.25em;
	margin-left: 0;
}

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

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

#sidenavseg .menucat a {
	color: #06003b;
	font-weight: bold;
	font-size:1em;
	margin-top:15px;
	text-decoration:none;
	text-indent:10px;
}

#sidenavseg .menucat a:hover {
	color: #3e86c6;
}

.indent {
	text-indent: 5px;
}

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

#content {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 700px;
}

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

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

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

h1.seg {
	color: #ffca38;
	font-family: arial, sans-serif;
	font-size: 1.2em;
}


/* Right Sidebar */

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

#sidebarseg .quote {
	background: #ffca38;
	-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;
	line-height: 1.2em;
	color: #fff;
	padding: 15px 5px 10px 15px;
}

#sidebarseg .attribute {
	background: #ffca38;
	-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 solid #ffca38;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: right;
}

#sidebarseg img.rings {
	border: 0px;
	position: relative;
	top: 170px;
	left: 130px;
	*left: 100px;
}

#sidebarseg h4 {
	background-color: #ffca38;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, sans-serif;
	font-variant: small-caps;
	color: #06003b;
	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:#ffca38;
	margin-top: -10px;
	padding: 15px 0 0 25px;
	height: 300px;
}

	
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {display:none;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments below for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

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




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


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

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



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


