/*  site.css*/
/* Master CSS PPS comprehinsive Document */

/*------------------------------------------------------------------*/
body{
background: url(store_images/bg.jpg) repeat-x;
margin: 0px;
padding: 0px;
}
h1{}
/* main container*/
#aspnetForm{}
/* next container under aspnetform*/
#container{
width: 994px;
margin:  0 auto;
}

/*----------------------------  top info -------------------------------------*/
#logo{
width: 250px;
height: 36px;
background: url(store_images/) no-repeat;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;
}

#topwrap{
width: 977px;
height: 36px;
background: #fff url(store_images/topnavbg.jpg) no-repeat;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 20px;
}

#hardtop{
width: 325px;
height: 26px;
float: left;
padding: 10px 0px 0px 0px;
}

#hardtop a{
text-decoration: none;
padding: 0px 5px 0px 5px;
font: normal normal bold 13px arial, sans-serif;
color: #660000;
}

#hardtop a:hover{
color: #fff;
}

/*------------------------------- content area  ----------------------------*/
#contentarea{
background: #fff;
width:620px;/* standard width of Content area is 620px */
padding: 10px 10px 0px 10px;
min-height: 400px;
height:auto !important;
height:400px;
float: left;
margin: 0px 0px 0px 200px;
}

/*----------------------------- text menu 1 ---------------------------------*/
/* vanilla menu 1*/
#textMenu1{
display: none;
}
/* vanilla menu item class*/
.textMenu1ItemDiv{}

.textMenu1ItemDiv a{}

.textMenu1ItemDiv a:hover{}
/* text menu item link*/
.textMenu1ItemLink{}
/* about us menu item */
#btnaboutus{}
#btncontact{}
#btnlogin{}
#btnjobs{}
#btnequipment{}
#btngallery{}
#btnhomePage{}
#btnrss{}
#btnftp{}
#btnstore{}
#btnorderForms{}
#btnnews{}
#btnarticles{}
#btnservices{}
#btnstaff{}
#btnfileUpload{}
/*-------------------------------Mid1.inc properties ------------------------------*/

#leftwrap{}
.mid1{}


/*-------------------------------text menu 2 ------------------------------*/
#textMenu2{
display: none;
}
.textMenu2ItemDiv{}

.textMenu2ItemLink{}

.textMenu2ItemDiv a{}

.textMenu2ItemDiv a:hover{}

/*-------------------------------Mid2.inc properties ------------------------------*/
.mid2{}

/*------------------------------- footer  ---------------------------------*/
#footer1{/* store Footer there is no footer generated by asp */
background: #fff url(store_images/) repeat-x;
clear: both;
width:997px;
height:50px;
color: #000;
border-top: 10px #CAC9AD solid;
margin: 50px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align: center;
}

#footer1 a{
color: #0053a1;
text-decoration: none;
padding: 0px 10px 0px 10px;
}

#footer1 a:hover{
color: #990000;
}

#footer1 p{
margin: 0px;
padding: 0px 0px 0px 0px;
}
#footer1 span{
color: #ff0000;
margin: 0px;
padding: 0px 0px 0px 0px;
}

/*--------------------------- orderform div-------------------------*/

#ctl00_ContentPlaceHolder1_lblPageTitle{}
#ctl00_ContentPlaceHolder1_lblinstructions{}
#ctl00_ContentPlaceHolder1_pnlLogin{}
/* ftp account field */
#ctl00_ContentPlaceHolder1_txtFtpAccount{
}
/* ftp password field */
#ctl00_ContentPlaceHolder1_txtFtpPassword{}
#ctl00_ContentPlaceHolder1_btnLogin{
margin: 0px 0px 20px 0px;/* pushes footer down away from button */
}
#ctl00_ContentPlaceHolder1_RadAjaxPanel1 {
font: normal normal normal 12px arial;
}
#ctl00_ContentPlaceHolder1_RequiredFieldValidator1{}
#ctl00_ContentPlaceHolder1_LocalizedButton1{
margin: 0px 0px 20px 0px;/* pushes footer down away from button */
}
#ctl00_ContentPlaceHolder1_Button1{
margin: 0px 0px 20px 0px;/* pushes footer down away from button */
}
.formTable, .formCell, .instructions, .orderFormTitle{
font: normal normal normal 12px arial;
}

.formRow1{}											
.formRow2{}
.RadUploadSelectButton{}


