@CHARSET "ISO-8859-1";

* {
	padding: 0px;
	margin: 0px
}

body {
    font-family: Verdana, Arial, Helvetica;
	font-size: 62.5%;
	background: #D3E9F5;
	text-align: center;
}

ul {
	list-style-type: none;
}

.smalltitle {font-size:9px;
font-weight:700; }

fieldset {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 { font-size: 2.2em; }

#wrapper {
	background:#fff;
	font-size: 1.1em;
	color: #000;
	width: 947px;
	margin: 0px auto;
	text-align: left;
	border-color:#8CD3F5;
	border-style:none solid;
	border-width:0 1px;
}

#header {
	height: 138px;
	text-align: right;
	
	margin-bottom: 17px;
}

#header p {
	float: right;
	margin: 15px 20px 0px 0px;
	width: 500px;
}

#header p a {
	color: #000;
}

#header strong {
	font-size: 1.3em;
}

#header a img { float: left; border: 0; }

#navBar {
	float: left;
	clear: both;
	width: 945px;
	background: url(../images/mainNavBack.gif) repeat-x;
	border: 1px solid;
	border-color: #8cd3f5 #67cafa #106bb0 #67cafa;
	height: 35px;
	clear: both;
}

#mainNav {
	margin-top: 7px;
	float: left;
}

#mainNav li {
	font-size: 1.3em;
}

#mainNav li a {
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #1b98e6;
	border-right: 1px solid #2a8dc6;
	padding: 3px;
	font-weight: bold;
	color: #000;
}

#mainNav li a:hover,#mainNav li a.navOn {
	color: #fff;
}

#mainNav li a.first {
	border-left: 0px;
}

#mainNav li a.last {
	border-right: 0px;
}

#cartDetail {
	margin: 3px;
	width: 323px;
	height: 29px;
	float: right;
	background: url(../images/cartDetailBack.gif) no-repeat;
	float: right;
}

#cartDetail span {
	float: left;
	margin: 8px 0 0 35px;
	color:#fff;
}

#cartDetail a.button {
	float: right;
	margin: 4px 3px;
}

a.button, input.button {
	font-weight: bold;
	background: url(../images/buttonBack.gif) repeat-x;
	border: 0px solid;
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
}

a.button {
	padding: 3px !important;
	border: 1px solid !important;
	border-color: #8deb71 #14700d #0a440a #5cd840;
}	
	
a.button:hover, input.button:hover {
	cursor: pointer !important;
	color: #fff !important;
}

.buttonOn {
	font-weight: bold;
	background: url(../images/buttonBack.gif) repeat-x;
	text-decoration: none;
	padding: 3px 6px;
	border: 0px solid ;
	cursor: pointer !important;
	color: #fff !important;
	margin-top: 4px;
	font-size: 0.9em;
	float: right;	
}

#contentCol,#col1 {
	float: left;
}

#col1 {
	width: 166px;
	background: transparent url(../images/leftNavBack.gif) repeat-y scroll 0 0;
}

#searchTerm {
	font-family: arial;
	width: 153px;
	padding: 3px;
	margin: 0 2px;
	height: 26px;
	font-size: 1.5em;
	border: 1px solid #000;
}

#searchButton {
	font-family: arial;
	background: #34d30b;
	border: 0px;
	width: 161px !important;
	margin: 1px 0 3px 2px;
	height: 32px !important;
	font-weight: bold;
	font-size: 1.4em;
	
}

#searchButton:hover, .searchButtonOn {
	color: #fff;
	cursor: pointer;
	background: #1ead15
}

#sideNav {
	background: url(../images/leftNavBack.gif) repeat-y;
	margin-top: 10px;
}

#sideNav a {
	font-weight: bold;
	padding: 4px 0 4px 8px;
	font-size: 1.4em;
	color: #000;
	width: 157px;
	display: block;
}

#sideNav a:hover,#sideNav a.navOn {
	text-decoration: none;
	background: #21abf3;
}

#contentCol {
	border-right: 1px solid #929292;
	width: 541px;
	padding: 0 20px;
}

#breadCrumb {
	margin-bottom: 10px
}

#breadCrumb li, #footer li, #mainNav li  {
	display: inline;
}

#breadCrumb li a {
	color: #000;
}

#contentCol {
	margin-bottom: 16px;
}	

#contentCol h1 {
	float: left
}

#contentCol img {
	float: left;
	margin: 8px 10px 0 0
}

#items {
	clear: both;
	padding-top: 10px;
	float: left;
	border-bottom:1px solid #000000;
}

.itemresult {
	width: 100%;
	float: left;
	margin: 10px 20px 15px 7px;
	padding-bottom:5px;
	border-bottom:1px solid #929292;
	display: inline;
}

.itemresult h2 {
	font-size: 1.3em;
}

.divimageresult {
	/*width: 150px;*/
	float: left;
	margin: 4px 4px 4px 4px;	
}


.item {
	width: 150px;
	float: left;
	margin: 10px 20px 10px 10px;
}

.divimage {
	width: 150px;
	float: left;
	margin: 4px 4px 4px 4px;	
}

.itemproduct {
	width: 100px;
	float: left;
	margin: 10px 20px 10px 10px;
}

.divimageproduct {
	width: 110px;
	float: left;
	margin: 4px 4px 4px 4px;	
}

.imageawaiting {
	width: 100px;
	height: 50px;
	float: left;
	padding-top: 30px;
	font-size: 15px;
	border: 1px solid #595959;
	text-align: center;
	color: #767676;
	margin: 4px 4px 4px 4px;
}

.item h2 {
	font-size: 1.3em;
}

#items .item img {
	margin: 0 0 8px 0 !important;
}

.item a {
	margin-left: 4px;
	color: #21ABF3;
}

.item a:visited {
	color: #21ABF3;
}

.item span {
	margin-top: 4px;
	float: left;
}

.item form .button {
	margin-top: 4px;
	font-size: 0.9em;
	float: right;
}

.price {
	clear:left;
	font-size: 1.4em;
	font-weight: bold;
}

#col2 {
	float: right;
	/*width: 185px;*/
	padding-left: 10px;
}

#col2 a { color: #000; display:block; height:65px; font-size:1.2em; width:140px; padding-right:45px }

#col2 img { margin-bottom: 20px; }
#forumLink { background: url(../images/forumIcon.jpg) no-repeat 135px 0px  }
#catalogueLink { background: url(../images/downloadIcon.jpg) no-repeat 135px 0px }
#tutorialsLink { background: url(../images/tipsIcon.jpg) no-repeat 135px 0px }
#othersLink { background: url(../images/lockpicksother.gif) no-repeat 135px 0px }

#footer {
	background: url(../images/footerBack.gif) repeat-x;
	/*width: 935px;*/
	height: 65px; clear : both;
	border: 2px solid #fff;
	clear: both;
	text-align:center;
}

#footer ul { margin: 5px 20px; color: #000; font-size: 1.1em }
#footer li a { display:inline-block; color:#000; }


#catsubcat {
	width: 536px;
	text-align: left;
	position: relative;
	float: left;	
}

div.linebreak {
	width: 10px;
	height: 10px; 
	clear : both;
}


#catsubcatimage {
	float: left;
	text-align: left;
	position: relative;
}

#catsubcatdes {
	position: relative;
	text-align: justify;
	font-size: 10px;
	padding-left: 4px;
	padding-top: 7px;
	padding-right: 4px;
}

img.imageborder {
	border: 1px solid #595959;
	padding: 2px;
}


a.linkwhite {
	color: #000;
}

div.add2cart {
	float: left;	
	padding-top: 6px;
	
}

a.linkgreen {
	color: #ffffff;
	font-size: 9px;
	background : green;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

a.linkgreen:hover {
	color: #000000;
	background : lightgreen;
	text-decoration: none;
}

.ItemWrapper { display:block; float:left }

h2, p { margin-bottom: 1em; }
#aboutus img.left { float:left; }
#aboutus img,#tipsAndTuts img { margin:10px }
#testimonials img.center, #tipsAndTuts img.center { float:none; margin: 10px auto; display:block}
#tipsAndTuts img { margin:10px }
#tipsAndTuts ol img { margin: 20px; }
#tipsAndTuts li { margin: 0 0 10px 15px; }
.left {float:left !important}

/* form bits */
#contactus form{width:322px; margin:0px auto; /*background:#000; border:1px solid #929292;*/ padding:10px}
#contactus fieldset{border:0px; display:block}
#contactus input, textarea{padding:3px; border:1px solid #929292; float:left; margin-bottom:5px; width:248px; font-family: Arial,Helvetica,Geneva,Verdana,sans-serif}
#contactus label{font-size:0.8em; float:left; width:65px}
#contactus #submit{float:right; width:auto}
#contactus #other{display:none}

        #oldTxt { width:900px; height:100px; overflow: auto; border:1px solid #000; margin:0 auto;}

	margin: 0px
}

body {
    font-family: Verdana, Arial, Helvetica;
	font-size: 62.5%;
	background: #D3E9F5;
	text-align: center;
}

ul {
	list-style-type: none;
}

.smalltitle {font-size:9px;
font-weight:700; }

fieldset {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 { font-size: 2.2em; }

#wrapper {
	background:#fff;
	font-size: 1.1em;
	color: #000;
	width: 947px;
	margin: 0px auto;
	text-align: left;
	border-color:#8CD3F5;
	border-style:none solid;
	border-width:0 1px;
}

#header {
	height: 138px;
	text-align: right;
	
	margin-bottom: 17px;
}

#header p {
	float: right;
	margin: 15px 20px 0px 0px;
	width: 500px;
}

#header p a {
	color: #000;
}

#header strong {
	font-size: 1.3em;
}

#header a img { float: left; border: 0; }

#navBar {
	float: left;
	clear: both;
	width: 945px;
	background: url(../images/mainNavBack.gif) repeat-x;
	border: 1px solid;
	border-color: #8cd3f5 #67cafa #106bb0 #67cafa;
	height: 35px;
	clear: both;
}

#mainNav {
	margin-top: 7px;
	float: left;
}

#mainNav li {
	font-size: 1.3em;
}

#mainNav li a {
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #1b98e6;
	border-right: 1px solid #2a8dc6;
	padding: 3px;
	font-weight: bold;
	color: #000;
}

#mainNav li a:hover,#mainNav li a.navOn {
	color: #fff;
}

#mainNav li a.first {
	border-left: 0px;
}

#mainNav li a.last {
	border-right: 0px;
}

#cartDetail {
	margin: 3px;
	width: 323px;
	height: 29px;
	float: right;
	background: url(../images/cartDetailBack.gif) no-repeat;
	float: right;
}

#cartDetail span {
	float: left;
	margin: 8px 0 0 35px;
	color:#fff;
}

#cartDetail a.button {
	float: right;
	margin: 4px 3px;
}

a.button, input.button {
	font-weight: bold;
	background: url(../images/buttonBack.gif) repeat-x;
	border: 0px solid;
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
}

a.button {
	padding: 3px !important;
	border: 1px solid !important;
	border-color: #8deb71 #14700d #0a440a #5cd840;
}	
	
a.button:hover, input.button:hover {
	cursor: pointer !important;
	color: #fff !important;
}

.buttonOn {
	font-weight: bold;
	background: url(../images/buttonBack.gif) repeat-x;
	text-decoration: none;
	padding: 3px 6px;
	border: 0px solid ;
	cursor: pointer !important;
	color: #fff !important;
	margin-top: 4px;
	font-size: 0.9em;
	float: right;	
}

#contentCol,#col1 {
	float: left;
}

#col1 {
	width: 166px;
	background: transparent url(../images/leftNavBack.gif) repeat-y scroll 0 0;
}

#searchTerm {
	font-family: arial;
	width: 153px;
	padding: 3px;
	margin: 0 2px;
	height: 26px;
	font-size: 1.5em;
	border: 1px solid #000;
}

#searchButton {
	font-family: arial;
	background: #34d30b;
	border: 0px;
	width: 161px !important;
	margin: 1px 0 3px 2px;
	height: 32px !important;
	font-weight: bold;
	font-size: 1.4em;
	
}

#searchButton:hover, .searchButtonOn {
	color: #fff;
	cursor: pointer;
	background: #1ead15
}

#sideNav {
	background: url(../images/leftNavBack.gif) repeat-y;
	margin-top: 10px;
}

#sideNav a {
	font-weight: bold;
	padding: 4px 0 4px 8px;
	font-size: 1.4em;
	color: #000;
	width: 157px;
	display: block;
}

#sideNav a:hover,#sideNav a.navOn {
	text-decoration: none;
	background: #21abf3;
}

#contentCol {
	border-right: 1px solid #929292;
	width: 541px;
	padding: 0 20px;
	display: inline;
}

#breadCrumb {
	margin-bottom: 10px
}

#breadCrumb li, #footer li, #mainNav li  {
	display: inline;
}

#breadCrumb li a {
	color: #000;
}

#contentCol {
	margin-bottom: 16px;
}	

#contentCol h1 {
	float: left
}

#contentCol img {
	float: left;
	margin: 8px 10px 0 0
}

#items {
	clear: both;
	padding-top: 10px;
	float: left;
	border-bottom:1px solid #000000;
}

.itemresult {
	width: 100%;
	float: left;
	margin: 10px 20px 15px 7px;
	padding-bottom:5px;
	border-bottom:1px solid #929292;
}

.divimageresult {
	/*width: 150px;*/
	float: left;
	margin: 4px 4px 4px 4px;	
}


.item {
	width: 150px;
	float: left;
	margin: 10px 20px 10px 10px;
}

.divimage {
	width: 150px;
	float: left;
	margin: 4px 4px 4px 4px;	
}

.itemproduct {
	width: 100px;
	float: left;
	margin: 10px 20px 10px 10px;
}

.divimageproduct {
	width: 110px;
	float: left;
	margin: 4px 4px 4px 4px;	
}

.imageawaiting {
	width: 100px;
	height: 50px;
	float: left;
	padding-top: 30px;
	font-size: 15px;
	border: 1px solid #595959;
	text-align: center;
	color: #767676;
	margin: 4px 4px 4px 4px;
}

.item h2 {
	font-size: 1.3em;
}

#items .item img {
	margin: 0 0 8px 0 !important;
}

.item a {
	margin-left: 4px;
	color: #21ABF3;
}

.item a:visited {
	color: #21ABF3;
}

.item span {
	margin-top: 4px;
	float: left;
}

.item form .button {
	margin-top: 4px;
	font-size: 0.9em;
	float: right;
}

.price {
	clear:left;
	font-size: 1.4em;
	font-weight: bold;
}

#col2 {
	float: right;
	/*width: 185px;*/
	padding-left: 10px;
	display: inline;
}

#col2 a { color: #000; display:block; height:65px; font-size:1.2em; width:140px; padding-right:45px }

#col2 img { margin-bottom: 20px; }
#forumLink { background: url(../images/forumIcon.jpg) no-repeat 135px 0px  }
#catalogueLink { background: url(../images/downloadIcon.jpg) no-repeat 135px 0px }
#tutorialsLink { background: url(../images/tipsIcon.jpg) no-repeat 135px 0px }

#footer {
	background: url(../images/footerBack.gif) repeat-x;
	/*width: 935px;*/
	height: 65px; clear : both;
	border: 2px solid #fff;
	clear: both;
	text-align:center;
}

#footer ul { margin: 5px 20px; color: #000; font-size: 1.1em }
#footer li a { display:inline-block; color:#000; }


#catsubcat {
	width: 536px;
	text-align: left;
	position: relative;
	float: left;
	display: inline;
}

div.linebreak {
	width: 10px;
	height: 10px; 
	clear : both;
}


#catsubcatimage {
	float: left;
	text-align: left;
	position: relative;
}

#catsubcatdes {
	position: relative;
	text-align: justify;
	font-size: 10px;
	padding-left: 4px;
	padding-top: 7px;
	padding-right: 4px;
}

img.imageborder {
	border: 1px solid #595959;
	padding: 2px;
}


a.linkwhite {
	color: #000;
}


a.linkgreen {
	color: #ffffff;
	font-size: 9px;
	background : green;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

a.linkgreen:hover {
	color: #000000;
	background : lightgreen;
	text-decoration: none;
}

.ItemWrapper { display:block; float:left }



h2, p { margin-bottom: 1em; }
#aboutus img.left { float:left; }
#aboutus img,#tipsAndTuts img { margin:10px }
#testimonials img.center, #tipsAndTuts img.center { float:none; margin: 10px auto; display:block}
#tipsAndTuts img { margin:10px }
#tipsAndTuts ol img { margin: 20px; }
#tipsAndTuts li { margin: 0 0 10px 15px; }
.left {float:left !important}

/* form bits */
#contactus form{width:322px; margin:0px auto; /*background:#000; border:1px solid #929292;*/ padding:10px}
#contactus fieldset{border:0px; display:block}
#contactus input, textarea{padding:3px; border:1px solid #929292; float:left; margin-bottom:5px; width:248px; font-family: Arial,Helvetica,Geneva,Verdana,sans-serif}
#contactus label{font-size:0.8em; float:left; width:65px}
#contactus #submit{float:right; width:auto}
#contactus #other{display:none}

        #oldTxt { width:900px; height:100px; overflow: auto; border:1px solid #000; margin:0 auto;}

/*.add2cart {clear:left;}*/
/*.add2cart a {margin-left: 0px;}*/
.item p {height: 80px;}
/*.divimage {height: 120px; }*/
.price {width:100%;}
.item span {margin-left:6px;}
.itemresult {margin-top:0px;}

.itemPricer { float:right; width: 380px }