﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { margin: 0; padding: 0; }

body
{
	margin: 0px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px;
}

p
{
	margin:10px 0;
}

p.no-padding-no-margin
{
	padding-top:0px;
	margin:0;
	font-size:11px;
	line-height:1.4em;
}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	/* _margin:10px 0; */
	}
	
blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}

.left
{
    float:left;
}

.right
{
    float:right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	line-height:1.1em;
	margin:5px 0;
}

h1
{
	font-size:16px;
	margin:0 0px;
	line-height:1.5em;
	color:#ffffff;
	font-weight:bold;
	position:relative;
	width:100%;
	padding-left:20px;
	padding-top:3px;
	/* padding-top:20px;
	padding-bottom:10px; */
}

h2
{
	font-size: 14px;
	color: #28166f;
	font-weight: bold;
	position: relative;
	margin: 0 0px;
	padding-top: 1px;
	width: 100%;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1.1em;
	font-style:normal;
	color: #000000;
}

h5 {
	font-size:10px;
	color: #ffffff;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTAINER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#outer-container 
{
	width:900px;
	height:auto;/*100%;*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:0px;
	border:1px solid #c8c9d0;
}

#header-container
{
	height:125px;
	width:900px;
	background-image: url('Images/logo4.jpg');
	background-position:left;
	background-repeat:no-repeat;
}

#menu-container
{
	width:900px;
	height: 75px;/*100%;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('Images/menu-bg.gif');
	background-repeat: repeat-x;
}

#content-container
{
	width:840px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#content-left-column
{
	float:left;
	width:450px;
	margin-left:20px;
	margin-right:40px;
}

#content-right-column
{
	width:280px;
	float:right;
	margin-top:25px;
	margin-right:30px;
}

#footer-container
{
	width:900px;
	height:auto;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

#footer ul
{
	margin:0;
	padding:0;
	font-size:10px;
	list-style: none;
	text-align:center;
}

#prices ul
{
	margin:0;
	padding:0;
	list-style: none;
	text-align:center;
}

#delivery
{
	width:200px;
	height:auto;
	color: #ffffff;
	padding-bottom:8px;
	margin-left:3px;
	border: solid 2px #75778a;
	background-image: url('Images/delivery-bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#3b21a3;
}

#delivery ul
{
	margin-left:30px;
	padding-left:10px;
}

#printing-left
{
	float:left;
	width:390px;
	margin-left:20px;
}

#printing-right
{
	float:right;
	width:390px;
}

.header
{
	height:30px;
	border: solid 1px #75778a;
	width:350px;
	margin-top:25px;
	margin-left:20px;
	position:relative;
	background-image: url('Images/delivery-bg3.jpg');
	background-repeat:repeat-x;
}

.headerSidebar
{
	height:30px;
	border: solid 1px #75778a;
	width:285px;
	margin-left:20px;
	position:relative;
	background-image: url('Images/delivery-bg3.jpg');
	background-repeat:repeat-x;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color: Blue;
	text-decoration:none;
}

a:visited {
	color: Purple;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: Red;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
	margin:0;
	padding:0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.booklet
{
    padding-top:10px;
    margin-right:-8px;
    padding-left:10px;
}

.bookletLink img
{
    border:none;
}

.clear {
	clear:both;
	}

.none {
    display:none;
}

.line
{
	border-top: 3px solid #28166f;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

.line2
{
	border-top: 3px solid #28166f;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contact
{
    width: 330px;
    height: auto;
    border: 1px #FFFFFF solid;
    padding-left: 20px;
    background-image: url('Images/contact-bg.gif');
    background-repeat: repeat-x;
}

.contact-text
{
    font-size: 1.2em;
    color: #FFFFFF;
}

.contact-button
{
    border: 2px solid #008c00;
    color: #FFFFFF;
    background-color: #4ba614;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CSS MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #28166f; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 50px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
text-align:center
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #28166f; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #28166f; /*Brown color theme*/ 
color: white;
border-color: #28166f; /*Brown color theme*/ 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CSS TABLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table
{
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
}

.table2
{
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
}

caption
{
	color: #28166f;
	font-size:18px;
	letter-spacing:.1em;
	padding:0;
	padding-bottom:10px;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
}
	
tr.odd td,
tr.odd .column1
{
	background:#f4f9fe url(images/background.gif) no-repeat;
}
	
.column1
{
	background:#f9fcfe;
}

td
{
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}

th
{
	font-weight:normal;
	color: #28166f;
	text-align:center;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}

thead th
{
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em Arial,Helvetica,sans-serif;
	color:#28166f;
}

tfoot th
{
	background:#f4f9fe;
	text-align:center;
}

tfoot th strong
{
	font:bold 1.2em Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}

tfoot th em
{
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

