/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
html { 
	min-height: 100%; margin-bottom: 1px;
}

body {
	background-image:url(../../images/background.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

p {
	margin: 15px;
}

.dqstarter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C10100;
}

.list_title {
	font-size: 15px;
	font-weight: bold;
	color: #C10100; /* dark blue -> #00125E; */
	text-transform: uppercase;
	padding-bottom: 10px;
}

/* OLD LIST STYLE
.blue_bullet_list {
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
}

.blue_bullet_list li {
	list-style: none;
	background-image: url(../../images/body/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 22px;
	padding-left: 15px;
}
*/

.red_star_small_list {
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
}

.red_star_small_list li {
	list-style: none;
	background-image: url(../../images/body/bullet_star_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 22px;
	padding-left: 20px;
}

.red_star_list {
	padding-left: 15px;
	margin-left: 15px;
}

.red_star_list li {
	display: list-item;
	list-style: none;
	background-image: url(../../images/body/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 45px;

}

/* PAGE HEADER RELATED STYLES
************************************************************/
table#page_container {
	width: 780px;
}

table#page_header {
	width: 780px;
}

#top_row {
	background-color: #C10100;
	height: 10px;
	width: 780px;
}

#middle_row {
	background-color: #6B6CD8;
	height: 65px;
	width: 780px;
}


/* TOP NAVIGATION BUTTON STYLES
************************************************************/
#top_navigation_container {
	width: 780px;
}


/* PAGE BODY RELATED STYLES
************************************************************/
#page_body_container {
	background-image: url(../../images/body/body_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 780px;
}

.page_title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #6B6CD8;
	margin-top: 15px;
	margin-bottom: 15px;
}

.photo_container {
	border: 1px solid #999999;
	padding: 1px;
}

table#special_manufacturers {
	margin-left: 20px;
}


/* PAGE FOOTER RELATED STYLES
************************************************************/
table#page_footer {
	width: 780px;
}

#page_footer_bottom_row {
	background-image: url(../../images/footer/footer_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	height: 25px;
	width: 780px;
}

#page_footer_top_row {
	background-image: url(../../images/footer/footer_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 38px;
	width: 780px;
}

.bottom_nav_container {
	padding-top: 5px;
	width: 289px;
}

a.bottom_nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

a.bottom_nav_button:hover {
	text-decoration: underline;
}

a.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	text-decoration: none;
}

.built_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-transform: capitalize;
	text-align: center;
	padding-top: 4px;
	width: 780px;
}

a.link_to_diversified {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-transform: uppercase;
	text-decoration: none;
}

a.link_to_diversified:hover {
	text-decoration: underline;
}


/* PAGE FOOTER RELATED STYLES
************************************************************/

div#to-facebook {

}

div#to-facebook a {
    display: block;
    border: none;
    position: fixed;
    top: 25px;
    left: 0px;
}