* { margin: 0; padding: 0; }

body 
{
    background: #FFFFFF url(../Images/bkgd_Page.jpg) repeat-x left top;
    min-width: 900px;
    font-family: Trebuchet MS, Helvetica, Arial, Verdana;
    font-size: 14px;
}

#wrapper
{
    position: relative;
    width: 900px;
    left: 50%;
    top: 0;
    margin-left: -450px;    
}
#header
{
    position: absolute;
    width: 176px;
    height: 78px;
    left: 0;
    top: 0;   
}

#tagline
{
    position: absolute;
    width: 400px;
    height: 20px;
    left: 499px;
    top: 52px;   
    font-weight: bold;
    font-size: 0.85em;
}

#numbers
{
    position: absolute;
    width: 300px;
    height: 70px;
    left: 600px;
    top: 10px;   
    text-align: right;
}
#local { color: #ffffff; font-size: 1.2em;}
#tollfree { color: #ffffff; font-size: 1.2em;}
#numbers .smallfont { font-size: 65%; }
#numbers .largefont { font-size: 125%; }

#maincontent
{
	position: absolute;
	width: 640px;
	height: 190px;
	left: 0px;
	top: 105px;
}
#maincontent h1
{
    margin-top: 20px;
margin-bottom: 10px;
    font-weight: normal;
    font-size: 175%;
}

#bigorder
{
    position: absolute;
    width: 439px;
    height: 157px;
    left: 460px;
    top: 78px;
}
/*
#electronic, #paper
{
	position: absolute;
	width: 440px;
	height: 143px;
	top: 260px;
}
*/
#electronic
{
	position: absolute;
	width: 900px;
	height: 143px;
	top: 260px;
}
#topfive, #special
{
	position: absolute;
	width: 900px;
	height: 167px;
	top: 445px;
	left: 4px;
}
#special
{
	top:  270px;
}
#electronic { left: 0; }
#paper { left: 460px; }
#allproducts
{
    position: relative;
    width: 900px;
    height: auto;
    top: 300px;
    margin-bottom:75px;
}

#electronic .order, #paper .order
{
    position: absolute;
    width: 125px;
    height: 36px;
    right: 30px;
    top: 56px;    
}
#special .order
{
    position: absolute;
    width: 112px;
    height: 25px;
    right: 25px;
    top: 56px;   
}
#special .specialoffer
{
    position: absolute;
    width: 2483px;
    height: 55px;
    left: 264px;
    top: 44px;   
}

.title
{
    height: 30px;
    width: 100%;
    background: transparent url(../Images/bkgd_TitleRight.jpg) no-repeat right top;  
}

.title h1
{
    height: 30px;
    background: transparent url(../Images/bkgd_TitleLeft.jpg) no-repeat left top;    
    padding-left: 10px;      
    margin-right: 10px;  
    color: #FFFFFF;
    font-weight: normal;
    font-size: 125%;
    line-height: 30px;
}
#special .title h1 
{
	color: #FFFFFF;
	line-height: 30px;
	font-size: 150%;
}

.box
{
    margin-top: 1px;
    border: solid 1px #666666;
    height: 143px;
    background: transparent url(../Images/bkgd_Fade.jpg) repeat-x left top;
}
#store .box
{
	height: auto;
}

/*#electronic .box .image, 
#paper .box .image
{
    position: absolute;
    width: 250px;
    height: 62px;
    left: 5px;
    top: 35px;
    line-height: 62px;
    text-align: center;
    vertical-align: middle;    
}

#electronic .box .description, #paper .box .description
{
    position: absolute;
    width: 420px;
    height: 75px;
    left: 10px;
    top: 100px;
    text-align: center;
    font-size: 90%;
}
*/

#electronic .box .image
{
    position: absolute;
    width: 269px;
    height: 143px;
    left: 1px;
    top: 32px;
    text-align: center;
    vertical-align: middle;       
}

#electronic .box .description
{
    position: absolute;
    width: 605px;
    height: 75px;
    left: 270px;
    top: 100px;
    text-align: center;
    font-size: 90%;
}

#special .box .image
{
    position: absolute;
    width: 269px;
    height: 143px;
    left: 1px;
    top: 32px;
    text-align: center;
    vertical-align: middle;    
}
#special .box .description
{
    position: absolute;
    width: 605px;
    height: 75px;
    left: 270px;
    top: 100px;
    text-align: center;
    font-size: 90%;
}

#topfive .box
{
    height: 170px;
}
#topfive .item
{
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
    border: solid 1px #666666;
    background-color: #FFFFFF;
    margin: 10px 0 0 23px;
}
#topfive .item .order
{
    position: absolute;
    width: 80px;
    height: 18px;
    left: 36px;
    top: 125px;    
}
#topfive .item .image
{
    position: absolute;
    width: 140px;
    height: 80px;
    left: 5px;
    top: 5px;    
    text-align: center;
}
#topfive .item .description
{
    position: absolute;
    width: 140px;
    height: 30px;
    left: 5px;
    top: 90px;    
    text-align: center;
    font-size: 80%;
}

#allproducts .item
{
	margin-top: 15px;
	padding: 15px;
	border-bottom: dashed 1px #999999;
}
#allproducts .item .order
{
	text-align: right;
	margin-top: 12px;
	color:green;
	margin-bottom: -18px;
}
#allproducts .item .image
{
	float: left;
	width: 100px;
	height: 125px;
	overflow: auto;
}
#allproducts .item .description
{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 12px;
}
#allproducts .item .details
{
	font-weight: normal;
    width: 750px;
    overflow:auto;
}

#footer
{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 660px;
    left: 0;
    background: #666666 url(../Images/footerbg.jpg) repeat-x left top;
    color: #121212;
}
#store #footer
{
	position: relative;
	top: 300px;
}
#footerwrapper
{
    position: relative;
    width: 900px;
    left: 50%;
    top: 0;
    margin-left: -450px;    
}
#footerwrapper p
{
    margin: 10px 0 5px 0;
    font-size: 90%;
}
#footerwrapper a
{
    color: #FFFFFF;
    text-decoration: none;
}
#footerwrapper a:hover
{
    color: #FF9900;
    text-decoration: underline;
}

a img 
{
    border: none;
}
