/*
    Document   : main
    Created on : 16-Jul-2009, 7:54:30 PM
    Author     : cley
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	margin: 0;
	padding: 40px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
}

img {
    border:none;
}

div.navbar {
    float: left;
    width: 200px;
}

#sliderbox {
    float: left;
    text-align: center;
}

div.cataloguelink {
    width: 200px;
    height: 35px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 4px;
    padding-right: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    background-image: url(images/button.jpg);
}



a.cataloguelink {
    color: #FFF;
    text-decoration: none;
}

#slidernext, #sliderprev {
    float: left;
    text-align: left;
    margin-right: 5px;
    position:relative;
}

#sliderprev {
    text-align: right;
    margin-right: 0px;
    margin-left: 5px;
}

div.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;
    padding: 10px;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 450px;
    text-align: center;
    padding: 10px;
}

#continue {
    font-size: 24pt;
    color: red;
    text-decoration: none;
    font-weight: bold;
}
