body {
	font-family: Trebuchet MS;
        font-size: 12px;
        body
        background: url(http://www.security-camera-warehouse.com/images/layout_bg.gif) left top repeat-x;
        margin: 0px;
	padding: 0px;

        }

hr { border:none; border-top:dotted 2px black }



a {text-decoration: none;}

p {
	padding: 0;
	margin: 0;
}

p.headerbar a{
	color: #fff;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	padding: 0;
	margin: 20px 0 20px 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

html {
	margin: 0;
	padding: 0;
	background: url(/img/body_bg.png) top left repeat-x;
}

body {
	background: url(/img/cams.jpg) top center no-repeat;
	height: 142px;
	width: 100%;
	display: table;
}

#cam {
	
}


/*#cam_l {
	position: relative;
	width: 148px;
	height: 147px;
	background: url(/img/cam_l.png) no-repeat;
	float: left;
}

#cam_r {
	position: relative;
	width: 148px;
	height: 147px;
	background: url(/img/cam_r.png) no-repeat;
	float: right;
}
*/
#container {
	margin: 0 auto;
	background: url(/img/container_bg.png) top left repeat-y;
	width: 1030px;
}

#number_head {
	float: right;
	margin: 60px 20px 0 0;
	font-size: 36px;
	color: #fff;
}

#header {
	background: #393E42 url(/img/header_blank.jpg) top center no-repeat;
	margin: 0 auto;
	width: 1010px;
	height: 151px;
}


#search {
	float: right;
	margin: 115px 13px 0 0;
}

#wing_l {
	position: relative;
	float: left;
	margin: 142px 0 0 0;
	background: url(/img/wing_l.png) no-repeat;
	width: 10px;
	height: 43px;
}

#wing_r {
	position: relative;
	float: right;
	margin: 142px 0 0 0;
	background: url(/img/wing_r.png) top right no-repeat;
	width: 10px;
	height: 43px;
}

#nav{
	font-size: 1.2em;
}



#nav ul{
	height: 31px;
	line-height: 24px;
	background: url(/img/nav_bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

#nav ul li{
	display: block;
	float: left;
	background: url(/img/nav_sep.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#nav ul li.sep {
	background: url(/img/nav_sep.png) no-repeat;
	width: 2px;
	height: 31px;
}

#nav ul li a{
	display: block;
	color: #000;
	padding: 0 15px 0 12px;
	margin: 0;
	text-decoration: none;
	vertical-align: baseline;

}

#nav ul li a:visited{
	color: #353535;
} 

#nav ul li a:hover{
	background: url(/img/nav_bg_active.png) repeat-x;
	color: #aaa;
}


#main{
	margin: 20px auto;
	width: 990px;
	clear: both;
	overflow: auto;
	height: 100%;
	background: url(/img/main_bg.png) repeat-y;
}

#left {
	float: left;
	width: 190px;
	height: 100%;
	margin: 0 20px 0 0;
	
}

#left_inner {
	background: #fff;
	margin: 5px auto;
	padding: 10px 0 0 0;
	width: 180px;
}

.checkout {
	margin-left: 10px;
}

.headerbar {
	margin: 0;
	padding: 0;
}

.arrowlistmenu{
width: 180px;
margin: 0;
}

.arrowlistmenu .headerbar{
font: bold 14px Helvetica;
color: white;
background: black url(/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0 0 0 5px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
//padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
//font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}




#center {
	width: 570px;
	margin: 0 20px 0 0;
	float: left;
}

/************Product List Items****************/
#prod_list_sorter {
	float: right;
	clear: both;
}

#prod_list_sorter ul {
	margin: 0;
	padding: 0;
}

#prod_list_sorter ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

#prod_list_sorter ul li a {

}

#prod_item {
	width: 538px;
	height: 182px;
	margin: 8 auto;
	padding: 16px;
	border-bottom: 1px solid #ddd;
}

#prod_img {
	width: 150px;
	height: 150px;
	float: left;
}

#prod_img img {
	padding: 10px 0 0 10px;
}

#prod_info {
	width: 364px;
	height: 150px;
	float: right;
	background: #EBEEF6;
	padding: 10px;
}

.ProductName {
	font-size: 18px;
	text-decoration: underline;
	color: #333333;
}

.regprice {
	font-size: 14px;
	color: #666666;
}

.ourprice {
	font-size: 14px;
	color: #ff6600;
}

#prod_title {
	
}

#prod_short_desc {
	
}

#prod_features {
	list-style: none;
	width: 182px;
	float: left;
}

#prod_features ul {
	list-style: none;
}

#prod_prices {
	width: 166px;
	float: right;
}


#homebar {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 500px;
}

#grid {
	overflow: auto;
}


#right {
	float: right;
	width: 190px;
	height: 100%;
}

#right_inner {
	background: #fff;
	margin: 5px auto;
	padding: 10px 0 0 0;
	width: 180px;
}

#cart {
	width: 170px;
}

.number_foot {
	text-align: right;
	margin: 40px 150px 0 0;
	font-size: 46px;
	color: #fff;
}

#footer {
	background: url(/img/footer_blank.jpg) no-repeat;
	margin: 0 auto;
	width: 1010px;
	height: 189px;
}

#footer ul.menu {
	padding: 0 0 0 0;
	clear: both;
}

#footer ul.menu li {
	list-style: none;
	border: none;
	font-size: 12px;
	font-family: helvetica;
	line-height: 12px;
}

#footer ul.menu li a {
	color: #353535;
	text-decoration: none;
}

#footer ul.menu li a:hover {
	color: #6EA6FF;
	text-decoration: none;
}

#footer ul.menu li.column {
	float: left;
	padding: 0 20px 0 30px;
}

#footer ul.menu li.column a {
	font-style: bold;
}

#footer ul.menu li.column ul.list {
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
}

#footer ul.menu li.column ul.list li.leaf {
	padding: 5px 0 0 0 ;
	margin: 0 0 0 0;
}
