/* BASE AND UTIL ELEMENTS */
body {
	margin: 0;
	background: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed silver;
}

a:hover {
	background: #FFFF99;
	text-decoration: none;
	border-bottom: 1px solid blue;
}

input, select, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.mark {
	border: 2px inset red;
	background: #FFE5E5;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 150%;
}

h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

td {
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.caption {
	color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.note {
	font-weight: bold;
	font-style: italic;
	background: #FFFFCC;
}

.button {
	border: 2px outset blue;
	margin: 2px;
	background: #CCCCFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: navy;
}

.button:hover {
	background: #A8A9FF;
	color: navy;
	border: 2px outset blue;
}

.buttonred {
	border: 1px solid #990000;
	padding: 0px;
	background: red;
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.buttonlink {
	border: 2px outset gray;
	padding: 4px;
	background: silver;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.title {
	margin-left: 15px;
	margin-top: 3px;
	color: Yellow;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	letter-spacing: 3px;
	text-shadow: dimgray 3px 3px 3px;
	font-variant: small-caps;
}

/* STRUCTURE ELEMENTS */
#header {
	width: 100%;
	border-bottom: 1px solid #000066;
	padding: 11px;
	background: #00016C url(../images/bg_header.gif) repeat-x top;
	color: white;
	clear: both;
}

#footer {
	width: 100%;
	padding: 4px 15px 15px 10px;
	border-top: 1px solid navy;
	background: #E1E1E1 url(../images/bg_footer.gif) repeat-x top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: 80px;
	clear: both;
}

#footer td {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

#content {
	position: relative;
	left: 0px;
	padding: 10px 15px 20px 15px;
	margin-right: 195px;
	background: transparent url(../images/shade.gif) repeat-x top;
	min-height: 360px;
	clear: both;
}

.spacer {
	height: 1px;
	width: 1px;
}

#navDiv {
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 25px;
	position: relative;
	clear: none;
}

#sidebar {
	position: absolute;
	right: 0px;
	float:right;
	width: 185px;
	padding: 10px 5px 15px 5px;
	background: White url(../images/shade.gif) repeat-x top;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidebar div {
	border: 2px dotted gray;
	padding: 6px;
	background: #E2E2E2;
	font-size: 11px;
	margin-bottom: 8px;
}

#sidebar div.notice {
	border: 2px dotted red;
	padding: 6px;
	background: #FFFF66;
}

#sidebar div h4 {
	padding: 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid gray;
	font-size: 11px;
}

#sidebar div input {
	margin-bottom: 5px;
	vertical-align: middle;
}

#sidebar div ul {
	margin: 0;
	padding: 0 2px 2px 13px;
	list-style-type: circle;
}

.phoneNumber {
	color: navy;
	font-size: 18px;
	font-weight: bold;
}

#logo {
	width: 15%;
}

/* NAV ELEMENTS */
#nav {
	padding: 0;
	margin: 0 0 0 0;
	position: absolute;
	top: 60px;
	left: 95px;
}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li a {
	border: 2px outset #959595;
	width: 140px;
	padding: 4px 12px 4px 12px;
	margin: 0 0 10px 0;
	color: navy;
	background: silver;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	height: 2em;
	text-shadow: dimgray 2px 2px 2px;
}

#nav ul li a:hover {
	border: 2px inset #990000;
	color: #990000;
	background: #FFFF41;
}

#nav a:active {
	color: blue;
}

#contactblock {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFFF41;
	font-size: 20px;
	text-align: right;
	line-height: 80%;
}

.pagination {
	padding: 3px;
	margin: 4px 0px 4px 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tabs {
	padding: 0;
	margin: 0;
	clear: both;
}

.tabs ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.tabs ul li {
	display: inline;
	margin: 0;
}

.tabs ul li a {
	padding: 2px 15px 2px 15px;
	margin: 0;
	border: 1px solid silver;
	font-weight: bold;
}

.tabs ul li a.current {
	background: #D5D5D5;
	color: black;
}


/* Product Guide classes */
.pgNav {
	border: 2px outset #FFCC00;
	padding: 6px;
	margin: 2px 0px 5px 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #660000;
	background: #FFFFCC;
}

.pgItems {
	width: 100%;
}

.pgItemTable {
	width: 100%;
}

.pgItemTable th {
	border: 1px solid gray;
	background: #555555;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.pgItemTable td {
	border: 1px solid silver;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-size: 11px;
}

ul.pgUL {
	font-weight: bold;
	font-size: 13px;
	margin: 0 5px 5px 0px;
	padding: 5px 7px 10px 7px;
	list-style: none;
	border: 1px solid silver;
}

ul.pgSubUL {
	font-weight: normal;
	font-size: 11px;
	list-style: disc;
	margin: 0;
	padding: 0 5px 0 15px;
}

.headerList {
	width: 40%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.headerList h4 {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted gray;
	font-size: 11px;
}

.headerList ul {
	margin: 0;
	padding: 1px;
	list-style-type: none;
}

.headerList ul li {
	line-height: 1.1em;
}

.pgCellAddToCart {
	white-space: nowrap;
	background: #CDD1E0;
}

.pgImage {
	position: relative;
	float: right;
	padding: 15px;
	margin: 5px 5px 15px 15px;
	border: 1px solid silver;
	color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	background: white;
}

.pgImageTable {
	color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

.pgImageTable td {
	padding: 6px;
}

/* form formatting */
.formTable {
	border: 0px;
	font-family: Tahoma, Verdana, sans-serif;
}

.formTable td {
	border: none;
	margin: 3px;
	padding: 3px;
	vertical-align: top;
}

.formTable td.label {
	border: none;
	font-weight: bold;
}

/* SEARCH */
.searchForm {
	width: auto;
	border: 4px double gray;
	padding: 8px;
	background: #CDD1E0;
	font-size: 13px;
}

.searchForm h4 {
	padding: 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid gray;
	font-size: 14px;
}

/* MESSAGE BOXES */
#messages {
	border: 2px outset #003366;
	padding: 5px 5px 5px 35px;
	margin-top: 6px;
	margin-bottom: 10px;
	background: #CDE9E6 url(../images/info.gif) no-repeat;
	font-style: italic;
	min-height: 38px;
}

#messages ul {
	list-style-type: none;
}

#errors {
	border: 2px outset #990000;
	padding: 5px 5px 5px 35px;
	margin-top: 6px;
	margin-bottom: 10px;
	background: #FFCCCC url(../images/error.gif) no-repeat;
	font-style: italic;
	min-height: 38px;
}

#errors ul {
	list-style-type: none;
}

#message h4 {
	margin: 1px;
	padding: 1px;
}

#error h4 {
	margin: 1px;
	padding: 1px;
}

/* SALES BASKET */
.sbEditLinks {
	background: silver;
}

.sbEditLinks ul {
	margin-left: 0px;
	margin-bottom: 12px;
	padding: 0px;
	list-style-type: none;
}

.sbEditLinks ul li {
	float: left;
	margin: 4px 30px 4px 0px;
	padding-left: 10px;
	background: url(../images/red_triangle.gif) no-repeat left;
	
}

.sbLines {
	width: 100%;
}

.sbLinesTable {
	width: 100%;
}

.sbLinesTable th {
	border: 1px solid gray;
	padding: 2px 2px 2px 2px;
	background: #555555;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.sbLinesTable td {
	border: 1px solid silver;
	padding: 2px 6px 2px 6px;
	margin: 2px;
	font-size: 11px;
	vertical-align: top;
}

.sbFooter {
	border: 1px solid silver;
	padding: 6px;
	margin-top: 8px;
	background: #D5D5D5;
}

/* home pages classes */
#linkDiv a {
	border:none;
}

.homeLink {
	width: 90%;
	background: white;
	padding: 3px 4px 3px 4px;
	margin: 3px 0px 3px 0px;
	border-left: 2px solid navy;
	border-bottom: 1px solid navy;
}

.homeLinkHighlight {
	width: 90%;
	background: #D8953C;
	padding: 3px 4px 3px 4px;
	margin: 3px 0px 3px 0px;
	border-left: 2px solid red;
	border-bottom: 1px solid red;
}

/* viewimage.aspx classes */
#viewImageHeader {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #000066;
	padding: 11px;
	background: #00016C url(../images/bg_header.gif) repeat-x top;
	color: white;
	clear: both;
}

#viewImageContent {
	margin: 15px;
}

.link-viewimage {
    background: transparent url(http://media.advancedlightning.com/images/icon_viewimage.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
	 border: none;
	 margin: 15px;
}

/* MEDIA PRINT */
@media print {
	#nav {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#content {
		width: 90%;
		padding: 10px 15px 20px 15px;
		clear: both;
	}
	#contactblock {
		position: absolute;
		top: 5px;
		right: 5px;
		font-weight: bold;
		color: black;
		font-size: 20px;
		text-align: right;
	}
	.link-viewimage {
		display:none;
	}
	.pgCellAddToCart {
		display: none;
	}
	.pgCellAddToCartHead {
		display: none;
	}
}