/* Page layout styles for Abercrombie & Kent DMC Website - February 2009 */

/* Global Elements
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	}
p { 
	font-size: 100%;
	margin: 0; padding: 5px 10px;
	line-height: 18px;
	}
h1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0; 
	padding: 10px 10px 5px 10px;
	text-transform: uppercase;
	color: #4a6b80;
	}
	h1.logo {
		display: none;
		}
h2 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0; 
	padding: 10px 10px 5px 10px;
	text-transform: uppercase;
	color: #4a6b80;
	}
	.nav_column h2 {
		height: 23px;
		margin:0; 
		padding: 7px 0 0 10px;
		font-size: 110%;
		text-transform: uppercase;
		color: #fff;
		background: url("../images/blue/nav/nav02_header.gif") no-repeat;
		}
a {
	color: #002e67;
	text-decoration: none;
	}
	a:hover { text-decoration: underline; color: #002e67; }
	a img { color: #fff; border: none; }

.noprint {
	display: none;
	}


/* Page
==============================================================================*/

#wrap {
	width: 750px;
	margin: 0 auto; padding: 0;
	}
#header {
	padding: 30px 20px;
	}
.item {
	display: block;
	clear:both;
	}

/* Main content columns & Adverts
==============================================================================*/

.content_left { 
	display: none;
	}
.content_right {  
	width: 750px; 
	background: #fff;
	}

/* Secondary Navigation
==============================================================================*/

.nav02 {
	margin: 0 0 10px 0; padding:0;
	list-style: none;
	}
	.nav02 li {
		height: 30px; width: 200px;
		margin:0; padding:0;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
		.nav02 li a {
			display: block;
			height: 30px; width: 200px;
			line-height: 30px;
			text-indent: 10px;			
			margin:0; 
			overflow: hidden;
			}
			.nav02 li a:hover, .nav02 li a.active { 
				text-decoration: none;
				background-position: 0 -30px; 
				color: #fff;
				}
		.nav02 li a { 
			background: url("../images/blue/nav/nav02.gif") no-repeat; 
			color: #fff; 
			}

/* Detail Navigation
==============================================================================*/

#detail02 {
	margin: 0; padding:0;
	list-style: none;
	}
	#detail02 li {
		height: 33px; width: 200px;
		margin:0; padding:0;
		border-bottom: 10px solid white;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		text-transform: uppercase;		
		}
		#detail02 li a {
			display: block;
			height: 33px; 
			width: 200px;
			line-height: 30px;
			text-indent: 10px;
			margin:0; 
			overflow: hidden; 
			color: #fff;
			}
			#detail02 li a:hover, #detail02 li a.active { 
				text-decoration: none;
				background-position: 0 -33px; 
				color: #fff;
				}
				#detailimg01 { background: url("../images/blue/nav/nav_detail_01.gif") no-repeat; }
				#detailimg02 { background: url("../images/blue/nav/nav_detail_02.gif") center top no-repeat; }
				#detailimg03 { background: url("../images/blue/nav/nav_detail_03.gif") center top no-repeat; }
				#detailimg04 { background: url("../images/blue/nav/nav_detail_04.gif") center top no-repeat; }
				#detailimg05 { background: url("../images/blue/nav/nav_detail_05.gif") center top no-repeat; }

/* Default HTML elements, globals, and miscellaneous
==============================================================================*/

.clear { clear: both; }
.hideme { display: none; visibility: hidden; overflow: hidden; }
.daytab {
	margin: 10px 10px 0 10px; 
	padding: 10px 0 0 0;
	font-weight: 600;
	color: #000;
	}
	.daytab a {
		color: #000;
		}


/* Images
==============================================================================*/
.colimg { 
	margin: 10px;
	}
.img02 { 
	float: right; 
	border: 10px solid #fff;
	width: 180px;
	height: 180px;
	}

