@font-face {
    font-family: 'bebas';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

body {
	background-image: url(images/bodybg.jpg);
	margin: 0;
	font-family: Raleway;
	font-size: 16px;
	color: #333;
	min-width:1190px;
}
img{border:0}
a {
	color: #CD2325;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
	padding:0 10px;
	box-sizing:content-box;
}
#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 182px;
	padding: 15px 0 0;
}
#logo {
	float: left;
	position: absolute;
}
#topmenu {
	float: right;
	font-family: bebas;
	padding-top: 80px;
	color: #000;
	font-size: 24px;
}
#topmenu a {
	color: #000;
	padding: 0 20px;
	font-size: 24px;
}
#topmenu a:hover {
	color: #A21F2E;
	text-decoration: none;
}
#menubar {
	background-color: rgba(21, 59, 107, 0.86);
	padding: 1px 0px 38px 0;
}
#mainmenu ul{
	list-style-type:none;
	padding: 0;
}
#mainmenu li{
	float:left;
	position: relative;
}
#mainmenu li a{
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

#mainmenu li a::after{
	content:"|";
	padding:0 10px;
	color:#9B8579;
	font-weight:normal;
}
#mainmenu li ul li a::after,
#mainmenu li:last-child > a:after{
	content:"";
	padding:0;
}
#mainmenu li a:hover {
	color: #F0B536;
	text-decoration: none;
}


/* DROP-DOWN MENU STYLES */
	#mainmenu li.menu-expand a.menu-expand{
	}
	#mainmenu li a.menu-parent,
	#mainmenu li.menu-current a.menu-current{
	color:#F0B536;
	}
	#mainmenu li:hover li a{background:none;
	}

#submenu li.menu-current a{
color:#000;
} 
/* 2nd level menu */
#mainmenu li > ul {
	display: none;
	position: absolute;
	left: 0px;
	width: auto;
	background-image:url(images/menubg.png);
	background-position:20px 0;
	background-repeat:no-repeat;
	text-align: left;
	padding-top:12px;
			}
	#mainmenu li:hover > ul {
		display: block;
		z-index: 999;
	}
	#mainmenu li ul li {
	float: none;
	padding:0;
	right:0;
	line-height: 1.2;
	width:100%;
	background-color:#CD2325;
	}
		#mainmenu li ul li:hover{
		}

	#mainmenu li ul li a 
	{
		display: block;
		padding:11px 0;
		margin:0 15px;
		color:#fff;
		line-height: 1.5;
		text-align:left;
		text-transform:uppercase;
		font-family:raleway;
		font-size:14px;
		font-weight:500;
		border-bottom:1px solid white;
		white-space:nowrap;
	}
	#mainmenu li ul li:last-child > a{
		border:none;
	}
		#mainmenu li ul li.menu-expand a.menu-expand{
			background-image: url(images/dropwhite.png);
			background-position:90% 50% ;
			background-repeat:no-repeat;
		}
		#mainmenu li ul li.menu-expand a.menu-expand:hover{
			background-image: url(images/dropgrey.png);
			background-position:90% 50% ;
			background-repeat:no-repeat;
		}
		#mainmenu li ul li a:hover{
			color:#F0B536;
		}
		#mainmenu li.menu-parent ul li  a,
		#mainmenu li.menu-current  ul li a,
		#mainmenu li.menu-current  a {
			color:#fff;
		}
		#mainmenu li.menu-parent ul li a,
		#mainmenu li.menu-current ul li a{
			color:#fff;
		}
		#mainmenu li.menu-parent ul li a:hover,
		#mainmenu li.menu-current ul li a:hover{
	color:#F0B536;
		}

/* 3rd level menu */
#mainmenu ul.sub{
	top:0;
	left:100%;
	padding-top:0;
	background:#373737;
}
	#mainmenu ul.sub a:hover{
	}
#mainmenu ul.sub li{background:#ccc;}

#content {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
}
#page {
	background-color: #FFF;
	padding: 20px 40px;
	margin: 20px 0;
}
.pagetitle {
	font-family: bebas;
	font-size: 92px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding-top: 40px;
}
.breadcrumb {
	font-size: 12px;
	color: #CCC;
	text-transform: uppercase;
	margin: 0;
}
.breadcrumb a {
	color: #FFF;
}
.breadcrumb a:hover {
	color: #F0B536;
}
#sidebar {
	float: left;
	width: 215px;
	background-image: url(images/sidebarbg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#maincontent {
	float: left;
	width: 785px;
	padding-left: 60px;
	line-height: 1.5;
}
#maincontent h1 {
	font-size: 34px;
	font-weight: bold;
	color: #333;
}
#maincontent h1.category {
	font-family: bebas;
	font-size: 42px;
	color: #000;
}
#maincontent h1.category::before{
	content:"//";
	color:#CC2326;
	padding-right:10px;
}
#footer h1.category {
	font-family: bebas;
	font-size: 22px;
	color: #000;
	margin-top:40px;
}
#footer h1.category::before{
	content:"//";
	color:#CC2326;
	padding-right:10px;
}
.phone {
	font-family: bebas;
	font-size: 32px;
	color: #153B6B;
	letter-spacing: -1px;
}
.address {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.order {
	font-family: bebas;
	font-size: 34px;
	color: #D13336;
}

.button {
	font-size: 24px;
	color: #FFF;
	background-color: #C61E20;
	padding: 10px 20px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 0px 0px 6px 1px #CCC;
	background: #c32528; /* Old browsers */
	background: -moz-linear-gradient(11deg,  #c32528 0%, #c32528 50%, #d1282a 51%, #cc2426 71%, #c1181b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#c32528), color-stop(50%,#c32528), color-stop(51%,#d1282a), color-stop(71%,#cc2426), color-stop(100%,#c1181b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(11deg,  #c32528 0%,#c32528 50%,#d1282a 51%,#cc2426 71%,#c1181b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(11deg,  #c32528 0%,#c32528 50%,#d1282a 51%,#cc2426 71%,#c1181b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(11deg,  #c32528 0%,#c32528 50%,#d1282a 51%,#cc2426 71%,#c1181b 100%); /* IE10+ */
	background: linear-gradient(11deg,  #c32528 0%,#c32528 50%,#d1282a 51%,#cc2426 71%,#c1181b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32528', endColorstr='#c1181b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border:1px solid #fff;
	cursor:pointer;
	font-family: "open sans";
}
.button a, a.button{
	color:white;
	text-decoration:none;
}
.button:hover{
background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#maincontent h2 {
	font-size: 28px;
	font-weight: bold;
	color: #173561;
}
#maincontent table{
	border-collapse:collapse;
}
#maincontent td {
	line-height:1.8;
	color:#666;
	vertical-align: top;
	padding-right:20px;
}
#maincontent td p{
	margin-top:0;
}
blockquote{
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-left:-45px;
}
blockquote p {
	padding-left:45px;
	font-size:25px;
	color:#000;
	font-weight:normal;
}
#sidebar .navtitle {
	text-transform: uppercase;
	color: #FFF;
	background-color: #CD2325;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 10px;
	margin-right: 20px;
}
#submenu {
	list-style-type: none;
	margin: 0;
	padding: 0px 0 20px 10px;
}
#submenu li a {
	font-size: 18px;
	font-weight: 500;
	color: #173561;
	text-transform: uppercase;
	display: block;
	padding: 8px 0;
}
#submenu li a:hover {
	color: #CD2325;
	text-decoration: none;
}
#footer {
	background-color: #FFF;
	padding: 20px 40px;
	margin-top: 40px;
}
#footer .col {
	float: left;
	width:51%;
}
#footer .col:first-child{
	margin-right:9%;
	width:40%;
}
#quicklinks a {
	float: left;
	width:25%;
	color:#8D8D8D;
	text-transform:uppercase;
	padding:3px 0;
	font-size:12px;
	font-weight: 500;
}

#copyright {
	font-size: 12px;
	font-weight: 500;
	color: #373737;
	background-color: #CFCFCF;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}









/* alphabet sorting */
.alphabet
{
    margin: 0 0 10px;
    overflow: hidden;
}

    .alphabet a, #countries-table tr
    {
        transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
    }

    .alphabet a
    {
        width: 40px;
        float: left;
        color: #fff;
        cursor: pointer;
        height: auto;
        border: 0px solid #CCC;
        display: block;
        padding: 6px 10px;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
        border-right: none;
        text-decoration: none;
        background-color: #1B3763;
    }

        .alphabet a.first
        {
            border-radius: 3px 0 0 3px;
        }

        .alphabet a.last
        {
            border-right: 1px solid silver;
            border-radius: 0 3px 3px 0;
        }

        .alphabet a.active
        {
            background: #fff;
            font-weight: 700;
			color:#000;
        }
        .alphabet a:hover
        {
            background: #CD2325;
            font-weight: 500;
			color:white;
        }
	
#books-table tr td > p{
    margin:0;
}	
		 #books-table thead th { border-bottom: 2px solid #1FA2E1; }
		table#books-table thead th
{
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset; 
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset; 
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset; 
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5); 
}
#books-table td, #books-table th
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
	vertical-align:bottom;
}
#books-table.software td, #books-table.software th{vertical-align:top;}

#books-table td h4{margin:auto;padding-top:30px;font-weight:bold;}
 
#books-table tr:hover
{
    background: #E1F0FF;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
} 
#books-table tr td > p:first-child {margin-top:0;}
  
table#books-table
{
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
}
table#books-table { *border-collapse: collapse; /* IE7 and lower */    border-spacing: 0; width: 100%;  }
td a{color:#CD2325;}


table#books-table th { border-top: none; }
table#books-table th:first-child { -moz-border-radius: 6px 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; }
table#books-table th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; }
table#books-table th:only-child { -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; }
table#books-table tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; }
table#books-table tr:last-child td:last-child { -moz-border-radius: 0 0 6px; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; }

.special {
	color: #F00;
	font-style: italic;
}
#featured{
	border-bottom:1px solid #F6F6F6;
	margin-bottom:20px;
}
.featurecol {
	float: left;
	width: auto;
	max-width:50%;
	border-top:1px solid #F6F6F6;
	min-height:400px;
}
.featurecol:hover{
	background:#F6F6F6;
}
.featurecol .title{
	color:#1B3763;
	font-size:28px;
font-weight:bold;
}
.featurecol a:hover{
text-decoration:none;
}
.featurecol a .title:hover{
color:#A71619;
}
.featurecol .featureimg{
	float:left;
	margin:0;
	padding-top:5px;
}
.featurecol:nth-child(odd){
	padding-left:20px;
}

.featurecol .featuredetails{
	float:left;
	width:190px;
	margin-left:20px;
	padding-right:20px;
	border-right:1px solid #F6F6F6;
}
.featurecol:nth-child(odd) .featuredetails{
	padding-right:0;
	border-right:0;
	width:170px;
}
.featurecol .price{
	margin:0;
	font-size:52px;
	font-family:bebas;
	color:#1B3763;
	line-height:1;
}
.featurecol .author{
	margin:2px 0;
	color:#1B3763;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.featurecol .description{
	font-size:13px;
}
input[type="submit"],
input[type="reset"]{
	font-size:14px;
}
input[type="text"] ,textarea   {
border: 1px solid rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.2);
font-size:15px;
padding:10px 5px;
color:#000;
margin-bottom:10px;
font-family:raleway;
width:100%;
font-weight:500;
}
#message textarea{
	height:100px;
}
#searchform input[type="text"]{
	width:350px;
	margin-bottom:0;
}
#message input[type="text"]{
	width:100%;
	text-transform:capitalize;
}
::-webkit-input-placeholder
 {
   font-size:11px;
   color:#858585;
   text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   font-size:11px;
   color:#858585;
   text-transform:uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-size:11px;
   color:#858585;
   text-transform:uppercase;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
:-ms-input-placeholder {  
   font-size:11px;
   color:#858585;
   text-transform:uppercase;
}
:focus::-webkit-input-placeholder{color:transparent;}
:focus:-moz-placeholder{color:transparent;}
:focus::-moz-placeholder{color:transparent;}
:focus:-ms-input-placeholder{color:transparent;}

.error{
	font-family:PT Sans;
	position:absolute;
	color:#333;
	float:right;
	width:auto;
	border:0px solid #ccc;
	padding:8px;
	font-size:13px;
	background-color: #FFD100;
	margin-top:-20px;
	margin-left:90px;
	border-radius:5px;
}
.miniform{
	width:800px;
}
.miniform h3{
	padding-top:20px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #35567F;
	color:black;
}
.miniform .firstcol{
	padding:0px 20px 0px 80px;
}
.miniform .secondcol{
	padding:0px 40px 0px 20px;
}
.miniform .centred{
	text-align:center;
}
