/* 
	Theme Name: After5PC January 2015
	Theme URL: http://www.after5pc.net
	Description: WP theme for After5PC updated January 2015
	Author: After5PC.net
	Author URI: http://www.after5pc.net
*/



/*******************************************************
*	COPYRIGHT INFO
* This CSS Document is copyrighted, Bryan - After5PC.net
* Do not copy, use, or redistribute code without permission
*
*           http://www.after5pc.net
*******************************************************/






body {
	background: #a62d00;
	background-image:url('http://www.after5pc.net/images/121113/background-v2.png');
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	}



#wrap {
	width: 953px;
	background: #ffffff;
	background-image:url('http://www.after5pc.net/images/121113/content-background.png');
	color: #333;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	margin: 0px auto;
	padding: 0px;
	}



a { color: #82011f; text-decoration: underline; font-family: Arial; font-weight: normal; font-size:14px;}
a:hover { color: #428188; text-decoration: underline; }


h1 {
	font-size:30px;
	color:#234d7e;
	letter-spacing:-1px;
	font-family:Times New Roman;
	font-weight:bold;
	line-height:36px;
	}

h2 {
	font-size:24px;
	color:#003036;
	letter-spacing:-1px;
	font-family:Times New Roman;
	font-weight:bold;
	line-height:36px;
	}



/************************************************
*	IMAGES
************************************************/
img, a img {
  border : 0px none;
  }



/************************************************
*	HEADER
************************************************/

#header {
	background: #a62d00;
	background-image:url('http://www.after5pc.net/images/121113/header-v2.png');
	width: 953px; height: 399px;
	margin: 0px auto;
	padding: 0px;
	}


/************************************************
*	DROP DOWN MENU LINKS
************************************************/

.ddmenuwrap {
	width: 100%;
	background-color: #191b18;
	border-top: 5px solid #a62d00; border-bottom: 5px solid #a62d00;
}


#ddmenu
{	margin: 0;
	padding: 0;
	z-index: 30}

#ddmenu li
{	background-color: #191b18;margin: 0;
	padding: 0;
	list-style: none;
	float: left; 
}

#ddmenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 7px 7px;
	background: #191b18;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

#ddmenu li a:hover
{	background: #9a0606;
	color: #ffffff;}

#ddmenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 5px solid #9a0606}

#ddmenu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #de0202;
	color: #fff;
	font: 13px arial;}

#ddmenu div a:hover
	{	background: #ffc657;
		color: #000000;}




/************************************************
*	CONTENT
************************************************/



#content-wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 953px;
	}


#content {
	width: 550px; height: 100%;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	text-align: none;
	font-size: 12pt;
	color: #080808;
	margin: 0px 20px 10px 50px;
}



#content-services1 {
	font-family: Arial, Tahoma, Verdana;
	text-align: justify;
	font-size: 9pt;
	color: #080808;
	padding: 0px 20px 10px 10px; margin-top: 30px;
}

#content-services1 ul li {
	background: #eeebeb;
	font-size: 9pt;
	color: #333;
	margin-left:10px; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 5px;
	list-style-type: square; list-style-image: url('images/button-2.gif'); list-style-position: outside;
	border-right: 1px dotted #015861; border-bottom: 1px dotted #015861;
}

#content-services1 li:hover {background: #f7e08a; font-size: 12pt;}




#product {
border-bottom: 1px dotted #015861; padding-bottom: 10px; margin-bottom: 100px;
font-size: 9pt;
}


/************************************************
*	Sidebar Area
************************************************/

#Rsidebar {

	width: 280px;
	float: left;
	padding: 0px;
	height: 1% /* Holly hack for Peekaboo Bug */

}

#side {
	width: 268px;
	font-family: Arial, Tahoma, Verdana;
	text-align: justify;
	font-size: 8pt;
	color: #080808;
	margin-top: 20px; margin-left: 20px;
}




#side-feedback p { font-size: 11px;}




/************************************************
*	2 COLUMN LIST
************************************************/

/* this div gives the list a place to live and remain relative to */
#cdl {
  padding : 30px;
  width : 500px;
  background-color : #fff;
  border : 1px solid #fff;
  margin : auto;
}

/* here the heading is styled. not essential to the double lists */
#cdl h3 { 
  display : block;
  color : #669900;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom : 2px solid #8f0217;
}

/* style all the list items here */
#cdl ul li {
  height : 1em;
  list-style-type : none;
  color : #1e3d43;
  padding : 0.3em 0 0.4em 0;
  font-size : 0.9em;
  border-bottom : 1px solid #ccc;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -1.7em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}   

/* Every other two list items are styled with a background for usability and style */
.cdl_alt {
  background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top : -2.1em;
}





/************************************************
*	Footer Area
************************************************/
#footer {
	background: #003036;
	background-image:url('http://www.after5pc.net/images/121113/footer-v2.png');
	background-repeat: no-repeat;
	width: 953px; height: 170px;
	color: #fff;
	font-weight: normal; font-family: Arial; font-size: 10px;
    vertical-align: middle;
    text-align: center;
	margin: 0px auto;
	padding: 0px;
	}


#footer a, #footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal; font-family: Arial; font-size: 10px;
	}







/* PAYPAL PAYMENTS FORM */

/* MESSAGE HEADER*/
.paypal_message { font-size: 12pt; font-family: Tahoma; font-weight: bold; }

/* EDIT THE TEXT */
.paypal_maintext { font-size: 11pt; font-family: Arial; font-weight: bold; }

/* FOR USE WITH THE HTML SUBMIT BUTTON */
.button { font-size: 11px; }

/* ERROR VALIDATING MESSAGE*/
.paypal_error { color: #f00; font-size: 12px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* ERROR LIST */
.paypal_errorlist { color: #f00; font-size: 12px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* FORM TEXT */
#paypal_form { font-size: 12pt; font-family: Tahoma; margin-top: 0; margin-bottom: 0; display: inline; }

/* FORM INPUT FIELDS */
.input input{ color: #333333;
	font-weight: normal; font-size: 11pt; font-family: Tahoma;
	width: 100%; height: 30px;
	margin-left: 0px; padding-left: 5px;
	border-color: #fff #fff #feba01 #fff;
	border-style: dotted; border-width: 1px; }