@charset "utf-8";
/* CSS Document */

/* normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {margin: 0; padding: 0;}

/* removes list-style from lists */
ol, ul
{list-style: none;}

/* normalizes font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* removes borders and spacing from tables */
table
{border-collapse: collapse; border-spacing: 0;}

/* removes borders frorm fieldset and images */
fieldset, img
{border: 0;}
#products {
	clear: right;
	float: left;
	width: 680px;
	margin-bottom: 10px;
}
#product_image {
	float: left;
	width: 300px;
	height: 300px;
}
#product_text {
	float: left;
	width: 330px;
	padding-top: 50px;
}




/* Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back.jpg);
	background-color: #17467f;
	background-repeat: repeat-x;
}

.textb{
	font-size: 12px;
	color: #5a396b;
	font-weight: bold;
	line-height: 24px;
}

h1 {
	font-size: 16px;
	color: #5a396b;
	text-transform: uppercase;
	line-height: 24px;
}
h2 {
	font-size: 14px;
	color: #17467f;
	padding-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #5a396b;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #5a396b;
	font-weight: bold;
	font-style: oblique;
}
h5 {
	font-size: 15px;
	color: #5a396b;
	font-weight: bold;
}

p {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#trask {
	color: #666;
	font-size: 12px;
	margin-top: 75px;
	margin-left: 75px;
}

li {
	font-size: 12px;
	color: #333;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
#sidebar li{
	font-size: 12px;
	color: #666;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}


/*Structure*/


#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
}

#masthead {
	height: 135px;
	width: 955px;
	position: relative;
	z-index: 500;
}

#header {
	height: 75px;
	width: 955px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-color: #FFF;
}
#100 {
	height: 75px;
	width: 75px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#nav2 {
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 0px;
	height: 20px;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}

#nav {
	position: absolute;
	top: 105px;
	height:30px;
	left: 0px;
	width: 955px;
}
#main {
	float: left;
	width: 955px;
	height: auto;
	height: 100%;
	min-height:465x;
	position: relative;
	background-color: #041438;
	background-image: none;
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 680px;
	text-align: justify;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 32px;
	padding-left: 25px;
	background-color: #FFF;
	
}
#content_home {
	float: left;
	width: 680px;
	text-align: justify;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 32px;
	padding-left: 25px;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 250px;	
}
#flash {
	float: left;
	width: 730px;
	height: 250px;
	background-color: #000;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#image {
	float: left;
	width: 730px;
	height: 175px;
	background-color: #000;
}


#sidebar {
	float: right;
	width: 195px;
	min-height: 465px;
	height: auto;
	height: 100%;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	text-align: left;
}
#sidebar p {
	font-size: 12px;
	color: #999;
}
#home_box {
	width: 410px;
	text-align: justify;
	padding-right: 15px;
	float: left;
}
#product_box {
	width: 250px;
	float: right;
	position: absolute;
	z-index: 5;
	left: 450px;
	top: 200px;
	height: 200px;
}
.sidebar_image  {
	border: medium solid #17467f;
}

#footer {
	text-align: left;
	float: left;
	width: 945px;
	position: relative;	
	bottom: 0px;
	z-index: 500;
	height: 50px;	
	color: #fff;
}








/* Classes */


.float_right {
	float: right;
}
.float_left {
	float: left;
}
.sidebar_header {
	font-size: 16px;
	color: #3f0026;
	padding-bottom: 10px;
	text-transform: uppercase;
}






/* Links */

#content_home a:active {
	color: #17467f;
	text-decoration: none;

}
#content_home a:link {
	color: #17467f;
	text-decoration: none;

}
#content_home a:visited {
	color: #17467f;
	text-decoration: none;

}
#content_home a:hover {
	color: #17467f;
	text-decoration: underline;

}
#content p a:active {
	color: #17467f;
	text-decoration: none;

}
#content p a:link {
	color: #17467f;
	text-decoration: none;

}
#content p a:visited {
	color: #17467f;
	text-decoration: none;

}
#content p a:hover {
	color: #17467f;
	text-decoration: underline;

}


#content a.purple-l:link, #content a.purple-l:visited, #content a.purple-l:active {
	color: #5a396b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content a.purple-l:hover {
	color: #000000;
	font-weight: bold;
}


a:link, a:visited, a:active {
	color: #8B7E66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-weight: bold;
}

#nav2 a {
	color: #999;
	text-decoration: none;
}
#nav2 a:link {
	color: #999;
	text-decoration: none;
}
#nav2 a:visited {
	color: #999;
	text-decoration: none;
}
#nav2 a:hover {
	color: #FFF;
	text-decoration: none;
}

.btn_grey a {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.btn_grey a:link {
	color: #333;
	text-decoration: none;
}
.btn_grey a:visited {
	color: #333;
	text-decoration: none;
}
.btn_grey a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.btn_grey {
	float: left;
	height: 20px;
	width: 85px;
	background-image: url(images/btn.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 5px;
}
.line {
	background-color: #17467f;
	height: 2px;
	width: 680px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_header {
	font-size: 12px;
	color: #17467f;
	padding-bottom: 5px;
	font-weight: bold;
}

/* breadcrumbs */

#breadcrumbs {
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-align: right;
	}
	
#breadcrumbs ul{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-align: right;	
	}
	
#breadcrumbs li{
    display: inline;
	list-style-type: none;
	padding-right: 20px;	
	text-align: right;
	}	
	
#breadcrumbs li a:link, #breadcrumbs li a:visited, #breadcrumbs li a:active{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b13919;	
	text-align: right;
	}
	
#official {
    width: 100%;
	background-color: #ffffff;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #5a396b;
	text-transform: uppercase;	
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
	}		
