@charset "UTF-8";
/* CSS Document */


/* Global Reset ------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; }


/* remember to define focus styles! */
:focus { outline:0; }


/* Standard  ------------------------------------------------------------------------------- */
a:link {
	color: #464646;
}
a:visited {
	color: #464646;
}
a:hover {
	color: #464646;
}
a:active {
	color: #464646;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	line-height: 19px;
}
h1{
	font-size: 19px;
	font-style: normal;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	line-height: 56px;
}
h2 {
	margin: 10px 0px 0px;
	font-size: 14px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	text-transform: uppercase;
}
p {
	margin: 0px 0px 12px;
	padding: 0px;
}

hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: 0;
	height: 1px;
}
li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px 0px 0px 1em;
	margin: 0px;
}


/* Floats  ------------------------------------------------------------------------------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* CMS  ------------------------------------------------------------------------------- */
.cms-editable {
}


/* Structure  ------------------------------------------------------------------------------- */
#background {
}
#header-container {
	min-width: 960px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#logo-grey a {
	width:180px;
	float: left;
	background-image:
	url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/toxic-creative-logo-grey.png);
	background-repeat: no-repeat;
	height: 82px;
	display:block;
	margin-left: 60px;
	margin-top: 14px;
}
.logo-grey a {
	width:180px;
	float: left;
	background-image:
	url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/toxic-creative-logo-grey.png);
	background-repeat: no-repeat;
	height: 82px;
	display:block;
	margin-left: 60px;
	margin-top: 14px;
}
#logo-white a {
	width:180px;
	float: left;
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/toxic-creative-logo-wht.png);
	background-repeat: no-repeat;
	height: 82px;
	display:block;
	margin-left: 60px;
	margin-top: 14px;
}
.logo-white a {
	width:180px;
	float: left;
	background-image:url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/toxic-creative-logo-wht.png);
	background-repeat: no-repeat;
	height: 82px;
	display:block;
	margin-left: 60px;
	margin-top: 14px;
}

#PNGbg {
	background-image: url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/PNG-img.png);
	height: 50px;
	background-repeat: no-repeat;
	padding-left: 60px;
}
#header {
	clear: both;
	height: 480px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 50px;
}

.divider {
}

.col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 25px 25px 60px; /* padding keeps the content of the div away from the edges */
}
.col2 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 25px 25px 25px 30px;
	float: left;
	width: 245px;
} 
.col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 55px 25px 30px; /* padding keeps the content of the div away from the edges */
}
.col2-3 {
	float: right; /* since this element is floated, a width must be given */
	width: 545px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 55px 25px 30px; /* padding keeps the content of the div away from the edges */
}
.col1-2 {
	float: left; /* since this element is floated, a width must be given */
	width: 555px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 15px 25px 60px; /* padding keeps the content of the div away from the edges */
}
.col1-3 {
	float: left; /* since this element is floated, a width must be given */
	width: 845px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 55px 20px 60px; /* padding keeps the content of the div away from the edges */
}
.bot-hr {
	background-image: url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/rule.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bot-hr-light {
	background-image: url(/hardworkisunderated/wp-content/themes/toxic-thematic-child/assets/images/rule-2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.link {
	display:block;
	background-color: #cacacb;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	width: auto;
	text-decoration:none;
}
.link:hover   {
	text-decoration:underline;
}


/* SLIDING DOORS BUTTON ------------------------------------------------------------------------------- */
a.button {
	/* Sliding right image */
background: transparent url(http://msforge.net/blogs/janko/BlogImages/SlidingDoors/button_right.png) no-repeat scroll right top;
	display: block;
	float: left;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
text-decoration: none;
}
a.button span {
	background: transparent url(http://msforge.net/blogs/janko/BlogImages/SlidingDoors/button_left.png) no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}	
#contact-divider .col3 {
	padding-bottom: 0px;
}