/*---------------------------------------------------------------------------------------------------------------------\\
//                                              AJ Parkes - ID Concepts Website                                        \\
//                                          Developed and Maintained by E-volution                                     \\
//---------------------------------------------------------------------------------------------------------------------\\
//  All code, images and data collected remains the property of AJ Parkes & Co and may not be edited, re-distributed   \\
//            copied or sold. All work is subject to copyright and infringement may result in legal action.            \\
//---------------------------------------------------------------------------------------------------------------------\\
//          Phone: 07 3349 7224     ---     Mobile: 0401 499 477     ---     E-mail: admin@e-volution.com.au           \\
//---------------------------------------------------------------------------------------------------------------------\\
//                                      Designer: Brent Wilkinson     Date: Mar, 2008                                  \\
//                                           ----- ID Concepts Style Sheet -----                                       \\
//---------------------------------------------------------------------------------------------------------------------*/

/*--- GENERAL PAGE STYLES ---------------------------------------------------------------------------------------------*/

body 
{
	margin: 0px 0px 50px 0px;
	background-color: #2C2825;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a 
{
	text-decoration: none;
	color: #666666;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}

a#footerLink
{
	text-decoration: none;
	color: #666666;
}

a#footerLink:hover,a#productLink:hover 
{
	text-decoration: none;
	color: #FF7E09;
}

img 
{
	border: 0px;
	background-color: #000000;
}

td 
{
	vertical-align: top;
}

hr
{
	color: #2C2825;
	height: 2px;
}

input,textarea
{
	font-size: 11px;
	background-color: #151413;
	border: 1px solid #2C2825;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

input#username,input#password
{
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a#productLink 
{
	text-decoration: none;
	color: #666666;
}

select#products
{
	font-size: 9px;
	color: #999999;
	background-color: #2C2825;
	border: 1px solid #2C2825;
}

span#button_note,span#ajp_note
{
	font-size: 9px;
	color: #FFFFFF;
}

span#general_title
{
	font-weight: bold;
	font-size: 16px;
}

/*--->>*/

/*--- TABLES ----------------------------------------------------------------------------------------------------------*/

td#header
{
	width: 710px;
	height: 235px;
	background: url(../img/main/parkesmint_header.jpg) no-repeat;
}

td#header_right
{
	width: 90px;
	height: 235px;
	vertical-align: bottom;
}

td#menu_spacer
{
	width: 800px;
	height: 20px;
	background: url(../img/main/parkesmint_menu_spacer.jpg) no-repeat;
}

td#menu_spacer_lrg
{
	width: 800px;
	height: 35px;
	background: url(../img/main/parkesmint_menu_spacer_lrg.jpg) no-repeat;
	vertical-align: middle;
	color: #666666;
	font-size: 12px;
}

td#product_spacer
{
	width: 800px;
	height: 75px;
	background: url(../img/main/parkesmint_product_spacer.jpg) no-repeat;
}

td#content
{
	width: 800px;
	vertical-align: top;
	color: #FBE2AF;
	background-color:#1E1C1A;
	font-size: 11px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #151413;
	border-right: 1px solid #151413;
	padding: 8px 15px 10px 15px;
}

td#content_nopad
{
	width: 800px;
	vertical-align: top;
	color: #FBE2AF;
	background-color:#1E1C1A;
	font-size: 11px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #151413;
	border-right: 1px solid #151413;
	padding: 8px 0px 10px 0px;
}

/*--->>*/

/*--- DIVS ------------------------------------------------------------------------------------------------------------*/

/*--->>*/