/*
	CSS Stylesheet for http://www.kennedysmica.co.uk
	All content copyright Nathan Littleton and Future Visions
*/


/* LINKS */

a:link{
color: red;
text-decoration: none;
background-color: white;
}

a:active{
color: red;
text-decoration: none;
background-color: white;
}

a:visited{
text-decoration: none;
color: red;
background-color: white;
}

a:hover{
text-decoration: underline;
color: black;
background-color: white;
}

div.productbox a:link{
background-color: #FCFCFC;
}

/* STANDARD ELEMENTS */

img{
border: none;
}

body{
margin: 0px;
font-family: Verdana, "Trebuchet MS", Tahoma, Serif;
background-color: #26478d; /* #286496 97BCDF # */
font-size: 8pt;
color: black; /* #626262 */
}

h1{
border-bottom: 1px solid black;
/* text-transform: uppercase; */
color: white; /* #363636 */
background-image: url('images/title_grad.jpg');
letter-spacing: 3px;
text-align: right;
padding-right: 5px;
font-size: 16pt;
padding-bottom: 2px;
}

h2{
;
}

p{
line-height: 17px;
}

form{
border-top: 1px solid lightblue;
border-bottom: 1px solid lightblue;
background-color: #FCFCFC;
padding: 20px;
}

input{
padding: 3px;
border: 1px solid lightgray;
background-color: 1px solid creme;
margin-top: 5px;
font-family: Verdana, "Trebuchet MS", Tahoma;
}

select{
padding: 2px;
border: 1px solid lightgray;
background-color: 1px solid creme;
margin-top: 5px;
margin-left: 5px;
font-family: Verdana, "Trebuchet MS", Tahoma;
}

.newssubmit{
padding: 2px;
border: 1px solid lightgray;
background-color: 1px solid creme;
margin-top: 6px;
margin-left: 5px;
font-family: Verdana, "Trebuchet MS", Tahoma;
font-size: 8pt;
}

.contactinput, textarea{
padding: 3px;
border: 1px solid lightgray;
background-color: 1px solid creme;
margin-top: 5px;
width: 300px;
font-family: Verdana, "Trebuchet MS", Tahoma;
}

.conttxtarea{
font-size: 10pt;
}

.contactsubmit{
padding: 3px;
border: 1px solid lightgray;
background-color: 1px solid creme;
margin-top: 5px;
width: 308px;
}


/* SPECIFICS */

#contentbox{
width: 795px;
margin-left: auto;
margin-right: auto;
height: 100%;
background-image: url('images/bg_as.gif'); /* bgshadow3.jpg */
border-left: 0px solid white;
border-right: 0px solid white;
}

#tophead{
width: 100%;
text-align: center;
}

#menubox{
width: 160px;
float: right;
margin-right: 45px;
margin-top: 20px;
display: inline; /* defeats another IE bug, the double-margin bug */
}

#menubox ul {
list-style-type: none;
margin: 0 0 5px 0;
padding: 0;

}

#menubox ul li{
width: 160px;
margin-bottom: 5px;
font-weight: bold;
font-size: 115%;
color: white;
}


#menubox li a{
background: url('images/menubutton_p.gif') no-repeat;
display: block;
height: 1%; /* these 2 lines kill an IE bug */
vertical-align: bottom;
text-decoration: none;
padding: 13px 0 18px 19px; /*this padding adds space to display button image */
color: white;
}

#menubox li a:hover {
background: url('images/menubutton_p_alt2.gif') no-repeat;
}

.menutext{
padding-left: 10px;
}

#actcontent{
width: 520px;
padding-left: 10px;
padding-right: 20px;
float: right;
}

.productbox{
width: 500px;
padding: 10px;
border-top: 1px solid lightblue;
border-bottom: 1px solid lightblue;
background-color: #FCFCFC;
margin-bottom: 10px;
font-size: 9pt;
}

#footer{
clear: both;
width: 360px;
text-align: right;
padding: 10px;
margin-left: 370px;
border: 0px solid #555555;
}

img.leftfloat{
float: left;
border: 1px solid darkgray;
margin-right: 10px;}

.price{
color: red;
font-weight: bold;
}

.roty{
float: right;
padding: 10px 10px 25px 25px;
border: none;
}

div.productbox p{
font-size: 8pt;
}
