@import 'menu.css';
@import 'quickbox.css';
@import 'buttons.css';

html {
font-size: small;
}

body {
margin: 0;
background-color: #ffffff;	
font-family: Arial, Helvetica, sans-serif;
color: #022360;
font-weight: bold;
}

h1, h2, p, ul, ol {
margin-top: 0;	
min-height: 0;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
}

a {
color: #022360;	
}

a:hover {
color: #000;	
}

ul {
margin: 0;
padding: 0;
margin-bottom: 0.75em;
}

ul li {
list-style: none;
margin-bottom: 0.5em;
background-image: url('../images/BulletArrow.jpg');
background-repeat: no-repeat;
background-position: left 0;
padding-left: 15px;
line-height: 13px;
}

h2 {
font-size: 1em;
font-style: italic;
background-image: url('../images/Arrow_Down.jpg');
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}

h2.First {
position: relative;	
overflow: hidden;
}

h2 #TopRightTitle {
position: absolute;
right: 0;
}

h3 {
}

h4 {
font-size: 1.1em;
font-weight: bold;
font-style: italic;
margin-bottom: 0.5em;
}

.Light {
font-weight: normal;
font-style: normal;
}

.ClearFloats {
height: 0;
overflow: hidden;
clear: both;
}

.ToTop {
font-size: 1em;
font-style: italic;
background-image: url('../images/Arrow_Up.jpg');
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;	
text-decoration: none;
font-weight: bold;
color: #022360;
}

.Error {
color: #cc0000;	
}

.DateSelector {
background-image: url('../images/DateSelect.jpg');
width: 28px;
height: 0;
padding-top: 28px;
overflow: hidden;
display: block;
}

/* Content Box */

.ContentBox {
background-color: #ffffff;
background-image: url('../images/ContentBox_Top.jpg');
background-repeat: no-repeat;
width: 903px;
margin-bottom: 14px;
}

.ContentBox .Bottom {
background-image: url('../images/ContentBox_Bottom.jpg');
background-repeat: no-repeat;
background-position: bottom;
height: 4px;
}

.ContentBox h3 {
color: #ffffff;	
margin: 0;
line-height: 30px;
padding-left: 20px;
padding-right: 20px;
font-size: 1em;
font-style: italic;
}

.ContentBox .Inner {
padding: 18px 26px 0 26px;	
}

.ContentBox li {
background-image: url('../images/BulletArrow_OnWhite.jpg');	
}

/* */

#OuterBox {
width: 945px;
margin: auto;
margin-top: 2px;
}

#ContentArea {
background-color: #d8d6d7;	
background-image: url('../images/ContentArea_Top.jpg');
background-repeat: no-repeat;
background-position: top;
}

#ContentAreaInner {
padding: 20px 20px 0 20px;	
}

#ContentArea #ContentAreaBottom {
background-image: url('../images/ContentArea_Bottom.jpg');	
background-position: bottom;
height: 4px;
background-repeat: no-repeat;
}

#Header {
position: relative;
height: 60px;
background-image: url('../images/TopBarBackground.jpg');
}

#TopLogo {
position: absolute;
left: 23px;
top: 18px;
padding-top: 32px;
height: 0;
width: 145px;
background-image: url('../images/AVCOMM_Logo.jpg');
overflow: hidden;
}

#TopPhone {
position: absolute;
left: 672px;
top: 15px;
width: 247px;
height: 0;
padding-top: 20px;
overflow: hidden;
background-image: url('../images/TopPhoneNumber.jpg');
}

#MiniBasket {
position: absolute;
right: 30px;
bottom: 7px;
font-weight: bold;
margin: 0;
font-size: 0.9em;
}

#TopBasketLink {
background-image: url('../images/BasketIcon.png');
background-repeat: no-repeat;
background-position: bottom right;
padding-right: 28px;
text-decoration: none;
color: #022360;
}

/* All Menu Code is in menu.css */

#IntroBlock {
position: relative;
margin-top: 2px;
height: 308px;
background-image: url('../images/BannerImages/BannerImage.jpg');
margin-bottom: 2px;
}

/* Quick Box Code is in quickbox.css */

#Footer {
background-color: #ff6900;
margin-top: 2px;
background-image: url('../images/FooterBackground.jpg');
background-repeat: no-repeat;
padding-bottom: 5px;
font-weight: normal;
}

#FootMenu {
padding-top: 12px;
color: #ffffff;
padding-bottom: 10px;
margin: 0;
min-height: 0;
text-align: center;
}

#FootMenu a {
text-decoration: none;
color: #ffffff;	
}

#FootMenu a:hover {
text-decoration: underline;	
}

#FootMenu p {
margin: 0;	
}

#FootLeft, #FootRight {
font-size: 0.85em;
color: #ffb480;
}

#FootLeft {
float: left;
margin-left: 6px;
}

#FootLeft a {
text-decoration: none;
color: #ffb480;
}

#FootRight {
float: right;	
margin-right: 6px;
}

.hr {
overflow: hidden;
height: 0;
border-bottom: 1px solid #022360;	
margin-bottom: 1em;
}

/* Small Print Box */
.SmallPrintBox {
background-color: #efefef;	
color: #000000;
font-weight: normal;
font-size: 0.9em;
background-image: url('../images/SmallPrintBox_Top.jpg');
background-repeat: no-repeat;
margin-bottom: 14px;
}

.SmallPrintBox .Inner {
padding: 23px 23px 0 23px;
}

.SmallPrintBox .Bottom {
height: 5px;
background-image: url('../images/SmallPrintBox_Bottom.jpg');
background-position: bottom;
}