@charset "utf-8";
/*
	promoldsolutions.com 2010v1.css
	Author : Matt "Mag" Manis for iRapture.com

	1 : General Tags
	2 : Layout Elements
	3 : Anchors

*/


/*** 1 : General Tags ***/
* {
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size:18px;
	font-weight:normal;
	background:url(../layout/bk_grad.gif)
		repeat-x;
}

/*** 2 : Layout Elements ***/
#pageContainer {
	min-height:100%;
	width:100%;
	position:relative;
	background:url(../layout/bk_grad.gif)
		repeat-x;
}
	#main {
		position:relative;
		margin:0 auto;
		padding-bottom:48px;
		width:1250px;
	}
		#navigation {
			float:left;
			clear:left;
			margin-top:76px;
			width:202px;
		}
		#content {
			float:left;
			clear:right;
			margin-top:40px;
			margin-left:15px;
			width:1023px;
		}
			#mainContentTab {
				position:relative;
				background:url(../layout/main_body_slice.png)
					repeat-y;
			}
				#topNav {
					position:relative;
				}
					#topNavLeft {
						position:absolute;
						top:0;
						left:0;
						width:325px;
						height:43px;
						background:url(../layout/topnav_left.png)
							no-repeat;
					}
					#topNavBehind {
						position:absolute;
						top:0;
						left:325px;
						padding-top:8px;
						width:325px;
						height:35px;
						text-align:center;
						background:url(../layout/topnav_behind.png)
							no-repeat;
						z-index:1001;
					}
					#topNavFront {
						position:absolute;
						top:0;
						left:650px;
						width:373px;
						height:43px;
						z-index:1001;
					}
						#topNavFrontLeft {
							float:left;
							clear:left;
							padding-top:8px;
							width:124px;
							height:35px;
							text-align:center;
							background:url(../layout/topnav_front_left.png)
								no-repeat;
						}
						#topNavFrontLeft:hover {
							background:url(../layout/topnav_front_left_over.png)
								no-repeat;
						}
						#topNavFrontMiddle {
							float:left;
							clear:none;
							padding-top:8px;
							width:118px;
							height:35px;
							text-align:center;
							background:url(../layout/topnav_front_middle.png)
								no-repeat;
						}
						#topNavFrontMiddle:hover {
							background:url(../layout/topnav_front_middle_over.png)
								no-repeat;
						}
						#topNavFrontRight {
							float:left;
							clear:right;
							padding-top:8px;
							width:129px;
							height:35px;
							text-align:center;
							background:url(../layout/topnav_front_right.png)
								no-repeat;
						}
						#topNavFrontRight:hover {
							background:url(../layout/topnav_front_right_over.png)
								no-repeat;
						}
						.navSpacer {
							float:left;
							clear:none;
							width:1px;
							height:43px;
							background:url(../layout/topnav_spacer.png)
								no-repeat;
						}
					#topGrad {
						margin-top:40px;
						float:left;
						clear:both;
						width:1023px;
						height:40px;
						background:url(../layout/top_grad.png)
							no-repeat;
					}
				#mainContentBody {
					position:relative;
					top:-30px;
					margin:0px 30px -100px;
					z-index:1000;
				}
				#mainContentFooter {
					position:relative;
					width:1023px;
					height:118px;
					background:url(../layout/main_body_footer.png)
						no-repeat;
				}
			.subContentTab {
				position:relative;
				margin-top:15px;
				background:url(../layout/main_body_slice.png)
					repeat-y;
			}
				.subContentHead {
					position:relative;
					width:1023px;
					height:85px;
					background:url(../layout/sub_tab_head.png)
						no-repeat;
				}
				.subContentBody {
					position:relative;
					top:-30px;
					margin:0px 30px -100px;
					z-index:1000;
				}
				.subContentFooter {
					position:relative;
					width:1023px;
					height:118px;
					background:url(../layout/main_body_footer.png)
						no-repeat;
				}
		#contentSpacer {
			position:relative;
			height:60px;
		}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:48px;
	background:url(../layout/bk_bot_grad.gif)
		repeat-x;
	z-index:10000;
}
	#footerContent {
		margin:0 auto;
		max-width:1250px;
	}
		#lowerNav {
			float:right;
			clear:both;
			margin-top:12px;
			margin-right:10px;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#copyright {
			float:right;
			clear:both;
			margin-top:2px;
			margin-right:220px;
			font-size:9px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}

/*** 3 : Anchors ***/
a {
	text-decoration:none;
	color:#333366;
}
a:hover {
	color:#642200;
}
a.articleLinks {
	text-decoration:none;
	color:#000000;
}
a.articleLinks:hover {
	color:#333366;
}
a.logoTop {
	float:left;
	margin-top:41px;
	width:1250px;
	height:158px;
	background:url(../layout/logo.png)
		no-repeat;
	background-position:113px 0;
}
a.navTopLink {
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a.navTopLink:hover {
	color:#333366;
}
a.navTopLinkBehind {
	text-decoration:none;
	color:#642200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a.navTopLinkBehind:hover {
	color:#000000;
}
#navigation ul li a.navLink {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}
#navigation ul li:hover a.navLink {
	color:#333366;
}
#lowerNav a {
	margin:0 8px;
	color:#000000;
	text-decoration:none;
}
#lowerNav a:hover {
	color:#666666;
}
#copyright a {
	color:#000000;
	text-decoration:none;
}
#copyright a:hover {
	color:#FFFFFF;
}

/*** 4 : Images ***/
img.articleThumbs {
	margin:15px;
	border:solid
		#000000
		1px;
}
img.bordered {
	margin:25px;
	border:solid
		#000000
		1px;
}

.navArrow {
	float:right;
	clear:right;
}
#navHeader {
	float:left;
	clear:both;
}
.navLabel {
	margin: 1px 5px;
	border:0;
	height:16px;
	width:16px;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navigation ul li .navText {
	float:left;
	clear:right;
	padding-right:16px;
	width:150px;
	background:url(../layout/nav_arrow.gif)
		no-repeat;
	background-position:156px 50%;
}
#navigation ul li:hover .navText {
	background:url(../layout/nav_arrow_over.gif)
		no-repeat;
	background-position:156px 50%;
}
img.thumbs {
	margin:15px;
	border:solid
		#000000
		1px;
}

/*** 5 : Lists ***/
#navigation ul {
	float:left;
	clear:both;
	width:202px;
	margin:0;
	margin-top:11px;
	list-style:none;
}

#navigation ul li {
	float:left;
	clear:both;
	width:192px;
	margin-bottom:11px;
	padding:5px;
	background-color:#CCC06E;
	border-bottom:solid
		#000000
		1px;
}
#navigation ul li:hover {
	background:#DFDF9A;
	border-bottom:solid
		#CCC06E
		1px;
	cursor:pointer;
}

/*** 6 : Text ***/
h1 {
	margin-top:10px;
	margin-bottom:20px;
	font-size:30px;
	font-weight:bold;
	color:#333333;
}
h2 {
	margin-top:10px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#333333;
}
.subContentHead h1 {
	float:right;
	margin-top:4px;
	margin-right:20px;
	width:484px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	color:#000000;
}
p {
	margin-top:6px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}
ul {
	margin:25px;
	font-weight:bold;
}
ul ul {
	margin:5px 25px;
}
ol {
	margin:25px;
}
ol ol {
	margin:5px 25px;
}
.contactResponse {
	color:#333366;
}
.smallText {
	font-size:12px;
}

/*** 7 : Forms ***/
form input {
	width:300px;
}
form input.button {
	width:100px;
}
form input.randNum {
	width:50px;
}
form textarea {
	width:300px;
}
