/*///////////////////////////////////////////////////////////////
 This layout allows the central content to feature above the  
side columns and the footer to sit across the bottom without the 
use if Java Scrit. .

The other advantage of this layout is that it can easily be adapted to 
include a secong side column or be liquid.

IMPORTANT: The Central Content does need to be deeper than than the side bar to avoid the Footer (Note this also happens on the origonal http://alistapart.com/d/negativemargins/ex4.htm/ template.
///////////////////////////////////////////////////////////////*/

body { 
margin: 0 0 0 0 ;
padding: 0;
font-family:  verdana, arial, helvetica, sans-serif; 
color: #666;
font-size: 0.8em; 
background: #fff url("ims/background.jpg");
background-repeat: repeat-x;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}


a:link {   
text-decoration: underline; 
font-weight: normal; 
color:  #D6614C;  
}

a:visited {   
text-decoration:  underline;  
font-weight: normal; 
color:  #D6614C; 
}

a:hover { 
text-decoration: none;  
font-weight: normal; 
color: #D6614C;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 20px 0 20px 0; 
font-size: 1.1em;
color: #D6614C;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 1.0em;
color: #D6614C;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 0.9em;
color: #D6614C;
}

hr.main {
width:100%;
color:#FF9933;
height:1px;
padding:0;
margin:0;
}

/*///////////////////////////////////////////////////////////////*/
/* Layout CSS ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

/*  The point of this wrapper div & addition of background image to container div is to allow us to introduce the side_bar_menu.gif which fills the bottom of the left side bar column*/
#wrapper {
	background: #fff url("ims/side_bar_menu.gif") repeat-y left; 
	width: 955px;
	margin-left: auto;
    margin-right: auto;
	border-right: 0px solid #fff;
border-left: 0px solid #fff;
}

#header { 
height: 200px;
width: 960px;
margin-left: auto;
margin-right: auto;
}

#header2 { 
height: 15px;
width: 940px;
margin-left: auto;
margin-right: auto;
text-align:right;
border-bottom: 1px solid #D6614C;
padding: 4px 6px 8px  0; 
color:#D6614C;
font-size:0.9em;
}

#header2 a:link{
color:#D6614C;
font-weight:normal;
}

#header2 a:visited{
color:#D6614C;
font-weight:normal;
}

#header2 a:hover{
color:#D6614C;
text-decoration:none;
font-weight:normal;
}



/*  The inclusion of the background style along with the wrapper div above fills the top of the left side bar column*/
#container {
	width: 100%;
	background: #fff url("ims/body-background.jpg") repeat-y left;
	float: right;
	margin-left: -200px;
}

#content {
	margin-left: 210px;

}
#sidebar_menu {
	width: 175px;
	float: left;
}

#accessories{
text-align:left;
}

/*///////////////////////////////////////////////////////////////*/
/* Footer ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

#footer {
	background: #fff;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	width: 960px;
    border-top: 1px solid #D6614C;
	text-align:center;
	padding: 5px 0 5px 0 ;
	color:#D6614C;
}

#footer a:link{
color:#D6614C;
font-weight:normal;
}

#footer a:visited{
color:#D6614C;
font-weight:normal;
}

#footer a:hover{
color:#D6614C;
text-decoration:none;
font-weight:normal;
}

#footer p {
margin-top: 5px;
margin-bottom: 5px;
}

/*///////////////////////////////////////////////////////////////*/

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}




#main-holder {margin: 0; width: 750px; clear: both; float: left; text-align: justify; }
div.main-right {width: 311px; float: right; display: block; border: 0px solid #FFCC00; background-color:#ccc;}
div.main-left {width: 415px; float: left; padding-left: 0px;
}

table.body{
width:735px;
border:0px;
}

td.body-left{
width:442px;
text-align:justify;
padding: 0 50px 0 0;
vertical-align:top;
}

td.body-right{
width:293px;
vertical-align:top;
padding: 0 0 0 0;
}

table.form{
text-align:left;
}



div.flash-port{
margin: 0 0 0 0; padding: 10px 0 5px 1px;
background-color:#fff; 
}

div.flash-land{
margin: 0 0 0 0; padding: 5px 0 10px 1px;
background-color:#fff; 
}


td.price-copy{
vertical-align:top;
padding: 5px 30px 5px 0;
border-bottom: 1px solid #D6614C;
text-align:left;


}

td.price-price{
width:50px;
vertical-align:top;
padding: 5px 5px 5px 0;
border-bottom: 1px solid #D6614C;
}

/*These are global table styles taken from page 7 of Eric Meyer
table{ 
width: 80%; margin: 0 0 0 5px;
}*/

#table.main{ 
width:960px;
border:0px;
text-align:center;
}


table.gallery{ 
margin: 0 0 30px ; 
width: 100%;
border-bottom: 1px solid #8A6C24;
}

tr.gallery{ 
vertical-align:bottom;
text-align:center;
border-bottom: 1px solid #8A6C24;
}

table.gallery-specify{ 
margin: 0 0 30px 0; 
}

/*///////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/



ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
background-color: #fff;
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: bold; 
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width should have the padding subtract ////////////*/
width: 172px;
padding: 5px 0 5px 2px;
color: #D6614C;
}
ul.mainnav li {
border-bottom: 1px solid #FF9900;
border-left: 0px solid #999;
}
ul.mainnav li a:hover {
background-color: #fff;
color: #FF9900; 
}


ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
	
ul.products li a:link, ul.products li a:visited{
display: block;
text-decoration: none;
width: 100%;
padding: 2px 0px 2px 2px;
color: #003399;
font-weight: bold; 
font-size: x-small;
line-height: 1.5;
font-family: verdana, arial, helvetica, sans-serif;
}


ul.products li{
border-bottom: 1px solid #999999;
}

ul.products li a:hover {
background-color: #ffcc66;
color: #003399;
}


/*///////////////////////////////////////////////////////////////*/
/*Form //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

td.order_form_1 {
border-bottom:1px solid #D6614C;

}

td.order_form_tickbox {
border-bottom:1px solid #D6614C;
width: 20px;
text-align:right;
}

tr.order_form_text td { 
padding: 4px 4px 4px 4px;  
vertical-align: middle;
}

tr.order_form_message td { 
padding: 4px 4px 4px 4px;  
vertical-align: top;
}

input.input_box{
margin: 3px 0px 2px 4px;
padding: 2px 4px 4px 4px;  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 0.9em; 
background-color: #fff;
color: #333; 
border:1px solid #D6614C;
}

textarea { 
padding: 4px 4px 4px 4px;  
font-size: 0.9em;
font-family: Verdana, Arial, Helvetica, sans-serif; 
width: 150px; 
background-color: #fff; 
margin-left: 3px;
border: 1px solid #D6614C;
}



img.main_photo{
margin: 10px 0 10px 10px; padding: 10px; border: 1px solid #D6614C;
}

img.main_photo-land{
margin: 0 0 10px 10px; padding: 10px; border: 1px solid #D6614C;
}

img.accessory-thumb{
margin: 4px 6px 4px 0;
}





/*///////////////////////////////////////////////////////////////*/
/*Bullets //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.bullet_points{
list-style-type: none;
line-height: 1.7;
padding: 0;
margin: 8px 5px 15px 10px;
}

li.bullet_points{
background-image: url(ims/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding: 0 0 10px 22px;
font-weight: normal;
font-style:italic;
}
/*///////////////////////////////////////////////////////////////*/