@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:150%;
	background:#500D4F;
	margin:0;
}

#page {
	width:900px;
	height:auto;
	padding:0px 35px 0px 35px;
	margin:0 auto;
	background:#FFF url(images/gmc_bg.gif) repeat-y;
}

#header {
	width:900px;
	height:96px;
	background:url(images/gmc_header.gif) no-repeat;
}

#topnav {
	width:900px;
	height:38px;
	background:url(images/nav_bg.gif) repeat-x;
	overflow:hidden;
}

	#topnav ul {
		clear:left;
   		float:left;
   		list-style:none;
   		margin:0;
   		padding:0;
   		position:relative;
   		left:50%;
   		text-align:center;
	}
	
	#topnav li {
		display:block;
   		float:left;
   		list-style:none;
   		margin:0;
   		padding:0;
   		position:relative;
  		right:50%;
	}
	
	#topnav li a {
		display:block;
		padding:10px 5px 10px 5px;
		font-size:16px;
		width:110px;
		margin-right:15px;
		color:#111;
		text-decoration:none;
		font-weight:normal;
	}
	
	#topnav li a:hover {
		color:#FFF;
		background:url(images/nav_highlight.gif) repeat-x;
		font-weight:600;
	}
	
	#land {
		color:#FFF!important;
		background:url(images/nav_highlight.gif) repeat-x;
		font-weight:600!important;
	}

.clear {
	clear:both;
}

/* columns */

#leftcol {
	width:235px;
	padding:10px;
	margin-right:5px;
	float:left;
	background:#faf7fa;
}

	#leftcol h1 {
		font-size:20px;
		font-weight:bold;
		color:#733188;
		padding-bottom:5px;
		border-bottom:1px solid #ccc;
		font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	}
	
	#leftcol h3 {
	font-size:16px;
	font-weight:bold;
	color:#733188;
	margin-left:5px;
	}

	#leftcol h4 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-left:10px;
	line-height:50%;
	}
	
	#leftcol p {
		margin-left:15px;
	}
	
	#leftcolexpand {
		width:315px;
		margin-right:5px;
		float:left;
		background:#faf7fa;
	}
	
	.bestdeal {
		width:275px;
		padding:10px;
		border:1px solid #733188;
		font-size:larger;
		margin:5px 5px 5px 8px;
	}
	
		#maincolshrink {
			width:500px;
			margin:10px 10px 10px 0;
			float:left;
		}
		
		#maincolshrink h1 {
		font-size:20px;
		font-weight:bold;
		color:#733188;
		padding-bottom:5px;
		border-bottom:1px solid #ccc;
		font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
		}
		
		#maincolshrink p {
			padding:0 10px 0 10px;
		}
	
		#maincolshrink p a {
			text-decoration:none;
			border-bottom:1px dotted #733188;
			color:#733188;
		}
		
		h2 a, h1 a, h3 a {
			text-decoration:none;
			border-bottom:1px dotted #733188;
			color:#733188;
		}
		
		#maincolshrink p a:hover, h2 a:hover, h1 a:hover {
			text-decoration:none;
			border-bottom:1px dotted #666;
			color:#666;
		}
		
		#maincolshrink img a:hover {
			opacity:.9;
		}

#maincol {
	width:630px;
	margin:10px 10px 10px 0;
	float:left;
}

	#maincol p {
		padding:0 10px 0 10px;
	}
	
	#maincol p a {
		text-decoration:none;
		border-bottom:1px dotted #733188;
		color:#733188;
	}
	
	#maincol p a:hover {
		text-decoration:none;
		border-bottom:1px dotted #666;
		color:#666;
	}
	
	#maincol img a:hover {
		opacity:.9;
	}
	
/* 2 columns equal width */	
.halfcol {  
	width:400px;
	margin:10px;
	padding:10px;
	float:left;
}

/* 1 column */
#stretchcolumn {
	width:800px;
	margin:20px;
	padding:10px;
}

#stretchcolumn a {
	text-decoration:none;
	border-bottom:1px dotted #733188;
	color:#733188;
}
	
.popout {
	float:right;
	width:200px;
	padding:5px;
	background:#FAF7FA;
}
	
/* footer */
	
#footer {
	width:900px;
	background:#faf7fa;
}

#footer p {
	text-align:center;
	padding:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p a {
	color:#333;
}

#footer p a:hover {
	color:#733188;
}

/* headers */

h1 {
		font-size:18px;
		font-weight:bold;
		color:#733188;
		padding-bottom:5px;
		border-bottom:1px solid #ccc;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	color:#733188;
}

.smaller {
	font-size:11px;
	color:#666;
}

.smaller:hover {
	color:#333;
}




/* IE6 css fixer v0.95: Thu, 11 Aug 2011 19:32:56 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#topnav ul,
#topnav li,
#leftcol,
#leftcolexpand,
#maincolshrink,
#maincol,
.halfcol,
.popout {display:inline;}

/* add zoom:1 to overflow:hidden */
#topnav {zoom:1;}

/* add zoom:1 to pos:relative elements */
#topnav ul,
#topnav li {zoom:1;}

/* add transparancy */
#maincolshrink img a:hover,#maincol img a:hover {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);}


/* add overflow:visible to (submit) buttons */
 input, button {overflow:visible;}
