﻿/* Nutritox colors 

ORANGE = ff9120
RED = ed1c24
YELLOW = ffd701

*/


body{
	background-color:#000;
	background-position:top;
	background-repeat:repeat-x;
	color:#fff;
}

a{
	color:#ff9120;
	text-decoration:none;
}

ul{
	margin-left:20px;
}

li{
}

#divContent{
	background-color:#275A93;
	background-image:url(../images/sky/blue.jpg);
	background-repeat:repeat-x;
}

#divFooter{
	background-image:url(../images/sky/footerBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

	#divFooter a:hover{
		color:#fff;
	}
	
	#divFooter .container_12{
		background-image:url(../images/sky/footerLogo.png);
		background-position:top center;
		background-repeat:no-repeat;
	}
	
	.content{
		margin-top:200px;
		margin-bottom:10px;
	}
	
	.copyright{
		text-align:center;
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.socialLink{
		display:block;
		height:32px;
		line-height:32px;
		margin-bottom:10px;
		vertical-align:middle;
		width:200px;
	}

#flashcontent{
	background-image:url(../images/sky/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:536px;
}


#flashcontent a{
	color:#fff;
	font:14pt arial;
	padding-right:30px;
	text-decoration:none;
}
	
	.links{
		float:left;
		margin-left:250px;
		margin-top:92px;
	}
	
	.message{
		font:normal 10pt arial;
		margin-top:200px;
		text-align:center;
	}
	
	.message a{
		color:#fff !important;
		font:bold 12pt arial !important;
	}

#header{
	height:536px;
}


.box1{
	background-image:url(../images/sky/box1.jpg);
	font:10pt arial;
	height:196px;
	margin:15px 0px 15px 0px;
	padding:0 10px 0px 10px;
}

.box2{
	background-image:url(../images/sky/box2.jpg);
	font:10pt arial;
	height:196px;
	margin:15px 0px 15px 0px;
	padding:0 10px 0px 10px;
}

.box3{
	background-image:url(../images/sky/box3.jpg);
	font:10pt arial;
	height:196px;
	margin:15px 0px 15px 0px;
	padding:0 10px 0px 10px;
}

	.boxText{
		padding:125px 0px 0px 115px;
		
	}

.content4{
	background-image:url(../images/sky/content_4_bg.jpg);
	background-repeat:repeat-y;
	padding:0 10px 0px 10px;
}

.content8{
	background-image:url(../images/sky/content_8_bg.jpg);
	background-repeat:repeat-y;
	padding:0 10px 0px 10px;
}	

	.content8 img{
		float:left;
		padding:0px 20px 10px 0px;
	}

.contentBottom{
	background-image:url(../images/sky/contentBottom.jpg);
	height:12px;
}

.contentFullBG{
	background-image:url(../images/sky/contentMid.jpg);
	background-repeat:repeat-y;
}

.contentPageHeader{
	background-image:url(../images/sky/contentPageTop.jpg);
	height:208px;
}

	.contentPageHeader a{
		color:#fff;
		font:14pt arial;
		padding-right:30px;
		text-decoration:none;
	}

.contentWrapper{
	background-image:url(../images/sky/contentTop.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 10px 0px;
}

.contentPadding{
	padding:20px;
}

.featuredContentTop{
	background-image:url(../images/sky/featuredContentTop.jpg);
	height:17px;
	margin-top:10px;
}

.featuredContent{
	background-image:url(../images/sky/featuredContentMid.jpg);
	background-repeat:repeat-y;
	padding:0px 0px 10px 0px;
}

.featuredContentBottom{
	background-image:url(../images/sky/featuredContentBottom.jpg);
	height:12px;
}

.pageHeaderLinks{
		float:left;
		margin-left:250px;
		margin-top:92px;
}

	.pageHeaderLinks a{
		color:#fff;
		font:14pt arial;
		padding-right:30px;
		text-decoration:none;
	}

.secondNav{
	font:bold 16px Arial;
	margin-left:10px;
}

	.secondNav li{
		margin:0;
		list-style-type:none;
	} 


.prop{
	float:right;
	height:300px;
	width:1px;
}


.clear{clear:both;}
.hidden{display:none;}
.left{float:left;}
.right{float:right;}



/* FORM STYLES */

.labelCell{
	padding-right:10px;
	text-align:right;
	width:100px;
}

.inputCell{
}

.textBox{
	margin-bottom:5px;
}