/*

	Filename:          style.css
	Description:       Style sheet
	Client:            Joe Kelly Worldwide, Inc.
	Site:              avdeli.com
	Authors:           Carter Tripp, Planet Tripp
	                   Steven Dahlman, DCM Software
	Start date:        08-09-07
	Last modification: 05-10-11

*/

/*
 * MAIN
 */

/* Body */

body {

	background-color:  #ffffff;
	background-image:  url('image/background.jpg');
	background-repeat: no-repeat;

	margin-left:       75px;
	margin-right:      75px;
	margin-top:        50px;
	margin-bottom:     50px;

}

/*
 * TEXT
 *
 * -Default font-style is "normal"
 * -Default font-weight is "normal"
 * -Default line-height is 100%
 * -Default padding is 0px;
 * -Default text-align is left
 */

/* Large text (white without padding) */

.large1 {
	font-family: Helvetica, Arial;
	font-size:   14px;
	font-weight: bold;
	color:       #ffffff;
}

/* Large text (white with padding) */

.large2 {
	font-family:  Helvetica, Arial;
	font-size:    14px;
	font-weight:  bold;
	padding-left: 14px;
	color:        #ffffff;
}

/* Large text (red without padding) */

.large3 {
	font-family: Helvetica, Arial;
	font-size:   14px;
	color:       #ff0000;
}

/* Large text (24pt white) */

.large4 {
	font-family: Helvetica, Arial;
	font-size:   24px;
	font-weight: normal;
	color:       #ffffff;
}

/* Medium text (off-white without padding) */

.medium1 {
	font-family: Verdana, Helvetica, Arial;
	font-size:   11px;
	line-height: 135%;
	color:       #eeeeee;
}

/* Medium text (off-white with padding) */

.medium2 {
	font-family:   Verdana, Helvetica, Arial;
	font-size:     11px;
	line-height:   135%;
	padding-left:  14px;
	padding-right: 14px;
	color:         #eeeeee;
}

/* Medium text (off-white with padding and justified) */

.medium3 {
	font-family:   Verdana, Helvetica, Arial;
	font-size:     11px;
	line-height:   135%;
	padding-left:  14px;
	padding-right: 28px;
	text-align:    justify;
	color:         #eeeeee;
}

/* Medium text (red without padding) */

.medium4 {
	font-family: Verdana, Helvetica, Arial;
	font-size:   11px;
	font-weight: bold;
	line-height: 135%;
	color:       #ff0000;
}

/* Medium text (white) */

.medium5 {
	font-family: Verdana, Helvetica, Arial;
	font-size:   11px;
	font-weight: bold;
	color:       #ffffff;
}

/* Header */

.title1 {
	font-family: Helvetica, Arial;
	font-size:   11px;
	color:       #ffffff;
}

/* Track detail */

.track {
	font-family: Verdana, Helvetica, Arial;
	font-size:   11px;
	color:       #000000;
}

/* Small */

.small1 {
	font-family: Arial, Helvetica;
	font-size:   10px;
	font-weight: bold;
	color:       #3C3C3C;
}

.small2 {
	font-family: Helvetica, Arial;
	font-size:   10px;
	color:       #ff0000;
}

.small3 {
	font-family: Arial, Helvetica;
	font-size:   10px;
	font-weight: normal;
	color:       #ffffff;
}

/*
 * Product titles
 */

.ptitle1 {
	font-family: Helvetica, Arial;
	font-size:   18px;
	font-weight: bold;
	font-style:  italic;
	line-height: 135%;
	color:       #0099CC;
}

.ptitle2 {
	font-family: Arial, Helvetica;
	font-size:   15px;
	font-weight: bold;
	color:       #A60000;
	text-align:  justify;
}

.ptitle3 {
	font-family: Arial, Helvetica;
	font-size:   15px;
	font-weight: bold;
	color:       #A60000;
}

.psubtitle1 {
	font-family: Arial, Helvetica;
	font-size:   12px;
	font-weight: bold;
	color:       #003366;
	text-align:  center;
}

/*
 * FORMS
 */

/* "Contact Us" form */

.formfield1 {

	font-family: Verdana, Helvetica, Arial;
	font-size:   10px;

	background-color: #ededed;
	border-color:     #a0a8a9;

	border-top-color: #a0a8a9;
	border-top-style: solid;
	border-top-width: thin;

	border-right-color: #a0a8a9;
	border-right-style: solid;
	border-right-width: thin;

	border-left-color: #a0a8a9;
	border-left-style: solid;
	border-left-width: thin;

	border-bottom-color: #a0a8a9;
	border-bottom-style: solid;
	border-bottom-width: thin;

}

/* Visitor comment submission form */

.formfield2 {

	font-family: Verdana, Helvetica, Arial;
	font-size:   12px;

	background-color: #ededed;
	border-color:     #a0a8a9;

	border-top-color: #a0a8a9;
	border-top-style: solid;
	border-top-width: thin;

	border-right-color: #a0a8a9;
	border-right-style: solid;
	border-right-width: thin;

	border-left-color: #a0a8a9;
	border-left-style: solid;
	border-left-width: thin;

	border-bottom-color: #a0a8a9;
	border-bottom-style: solid;
	border-bottom-width: thin;

}

/*
 * BUTTONS
 */

/* Search button */

.searchbutton1 {
	font-family:      Helvetica, Arial;
	font-size:        9pt;
	font-weight:      bold;
	color:            #808080;
	background-color: #f0f0f0;
	border:           1px outset #808080 #000000 #000000 #808080;
	padding:          1px 1px 1px 1px;
}

/*
 * TABLES
 */

.tablestyle1 {
	border: 1px #ffffff solid;
}

/*
 * MENUS
 */

/*
 * Main menu
 */

A.main_menu:link {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	color:           #ff0000;
	text-decoration: none;
}

A.main_menu:visited {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	color:           #ff0000;
	text-decoration: none;
}

A.main_menu:active {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	color:           #ff0000;
	text-decoration: none;
}

A.main_menu:hover {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	color:           #ffffff;
	text-decoration: none;
}

/*
 * Library menu
 */

A.library_menu:link {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	line-height:     150%;
	padding-left:    15px;
	color:           #ffffff;
	text-align:      justify;
	text-decoration: none;
}

A.library_menu:visited {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	line-height:     150%;
	padding-left:    15px;
	color:           #ffffff;
	text-align:      justify;
	text-decoration: none;
}

A.library_menu:active {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	line-height:     150%;
	padding-left:    15px;
	color:           #ffffff;
	text-align:      justify;
	text-decoration: none;
}

A.library_menu:hover {
	font-family:     Helvetica, Arial;
	font-size:       11px;
	line-height:     150%;
	padding-left:    15px;
	color:           #ff0000;
	text-align:      justify;
	text-decoration: none;
}

/*
 * Member menu
 */

A.member_menu:link {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #e6e6e6;
	text-decoration: none;
}

A.member_menu:visited {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #e6e6e6;
	text-decoration: none;
}

A.member_menu:active {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #e6e6e6;
	text-decoration: none;
}

A.member_menu:hover {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #ffffff;
	text-decoration: underline;
}

/*
 * Product menu on member page
 */

A.member_prod:link {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #00013a;
	text-decoration: none;
}

A.member_prod:visited {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #00013a;
	text-decoration: none;
}

A.member_prod:active {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #00013a;
	text-decoration: none;
}

A.member_prod:hover {
	font-family:     Helvetica, Arial;
	font-size:       12px;
	color:           #ffffff;
	text-decoration: none;
}

/*
 * Demo and track links
 */

A.demo_link:link {
	font-family:     Helvetica, Arial;
	font-size:       10px;
	color:           #ff0000;
	text-decoration: none;
}

A.demo_link:visited {
	font-family:     Helvetica, Arial;
	font-size:       10px;
	color:           #ff0000;
	text-decoration: none;
}

A.demo_link:active {
	font-family:     Helvetica, Arial;
	font-size:       10px;
	color:           #ff0000;
	text-decoration: none;
}

A.demo_link:hover {
	font-family:     Helvetica, Arial;
	font-size:       10px;
	color:           #ffffff;
	text-decoration: underline;
}

/*
 * Web links
 */

/* Red */

A.web1:link {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ff0000;
	text-decoration: none;
}

A.web1:visited {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ff0000;
	text-decoration: none;
}

A.web1:active {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ff0000;
	text-decoration: none;
}

A.web1:hover {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ff0000;
	text-decoration: underline;
}

/* White */

A.web2:link {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ffffff;
	text-decoration: underline;
}

A.web2:visited {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ffffff;
	text-decoration: underline;
}

A.web2:active {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ffffff;
	text-decoration: underline;
}

A.web2:hover {
	font-family:     Verdana, Helvetica, Arial;
	font-size:       11px;
	font-weight:     bold;
	color:           #ff0000;
	text-decoration: underline;
}
